@media screen and (max-width:1615px){
	
	#main #articles_list article .thumb img {
	width: 90%;
}

	
	.tituloentrada a {
font-size:1em;

}
	.fb-video {
	width:85%;
		margin: auto;
}
	
	#phone {
    color: #1e3d47;
    float: left;
    font-size: 1.7em;
    margin: auto;
    padding-top: 0.8em;
    margin-left: 0.6em;
    margin-right: 0.6em;
}
	
	.divsuperior {
		display: none;
	}
	
	.flotante  {
		display: none;
	}
	
	.flotante2 {
		position: fixed;
    z-index: 100000;
    display: block;
    margin-top: 0;
		color: #1E3D47;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(150deg, #ffba61 0%, #ffe970 100%) !important
	}
	
.flotante2 a {
    color: #1E3D47;
    font-size: 1em;
    
}

	.navhorizontal  {
		display: none;
	}
	
	 .redesmenuv {
       display: flex;
    justify-content: center;
    font-size: 1.7em;
    padding-bottom: 0.5em;
    }
    
	#open {
		display: none;
	}
    
    *, *:before, *:after {
  box-size: border-box;
}

.header {
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  width: 100%;
    justify-content: flex-end;
  z-index: 3;
    margin-top: 2.5em;

}
.header a {
  text-decoration: none; 
}
    
  .header li a {
    justify-content: center;
  }
    
.header .logo {
  display: flex;
    margin: auto;
}
.header > ul.menu {
   margin: 0;
    padding: 0;
    list-style: none;
    flex-basis: 100%;
    max-height: 0;
    transition: max-height .2s ease-out;
    overflow: auto;
    background-color: #325561;
	
}
    
.header > ul.menu > li {
  min-width: 8rem;
      width: 100%;
	font-size: 0.9em;
}
    
    
.header > ul.menu > li > a {
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0 2rem;
  text-decoration: none;
color: white;
    font-size: 1em;   
}
    
