@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans&display=swap');

:root {
    --malta-text: rgb(115, 115, 115);
    --malta-black: rgb(0, 0, 0); 
    --malta-blue: rgb(53, 51, 205);
    --malta-dark-blue: rgb(11, 10, 118);
    --malta-gray: rgb(82, 86, 87);
    --malta-light-blue: rgb(23, 156, 241);
    --malta-light-gray: rgb(182, 180, 180); 
    --malta-blue-gradient: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(5, 8, 34) 0%, rgba(52,78,161,1) 100%);
    --malta-gray-gradient: linear-gradient(45deg, rgba(228,231,236,1) 0%, rgba(255,255,255,1) 100%);
    --malta-mono-gradient: linear-gradient(to bottom, rgba(40,40,40,1) 0%, rgba(40,40,40,1) 50%,  rgba(250,250,250,1) 50%, rgba(255,255,255,1) 100%);
    --malta-white: rgb(246, 239, 241);
    --malta-white-clean: rgb(255, 255, 255);

    /* ===== Transicion ===== */

    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
}
.navPrincipal{
    background: var(--malta-blue-gradient);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inclusive Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
  
body {
    font-family: sans-serif;
    padding: 0;
    background: var(--malta-white);
    width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.main{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    /* height: 85vh; */
    display: flex;
    margin-top: 300px;
}
.row1{
    margin-right: 5% !important;
    margin-left: 5% !important ;
}

.informacion{
    /* width: 50%; */
    font-size: 2rem;
    padding: 5%;
} 

.imagenMalta{
    /* width: 50% ; */
   background: url(../img/imgMarcas/MaltaLOGO.png);
   background-size: 100% 80%;
   background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    align-items: center;
    padding-right: 30px;
    padding-top: 70%;
    /* margin-top: 100px; */
}
.contactanos{
    /* margin-top: 100px; */
    color: var(--malta-dark-blue);
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 10%;
   
}
.contactanos h2{
    font-size: 8rem; 
    font-weight: 900;
}
 /* .col-xs-12 h2{
    font-size: 3rem;
    align-content: center;
}  */

.infoContacto{
    background: var(--malta-dark-blue);
     
    margin-top: 100px;
    margin-left: 20px;
    padding: 20px;
    font-size: 2rem;
    /* width: 70%; 
    height: 80%; */
}
.infoRequerida{
    /* width: 80%; */
    margin-top: 100px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    font-size: 2rem;
}
.infoContacto h5{
    font-size: 2rem;
}
.nombreApellido{
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    margin-top: -8%;
}
.num_email{
    color: var(--malta-white);
}
.texto{
    color: var(--malta-white);
}
.direccion{
    color: var(--malta-white);
}
.nombre{
    width: 50%; 
    color: #0c0a76; 
    font-weight: 900;
    font-size: 1.2rem;
 
}
.apellido{
    width: 50%;
    color: #0c0a76;
    font-weight: 900;
    font-size: 1.2rem;
    
}
.email{
    width: 100%;
    color: #0c0a76;
    font-weight: 900;
    font-size: 1.2rem;
}
.numTelefonico{
    width: 100%;
    color: #0c0a76;
    font-weight: 900;
    font-size: 1.2rem;
}
.mensaje{
    width: 100%;
    color: #0c0a76;
    text-align: center;
    font-weight: 900;
    font-size: 1.2rem;
}
.entradaNombre {
    background: var(--malta-dark-blue);
    width: 90%;
    color: white;
    height: 60%;
}
.entradaApellido{
    background: var(--malta-dark-blue);
    width: 100%;
    color: white;
    height: 60%;
}    
.entrada {
    background: var(--malta-dark-blue);
    width: 100%;
    color: white;
    height: 60%; 
}

.entradaMensaje{
    background: var(--malta-dark-blue);
    width: 100%;
    color: white;
    height: 178%; 
}

.botonEnviar {
    display: flex;
    justify-content: right;
    
  }
  
  #enviar {
    padding: 6px 10px;
    background-color: #4965b1;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 3%;
    

  }
  #enviar:hover{
    background-color: #2c63d8;
    color: white;
  }
  
  @media (max-width: 768px) {
    .botonEnviar {
      justify-content: center;
    }
  }
  

.textoBaner{
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}
.textoBaner h1{
    margin-top: 100px;
    font-size: 12rem;
    font-weight: 900;
    width: 50%; 
}
.linksMain{
    width: 100%;
    position: relative;
    display: flex;
    z-index: 0;
    height: 90px;
    align-items: flex-end;
    margin-bottom: 0;
    justify-content: center;
}
.ML{
    position: relative;
    width: 22%;
    height: 100%;
    list-style: none;
    margin: 0px;
}
.ML:hover{
    background: var(--malta-gray);
}
.MLa{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--blancopuro);
    border-radius: 10px;
    text-decoration: none;
    /* backdrop-filter: blur(2px); */
    transition: 0.5s;
    overflow: hidden;
}



