/*
 * Global
 */


 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght,YTLC@0,6..12,200..1000,440..540;1,6..12,200..1000,440..540&display=swap');

body {
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
}
a{
  text-decoration: none;
  color: inherit;
}
a:hover{
  color: inherit;
  opacity: 0.8;
}

img{
  padding: 0;
  margin: 0;
  display: block;
}


hr{
  color: #563F2E
}


h4{
  font-size: 40px;
}

h5{
  font-size: 20px;
}


section{
  padding: 40px 0px;
}

figcaption{
  color: #ac9482;
}
/*
 * Base
 */

body {
 background-color: #fff;
}

h1 {
  font-size: 5.5rem;
  line-height: 4.5rem;
}



h4{font-family: 'Briller';
  font-weight: normal;
  font-size: 18px;
  text-align: center;
text-transform: uppercase;}

h6{
  font-family: 'Briller';
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

.bg-gris{
  background-color: #e3e3e2;
}




/*
 * Font
 */
.amatic-sc-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-sc-bold {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*
 * Header NAVBAR
 */

 .navbar-brand{
  max-width: 170px;
  height: auto;
  width: 100%;
 }

 .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-nav .nav-link {
  padding: .25rem 1rem;
  color: rgba(88, 88, 88, 1);
  font-size: 14PX;
  font-family: 'Briller';
  font-weight: normal;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .active {
  color: #1e72b6;
  border-bottom-color: #1e72b6;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid white;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}


.dropdown-item{
  margin: .5rem 1rem;
  color: rgba(88, 88, 88, 1);
  font-size: 12PX;
  font-family: 'Briller';
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d2cd;
  width: 89% ;

}



/*
PAGINA HOME*/



.img-prod{
  max-height: 230px;
  margin: 0 auto;
}
.item-prod{
  border-radius: 40% 40% 44% 44%;
  border: 3px solid #1e72b6;
  padding: 30px 10px;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease;
}
.item-prod:hover{
  
  
  border: 3px solid #1e72b6;
  background-color: #1e72b6;
  color: #fff;
}


.item-prod img{ 
  width: 70%;
  margin: 0 auto;
}

.volver{
  color: #e2e2e2; 
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/*   button */
.btn-vermas{
  background-color: #aa0643;
  border: 3px solid #aa0643;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.btn-vermas:hover{
  color: #aa0643;
  border: 3px solid #aa0643;
  background-color: #fff;

}


.btn-outline-white{
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
}

.btn-simple{
  color: #CC1933;
  font-size: 13px;
}


.card-azul{
  padding: 60px;
  background-color: #1e72b6;
  border-radius: 20px;
  margin-bottom: 20px;
  min-height: 110px;
  color: #fff;
}
.card-azul h5{
  margin-bottom: 3px;
}

.card-azul p{
  margin-bottom: 3px;
}

.card-azul h3{
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}









/*SLICK*/

.item-slide{
  text-align: center;
  margin: 10px;
}
button.btn-terciario{
  background-color: #844832;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.slick-slide img {
  max-height: 500px;
  text-align: center;
  margin: auto;
}


.slick-prev, .slick-next {
  width: 60px;
  height: 60px;
  z-index: 100;
}

.slick-prev:before {
  content: '<';
}

.slick-next:before {
  content: '>';
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 1;
  opacity:1;
  color: #fff;
  background-color:#aa0643;
  border-radius: 40% 50%;
  padding: 20px;
  -webkit-font-smoothing: antialiased;}


/*
 * SECCIONES 
 */


 .cont-productos{
  padding: 40px 0;
 }
 .detalle-productos{
    background-image: url(../img/fnd-azul-01.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4%;
 }

 .detalle-productos h1{
  font-family: 'Briller';
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
 }

 .detalle-productos h2{
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
 }

 .detalle-productos ul{
  color: #fff;
 }




        /* these styles are for the demo, but are not required for the plugin */
        .zoom {
          display:inline-block;
          position: relative;
        }
        
        /* magnifying glass icon */
        .zoom:after {
          content:'';
          display:block; 
          width:33px; 
          height:33px; 
          position:absolute; 
          top:0;
          right:0;
          background:url(../zoom-master/icon.png);
        }
    
        .zoom img {
          display: block;
        }
    
        .zoom img::selection { background-color: transparent; }




        

 .slider.slider-nav div{
  background-color: #fff;

 }

 .slider.slider-nav div img{
  margin: 5px;
 }


 header h1{
  font-family: 'Briller';
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 0px;
 }

 header h2{
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
 }

 .carousel h1  {
  font-family: 'Briller';
  font-weight: normal;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 0px;
 }

 .carousel h2{
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
 }

 .carousel-caption {
  position: absolute;
  top: 5% !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

 .service{
  background-image: url(../img/headers/header-servicio-tecnico.jpg);
  background-position: top center;
  background-size: 100% 104%;
  background-repeat: no-repeat;
  height: 353px;
 }

 .service h1{
  font-size: 30px;
  line-height: 33px;
  margin-top: 0 !important;
 }


 .img-fluid-slide.horno{
  background-image: url(../img/slide/slide-mobile-hornos.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
 }

 @media (min-width: 600px) {
  .img-fluid-slide.horno{
    background-image: url(../img/slide/fnd-slide-hornos.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
   }
 }
 


 .img-fluid-slide.planchas{
  background-image: url(../img/slide/slide-mobile-hornos.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
 }

 @media (min-width: 600px) {
  .img-fluid-slide.planchas{
    background-image: url(../img/slide/fnd-slide-planchas.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
   }
 }



 .img-fluid-slide.calor{
  background-image: url(../img/slide/slide-mobile-calor.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
 }

 @media (min-width: 600px) {
  .img-fluid-slide.calor{
    background-image: url(../img/slide/fnd-slide-caloventor.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
   }
 }
 


 .img-fluid-slide.ventilador{
  background-image: url(../img/slide/slide-mobile-ventilador.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
 }

 @media (min-width: 600px) {
  .img-fluid-slide.ventilador{
    background-image: url(../img/slide/fnd-slide-ventilador.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
   }
 }
 










.horno{
  background-image: url(../img/headers/header-hornos.jpg);
  background-position: top center;
  background-size: 100% 104%;
  background-repeat: no-repeat;
}

.caloventor{
  background-image: url(../img/headers/header-caloventor-convertor.jpg);
  background-position: top center;
  background-size: 100% 104%;
  background-repeat: no-repeat;
}

.planchas{
  background-image: url(../img/headers/header-planchas.jpg);
  background-position: top center;
  background-size: 100% 104%;
  background-repeat: no-repeat;
}



.gris-svg{
  background-image: url(../img/fondo-gris.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}


.gotas{
  position: absolute;
top:-50px;
left: -50px;
width: 50px;
height: 40px;
}


.separador{
  height: 50px;
}



.contacto .gris-svg{
  padding-top: 90px;
  padding-bottom: 20px;

}

.institucional{
  background-image: url(../img/inst-fnd-1.jpg), url(../img/inst-fnd-2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, center right;
  background-size: contain;
  text-align: center;
  color:#707173;
  font-size: 20px;
}

.institucional p{
  padding: 25px;
}



/*
 * SOPORTE RECNICO
 */


 #sucursales{
  min-height: 280px;
 }
.c-blue{
  color: #1e72b6;
  font-weight: bold;
}

 .servicio-tecnico{
  padding: 30px;
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-bottom: 20px;
  min-height: 230px;
}
.servicio-tecnico h5{
  margin-bottom: 3px;
}

.servicio-tecnico p{
  margin-bottom: 3px;
}

.servicio-tecnico h3{
  font-weight: bold;
  font-size: 15px;
  color: #1e72b6;
  border-bottom: 1px solid #1e72b6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.select-prov{
  padding: 0.375rem 0.75rem;
height: 2.5rem;
    border-radius: 0.5rem;
    font-size: 16px;
    color: #1e72b6;;
    border: 2px solid #ced4da;
    margin-left: 15px;
}
/*
FOOTER
*/

footer{
  padding: 50px 0px 30px;
}


footer .logo-footer{
  width: 230px;
}

footer p{
  font-size: 12px;
  color: #9a9c9d;
  padding-top: 16px;
}

.iconos-redes i{
  color: #1d71b5;
    border-radius: 40% 40% 44% 44%;
    border: 3px solid #1e72b6;
    padding: 10px;
    font-size: 30px;
    height: 51px;
    width: 60px;
    text-align: center;
    line-height: 23px;
}

.iconos-redes i:hover{
  background-color: #1e72b6;
  color: #fff;
}

.legales{
  font-size: 1px;
  color: #9a9c9d;
}



/*
CONTACTO
*/

.contacto{
  background-image: url(../img/textura.jpg);
  padding:80px 80px 20px;
}

.contacto h5{
  font-family: "Amatic SC", sans-serif;
  font-weight:5700;
  font-style: normal;
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
  text-align: center; 
  line-height: 68px;
}

.contacto h6{
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}

.contacto p{
  font-weight:bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}




@media (min-width: 961px) {

}


@media (max-width: 760px) {


.item-prod {
  border-radius: 10%;
  min-height: 115px;}


  }
  

@media (max-width: 650px) {
 .legales{
  text-align: center;
 }
 h4 {

  font-size: 14px;
}
.dropdown-menu{
  padding: 0;
}

.dropdown-item {
  margin: 0.5rem 5% !important;
  font-size: 10PX;
  width: 89%;
  padding: 0.5rem 0% !important;
}
.institucional{
  background:none !important;
}

.institucional p{
  font-size: 15px;
  padding: 12px;
}

.carousel h1{
  font-size: 15px;
  line-height: 18px;
}

.carousel h2{
  font-size: 20px;
  margin-bottom: 40px;
 }

 header h1{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0px;
  margin-top: 25px;
  text-align: center;
 }
 header h2 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}
header d siv {
  display: flex;
  justify-content: center;
}

header a.btn-vermas{
  text-align: center;
  padding: 8px 20px;
  font-size: 11px;
}

.service {
  background-size: 100% 100%;
  height: 203px;
}
.service h1 {
  font-size: 20px;
  line-height: 23px;
}
footer .d-flex{
  flex-direction: column;

}
footer .logo-footer{
  width: 170px;
}


.item-prod {
  border-radius: 20px;
  min-height: 115px;}

.item-prod img{
  width: 94px;
}

.item-prod h6{
  font-size: 15px;
}
  
.detalle-productos{
  padding-top: 30px;
}
.detalle-productos h1{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0 !important;
}

.detalle-productos h2 {
  font-size: 40px;}

.volver {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.p-5 {
  padding: 1.5rem !important;
}

.contacto {
    padding: 45px 15px 0 15px;
}

.contacto p{
  font-size: 19px;
}
.contacto h5,
.contacto h6{
  font-size: 50px;
  line-height: 55px;
}
}