        /* A Q U I  C O M I E N Z A N  L A S  C S S  D E  L A  P A G I N A*/

*{
    box-sizing: border-box;
}

html{
  scroll-behavior:  smooth;
}

/*              FUENTES
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
*/


/* INICIO HEADER MOVIL */

.menu_list{
    display:none;
}

.topnav {
    overflow: hidden;
    background-color: black;
    position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a{
  color: whitesmoke;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.submenu{
    padding: 15px 16px;
    border-bottom: 3px solid whitesmoke;
    background-color: Black;
}

.topnav a.icon {
  padding: 12px 15px;
  background: #40b2ff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
    color: black;
}

.topnav a:hover {
  background-color: #40b2ff;
    border-bottom: 3px solid black;
    transition: 1s;
}

.logo_mobile {
  background-color: black;
    border-bottom: 3px solid #40b2ff;
}

.logo_list_m{
    height: 40px;
    width: auto;
    position: relative;
}


/* TERMINA HEADER MOVIL */

a,
    a:visited{
        color: whitesmoke;
        text-decoration: none;
    }

body{
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    min-width: 320px;
    margin: 0px auto;
    text-align: center;
    max-width: 1400px;
}

h1{
    font-family: 'Bebas Neue', cursive;
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: black;
    animation: animacion 2s;
}

.titulo{
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
}

h2{
    font-family: 'Open Sans';
    font-size: 24px;
}


/*          Aquí comienzan los estilos de los DIV           */


div{
    display: block;
    overflow: visible;
    justify-content: center;
    align-content: center;
}

.divtext{
    position: relative;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    font-weight: 0;
    padding: 0 15px 0 15px;
    animation: animacion 2s;
}

.video{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo{
    display: flex;
    position: absolute;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

video{
    display: flex;
    min-width: 1600px;
    width:100%;
    align-content: center;
    text-align: center;
    background-position: center;
}

.presentacion{
    padding-bottom: 30px;
}


.derechos{
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    color: whitesmoke;
    text-align: center;
}

.aspersor{
    display: flex;
    width: 100%;
    height: 300px;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.descripcion{
    width: 100%;
}

.innovacion{
    display: flex;
/*    background-color: lightblue;
    color: darkblue; */
    padding-bottom: 20px;
}

.innovacion h1{
/*    color: darkblue; */
}

.txtnegro{
    display: flex;
    background-color: black;
    color: whitesmoke;
    padding-bottom: 20px;
}

.txtnegro h1{
    color: whitesmoke;
}

.aplicaciones{
    width: 100%;
}

.comercial, .residencial, .industrial{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.comercial{
    background-image: url(../imagenes/comercial.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    align-items: center;
    justify-content: center;
}

.industrial{
    background-image: url(../imagenes/industrial.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    align-items: center;
    justify-content: center;
}

.residencial{
    background-image: url(../imagenes/residencial.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    align-items: center;
    justify-content: center;
}
.comercial h1{
    justify-content: center;
    align-content: center;
    color: black;
}

.comercial:hover, .residencial:hover, .industrial:hover{
    opacity: 1;
    transition: 1s;
}

.imagen{
    overflow: hidden;
    height: 300px;
    background-color: black;
    opacity: .5;
}

.imagen:hover{
    opacity: 1;
    transition: 1s;
}

img{
    width: 100%;
    justify-content: center;
    align-content: center;
}

.derechos{
    font-size: 12px;
}

.videocomercial{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 400px;
}

.apptext{
    width: 100%;
}

.galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fotoscom1{
    background: url(../imagenes/comercial/Blitz-24-Oscillating-Sideline-Misting-Fan-Big-Fogg-4.jpg);
}

.fotoscom2{
    background: url(../imagenes/comercial/fruit-veg-retail3.jpg);
}

.fotoscom3{
    background: url(../imagenes/comercial/perth-job-image-for-website-small-wfzekipsrkak.jpg);
}

.fotoscom4{
    background: url(../imagenes/comercial/Screen%20Shot%202021-04-06%20at%205.01.54%20PM.png);
}

.fotoscom1, .fotoscom2, .fotoscom3, .fotoscom4{
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    justify-content: center;
    align-items: center;
    padding: 1px;
}

.beneficios{
    display: flex;
    text-align: justify;
    color: whitesmoke;
    background-color: dimgray;
    padding-bottom: 20px;
}

.beneficios h1{
    color: whitesmoke;
}

.beneficioschiller{
    display: flex;
    text-align: justify;
    color: whitesmoke;
    background-color: dimgray;
    padding-bottom: 20px;
}

.beneficioschiller h1{
    color: whitesmoke;
}

.fotosres1{
    background: url(../imagenes/residencial/coors16-orig_orig.jpg);
}

.fotosres2{
    background: url(../imagenes/residencial/fogsis_10.jpg);
}

.fotosres3{
    background: url(../imagenes/residencial/RedRock-Pools-misting-system-pergola_490.jpg);
}

.fotosres4{
    background: url(../imagenes/residencial/s-l1600.jpg);
}

.fotosres1, .fotosres2, .fotosres3, .fotosres4{
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    justify-content: center;
    align-items: center;
    padding: 1px;
}

.videoindustrial{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 650px;
}

video .videoindustrial{
    position: absolute;
    top: 0px;
    left: 0px;
}

.divchiller{
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.chiller{
    background-image: url(../imagenes/industrial/chiller.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
}

.cabas{
    background-image: url(../imagenes/industrial/barricas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;    
}

.ganado, .chiller, .cabas{
    display: flex;
}

button{
    border: none;
    cursor: pointer;
}

.accordion{
    font-family: 'Raleway', sans-serif;
    height: 53px;
    font-size: 20px;
    background-color: black;
    color: whitesmoke;
    cursor: pointer;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: #40b2ff;
    border-bottom-width: 6px;
    outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: whitesmoke;
    border-bottom: 6px solid black;
    color: black;
    transition: 1s;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    position: relative;
    display: none;
    overflow: hidden;
}

.accordion:after {
  content: '\002B';
  color: #40b2ff;
  float: right;
  margin-left: 5px;
    font-size: 20px
}

.active:after {
  content: "\2212";
    color: black;
}

.fotosani1{
    background: url(../imagenes/industrial/animales/aves.JPG);
}

.fotosani2{
    background: url(../imagenes/industrial/animales/cabras.JPG);
}

.fotosani3{
    background: url(../imagenes/industrial/animales/ganado.jpeg);
}

.fotosani4{
    background: url(../imagenes/industrial/animales/porcino.JPG);
}

.fotosani1, .fotosani2, .fotosani3, .fotosani4{
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
    justify-content: center;
    align-items: center;
}

.contacto{
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    align-items: center;
    height: 790px;
}

.videocontacto{
    position: absolute;
}

.metodoscontacto{
}

.datoscontacto{
    position: relative;
    display: block;
    width: 100%;
}

.logocontact{
    width: 120px;
}

.call, .mail{
    display: flex;
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.metodoscontacto p{
    display: flex;
    justify-content: center;
}

.metodoscontacto, .mensaje{
        display: flex;
}

.metodoscontacto{
    background-color: black;
    color: whitesmoke;
    align-items: center;
    border-radius: 20px;
}

.metodoscontacto h1{
    color: whitesmoke;
}

.telefono{
}

form{
    width: 100%;
    padding: 0px 15px 0 15px;
}

.entrada{
    display: flex;
    width: 100%;
    height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    border-bottom-width: 3px;
    border-bottom-color: black;
    border-right: none;
    border-left: none;
    border-top: none;
}  

.redaccion{
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    border-bottom-width: 3px;
    border-bottom-color: black;
    border-right: none;
    border-left: none;
    border-top: none;
}  

.redaccion:hover, .entrada:hover{
    border-bottom-width: 3px;
    border-bottom-color: #40b2ff;
    transition: 1s;
}

textarea{
    resize:none;
}

.mensaje button{
    display: flex;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    background-color: #40b2ff;
    height: 40px;
    color: whitesmoke;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    border-radius: 10px;
    float: right;
}  

.mensaje button:hover{
    background-color: black;
    color: whitesmoke;
    border-color: black;
    border-width: 1px;
    transition: 1s;
    }
    
.enviar img{
    display: flex;
    width: 20px;
    align-items: center;
    margin-right: 5px;
}

.enviado {
    display: flex;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    background-color: #40b2ff;
    height: 40px;
    color: whitesmoke;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    border-radius: 10px;
}  

.enviado:hover{
    background-color: whitesmoke;
    color: black;
    border-color: black;
    border-width: 1px;
    transition: 1s;
    }
  

@keyframes animacion {
    from {left: -870px;}
    to {left: 0px;}
}

@media only screen and (min-width: 768px){

    .topnav{
        display: none;
    }
    
/*       INICIO     HEADER          */     
    
.menu_list{
    display: inline-flex;
    position: relative;
    width: 100%;
    flex-flow: row;
    height: 53px;
    font-weight: bold;
    padding: 0px;
    background-color: black;
}

.list{
    background-color: black;
    display: flex;
    flex-grow: 1;
    padding-top: 13px;
    padding-bottom: 10px;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-color: #40b2ff;
    border-bottom-width: 6px;
    color: whitesmoke;
}

.list:hover{
    background-color: white;
    opacity: 1;
    color: black;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 6  px;
    transition-duration: 1s;
}

.logo_list_s{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1px;
    width: 44px;
    padding-top: 5px;
    margin-right: 3px;
    background-color: black;
}

a,
    a:visited{
        color: whitesmoke;
        text-decoration: none;
    }
    
.dropdown{
    display: flex;
    flex-grow: 1;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
    
.dropbtn{
    display: flex;
    background-color: black;
    flex-grow: 1;
    padding-top: 13px;
    padding-bottom: 10px;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-color: #40b2ff;
    border-bottom-width: 6px;
    color: whitesmoke;
}
    
.dropbtn:hover{
    background-color: white;
    transition: 1s;
    color: black;
    border-bottom: 6px solid black;
}

    

/* The container <div> - needed to position the dropdown content */

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 53px;
    background-color: black;
    width: 45%;
    color: whitesmoke;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: 1s;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: whitesmoke;
    border-bottom: 3px solid whitesmoke;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover{
    background-color: whitesmoke;
    color: black;
    border-bottom: 3px solid #40b2ff;
    transition: 1s;
    }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}    
    
/* FIN HEADER */

    
.aplicaciones{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.comercial, .industrial, .residencial{
    display: flex;
    flex-grow: 1;
    padding: 0;
    height: 300px;
}

.divchiller{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.chiller{
    display: flex;
    width: 50%;
    height: 400px;
}

.beneficioschiller{
display: flex;
text-align: justify;
color: whitesmoke;
background-color: dimgray;
padding-bottom: 20px;
width: 50%;
height: 400px;
align-items: center;
}

.beneficioschiller h1{
    color: whitesmoke;
}

.cabas{
    width: 50%;
}

.datoscontacto{
    max-width: 700px;
}

.logocontact{
width: 250px;
}

}