.header > ul.menu > li > a:hover {
   background: linear-gradient(150deg, #E3B839 0%, #FFD659 100%);
}
.header .menu-icon {
  cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 5rem;
    width: 5rem;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
background: linear-gradient(150deg, #1e3d47 0%, #325561 100%);
    display: block;
    height: .2rem;
    position: relative;
    transition: background .2s ease-out;
    width: 1.8rem;;
}
.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: linear-gradient(150deg, #1e3d47 0%, #325561 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
    top: .5rem;
}

.header .menu-icon .navicon:after {
    top: -.5rem;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .menu-btn:checked ~ .menu {
    max-height: calc(85vh - 5rem);
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
	
	.dropdown input[type=checkbox] {
  display: none;   
}  
    .dropdown1 input[type=checkbox]#checkbox-toggle1 {
  display: none;
    
}
    
.dropdown input[type=checkbox]:checked ~ label {
	 background: linear-gradient(150deg, #1e3d47 0%, #325561 100%);
  background-color: #08262d;
  color: #FFF;
    font-size: 1em;

}
    
.dropdown1 input[type=checkbox]:checked ~ label {
   background: linear-gradient(150deg, #1e3d47 0%, #325561 100%);
  color: #FFF;
    font-size: 1em;
} 
    
.dropdown input[type=checkbox]:checked ~ label:after {
  background-image: url("http://www.trisolar.es/blog/wp-content/uploads/2019/04/flecha-hacia-arriba.svg");
     width: 15px;
    height: 15px;
}
    
    .dropdown1 input[type=checkbox]:checked ~ label:after {
  background-image: url("http://www.trisolar.es/blog/wp-content/uploads/2019/04/flecha-hacia-arriba.svg");
     width: 15px;
    height: 15px;
}
.dropdown input[type=checkbox]:checked ~ ul {
  display: block; 
	  width: 100%;
}
    
    
 input[type="checkbox"] ~ #uls{
	height: 0;
  overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
       display: block; 
} 

input[type="checkbox"]:checked ~ #uls{
	height: 500px;
}
    
.dropdown label {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    height: 3rem;
    justify-content: center;
    font-size: 1em;
}
	
    .dropdown1 label {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 2rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: white;
        height: 3rem;
        justify-content: center;
    font-size: 1em;
        margin-top: -1.2em;
    } 
.dropdown label:hover {
 background: linear-gradient(150deg, #E3B839 0%, #FFD659 100%);
}
    
    .dropdown1 label:hover {
  background: linear-gradient(150deg, #E3B839 0%, #FFD659 100%);
}
    
.dropdown label:after {
  display: inline-block;
  content: "";
  margin-left: .5em;
  height: 1.5rem;
  width: 1.5rem;
  background: url("http://www.trisolar.es/blog/wp-content/uploads/2019/04/flecha-hacia-abajo.svg") center center no-repeat;
    width: 15px;
    height: 15px;
  background-size: contain;
}
    
    .dropdown1 label:after {
  display: inline-block;
  content: "";
  margin-left: .5em;
  height: 1.5rem;
  width: 1.5rem;
  background: url("http://www.trisolar.es/blog/wp-content/uploads/2019/04/flecha-hacia-abajo.svg") center center no-repeat;
    width: 15px;
    height: 15px;
  background-size: contain;
}
.dropdown > ul {
  position: relative;
  list-style: none;
  text-align: left;
  width: auto;
  min-width: 15rem;
  z-index: 1;
  margin: 0;
  padding: 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
  display: none;
    
}
    
    .dropdown1 > ul {
  position: relative;
  list-style: none;
  text-align: left;
  width: auto;
  min-width: 15rem;
  z-index: 1;
  margin: 0;
  padding: 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
  display: none;
    
}
.dropdown > ul > li {
   float: left;
    display: flex;
    justify-content: center;
    width: 100%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
}
    
    .dropdown1 > ul > li {
   float: left;
    display: flex;
    justify-content: center;
    width: 100%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
}
	
.dropdown > ul > li:hover {
  background: linear-gradient(150deg, #E3B839 0%, #FFD659 100%);
}
    
    .dropdown1 > ul > li:hover {
  background: linear-gradient(150deg, #E3B839 0%, #FFD659 100%);
}
.dropdown > ul > li a {
  justify-content: flex-start;
  color: #FFF;
  padding: 1rem;
    margin: auto;
}
    
    .dropdown1 > ul > li a {
  justify-content: flex-start;
  color: #FFF;
  padding: 1rem;
    margin: auto;
}

	   .dropdown1  {
 margin-top: 1.2em;
}

.main {
  padding-top: 10rem;
}

section {
  width: 80%;
  margin: auto;
}

	.videofb {
		width: 90%;
	}

	  .mapa,
    .direccion,
    .formulario {
        width: 27%;
        margin: 2% 5% 4% 0;
    }
	

	 .menuh, #container3, .flotante3 {
        display: none;
    }
	
    .contenedor3 {
        margin-top: 10%;
        width: 70%;
    }

	 .mapa,
    .direccion,
    .formulario {
        width: 27%;
        margin: 2% 5% 4% 0;
    }

    .mapa,
    .direccion {
        margin: 2% 5% 4% 2%;
    }

	.widget ul li {
		padding:5px 0px;
	}
	
	  h2 {
        font-size: 1.4em;
    }
}
@media screen and (max-width:980px){
	
	 .phabitissimo {
        margin-left: 1em;
    }
	    .direccion,
    .formulario {
        width: 70%;
    }
}

@media screen and (max-width:800px){
       .logoicono {
        float: none;
        margin: 5%;
        margin-left: 0;
    }
	
	 .servicio3 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
	
#main #articles_list article h2 {
	font-size:1.5rem;	
}
	
	#main #articles_list article .pic {
	margin-top: 20px;
}	
	
	    .mapa {
        width: 100%;
        text-align: center;
        margin: 3% 0;
        padding: 0;
    }
	
	    .logoicono {
        float: none;
        margin: 5%;
        margin-left: 0;
    }

}

/*Medida para tablets en vertical*/
@media screen and (max-width:768px){

	#main #articles_list {
		width:100%;
	}

	#main aside {
		width:100%;
		clear:both;
		margin: 0px auto;
	}

	.widget {
		margin-bottom:40px;
		width:100%;
	}
}
@media screen and (max-width:700px){
	
	#main #articles_list article .thumb {
		width:100%;
		float:left;
		margin-bottom:20px;
		}
	#main #articles_list {
		margin-top:25px;
		}
	
	 h2 {
        text-align: left;
        font-size: 1.2em;
    }
}

@media screen and (max-width:550px){
	
	    .formulario {
        width: 90%;
        margin: 0;
    }
	
	    .direccion,
    .formulario {
        width: 80%;
        text-align: center;
        margin-bottom: 3%;
        margin-left: 0;
        padding: 0;
    }
}

@media screen and (max-width:400px){
	
 h1,
    h2 {
        font-size: 1.5em;
        width: 100%;
    }
	
	    .servicio1,
    .servicio2,
    .servicio3 {
        width: 100%;
        float: none;
        margin-left: 10%;
    }
}