.main2{
    background-size: 100% 100%;
    width: 100%;
    display: flex;
  
}
.main2 h2{
    text-align: center;
    width: 70%;
    font-size: 6rem;
    font-weight: 700;
    color: var(--malta-white);

}



.main3{
    background: url(../img/imgSeguridad/camarasInterior.png);
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    width: 90%;
    height: 350px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 50px;
}
.textoBanerM3{
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}
.textoBanerM3 h1{
    margin-top: 100px;
    font-size: 7rem;
    font-weight: 900;
    width: 100%; 
}


.tu-clase{
    width: 100%;
    text-align: center;
}





.main5{
    background: url(../img/imgSeguridad/camarasExterior.png);
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    width: 90%;
    height: 350px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #000;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 50px;
}
.textoBanerM5{
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.textoBanerM5 h1{
    margin-top: 100px;
    font-size: 6rem;
    font-weight: 900;
    width: 100%; 
}


footer{
    width: 100%; 
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--malta-blue-gradient);
    margin-top: 20px;
    font-weight: 700;
    color: var(--malta-white);
}



@media (min-width: 280px){
    .main{
        margin-top: 50px;
    }
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 1rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
        padding: 20px;
    }
    .contactanos h2{
        font-size: 2rem;
    }
    .etiquetas{
        font-size: 1rem;
    }
    #enviar {
        padding: 6px 10px;
        background-color: #4965b1;
        color: #fff;
        border-radius: 8px;
        cursor: pointer;
        margin-right: 3%;
        margin-top: 30px;
    }
    .imagenMalta{
        height: 150px;
    }
    .email{
        margin-top: 10px;
    }
}
@media (min-width: 320px){
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 1rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }
    .contactanos h2{
        font-size: 2.5rem;
    }

}
@media (min-width: 360px){

    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 1rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }
    .contactanos h2{
        font-size: 2.5rem;
    }

}
@media (min-width: 375px){
    
    .contactanos h2{
        font-size: 2rem;
    } 
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 1rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }
}
@media (min-width: 390px){
    .informacion{
        font-size: 1rem;
    }
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 1rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }
    

}
@media (min-width: 540px){
    .informacion{
        font-size: 1.5rem;
    }
    
}
@media (min-width: 550px){
    .informacion{
        font-size: 1.5rem;
    }
   
}
@media (min-width: 576px){
    .informacion{
        font-size: 1.5rem;
    }
}
@media (min-width: 720px){
    .contactanos h2{
        font-size: 5rem;
    } 
}
@media (min-width: 767px){
     .contactanos h2{
        font-size: 5rem;
    } 
    .infoContacto{
        font-size: 1rem; 
    }

}
@media (min-width: 769px){
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 0.9rem;
        
    }
    .infoContacto h5{
        font-size: 0.9rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }
    

}
@media (min-width: 816px){
    .main {
        margin-top: 150px;
    }
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 0.9rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }
   
}
@media (min-width: 820px){
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 0.85rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }

}
@media (min-width: 889px){

    .infoContacto{
    width: 70%; 
    height: 78%;
    font-size: 0.8rem;
    margin-bottom: 2%;
    }
    
}
@media (min-width: 1040px){
    .infoContacto{
    width: 70%; 
    height: 78%;
    font-size: 1rem;
    margin-bottom: 2%;
    }
    
}
@media (min-width: 920px){
    .infoContacto {
        width: 95%;
    }
    .informacion{
        font-size: 1rem;
    }
    .infoContacto{
        font-size: 1rem;
    }
    .infoContacto h5{
        font-size: 1rem;
    }
    .infoRequerida{
        font-size: 1rem;
    }

}
@media (min-width: 1024px){

    
    .contactanos h2{
        font-size: 7rem;
    }
    .informacion{
        font-size: 1.5rem;
    }
    
}
@media (min-width: 1280px){
    
    .contactanos h2{
        font-size: 8rem;
    }

}
@media (min-width: 1366px){
    .informacion{
        font-size: 1.8rem;
    }
    .contactanos h2{
        font-size: 8rem;
    }

}
@media (min-width: 1440px){
    .informacion{
        font-size: 1.8rem;
    }
    .contactanos h2{
        font-size: 8rem;
    }

}
@media (min-width: 1920px){
    .textoBaner h1 {
        margin-top: 25%;
    } 
    .contactanos h2{
        font-size: 8rem;
    }   
    .informacion{
        font-size: 1.5rem;
    }
    .infoContacto{
        font-size: 1.4rem;
        margin-top: 15%;
        height: 83%;
    }
    .infoContacto h5{
        font-size: 1.5rem;
    }
    .infoRequerida{
        font-size: 1.5rem;
    }
    .etiquetas{
        font-size: 1.5rem;
    }
}

