*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

html{
    overflow-x: hidden;
    
}

nav{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: white;
    
    
}

.menu > li > .nav-link{
    color: white;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    }

    .menu > li > .nav-link:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: #0A1040;
        color: #0A1040;
        transition: left .3s;
    }    

    .menu > li > .nav-link:hover{
        color: #0A1040;
        transition: .2s;
        
    }

    .menu > li > .nav-link:hover:after{
    color: #0A1040;
    left: 0;
}

/* Slider Web */

.foto-escritorio{
    margin-top: 180px;
    display: block;
    
}

.foto-portatil{
    margin-top: 180px;
    display: none;
}

.sliderweb{
    display: flex;
    width: 100%;
    height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.boxt{
    flex: 1;
    overflow: hidden;
    margin: 8px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0);
    line-height: 0;
    transition: all 600ms;
}

.boxt > img{
    width: 200%;
    height: calc(100% - 0vh);
    object-fit: cover;
    transition: all 300ms;
}


.boxt:hover{
    flex: 50%;
}

.boxt:hover > img{
    width: 100%;
    height: 100%;
}

.fondo1{
    background-color: rgb(194, 192, 192);
}

.nosotros{
    width: 40%;
    border-radius: 10px;
    background-color: #838282;
    margin: 10px;
    margin-top: 50px;
    padding-right: 10px;
}

.nosotros:hover, .nosotros2:hover, .nosotros3:hover{
    background-color:#0A1040;
    transition: .3s;
}

.nosotros2{
    width: 40%;
    border-radius: 10px;
    background-color: #838282;
    margin: 10px;
    margin-left: 30%;
    padding-right: 10px;
}

.nosotros3{
    width: 40%;
    border-radius: 10px;
    background-color: #838282;
    margin: 10px;
    margin-left: 60%;
    margin-bottom: 50px;
    padding-right: 10px;
}

.texto-tarjetas{
    font-size: 22px;
    color: white;
    padding: 5px;
    
}

.salto{
    display: none;
}

.texto-tarjetas:hover{
    
    color: white;
    transition: .2s;
}

iframe{
    width:  560px;
    height: 315px; 
}

footer{
    width: 100%;
    height: 340px;
    background-image: url(../img/footer.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    z-index: 1;
    padding: 20px;
    color: #0A1040;
    
}

.color-politicas > li {
   list-style-type: none;
   display: inline;
   padding-left:50px;
}

.color-politicas > li > a{
    color: #0A1040;
}

.color-politicas > li > a:hover{
    color: white;
    transition: .2s;
}


.sociales{
    bottom: 0;
    left:0;
    
    position: fixed;
    z-index: 100;
    display: block;
    
    
  }
  
 
  
  .sociales ul{
  padding: initial;
  
  }
  
  .sociales ul li{
  height: 165px;
  width: 150px;
  list-style-type: none;
  padding-left: 6px;
  padding-top: -50px;
  margin-top: 100px;
  margin-right: 0px;
  background-color:#0A1040 ;
  border-radius: 10px;
  
  }

  .titulos-principales{
    margin-top: 180px;
    background-color: #0A1040;
    border-radius: 10px;
    color: white;
    padding: 10px;
    border-right: 10px solid #DC3545;
    border-left: 10px solid #DC3545;

    
}

.norma-tarjeta{
    background-color: #0A1040;
}







@media only screen and (max-width: 600px) {

    .foto-escritorio{
      display: none;
    }
    
    .foto-portatil{
        margin-top: 200px;
        display: block;
    }

    .texto-tarjetas{
        font-size: 15px;
        color: white;
        padding: 1px;
        
        
    }

    .salto{
        display: block;
    }

    .nosotros{
        width: 100%;
        border-radius: 10px;
        background-color:  #838282;
        margin: 0px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    
    .nosotros2{
        width: 100%;
        border-radius: 10px;
        background-color:  #838282;
        margin: 0px;
        margin-bottom: 10px;
        
    }
    
    .nosotros3{
        width: 100%;
        border-radius: 10px;
        background-color:  #838282;
        margin: 0px;
        margin-bottom: 50px;
        
    }

    iframe{
        width:  360px;
        height: 189px; 
    }

    

    footer{
        background-image:none;
        background-color: #DC3545;
        width: 100%;
        height: 390px;
      
        
    }

    .sociales{
        display: none;
      }


}


    
    