

nav.transparent {
  background: transparent;
  transition: background 0.3s ease;
}

nav.azul {
  background: #021C3F; /* o el tono de azul que prefieras */
  transition: background 0.3s ease;
}


.fondo_seccion2
	{
    background: url(../imagenes/seccion2.jpg) center no-repeat; /* se puede agregar center fixed */
   	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	-o-background-size: cover;
   	background-size: cover;			
   	/*height: 100%;*/
   	width: 100% ;
	}

  .texto_seccion3
  {
 
   font-size:70px !important;
  }

.fondo_seccion3
	{
    background: url(../imagenes/seccion3.jpg) center no-repeat; /* se puede agregar center fixed */
   	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	-o-background-size: cover;
   	background-size: cover;			
   	/*height: 100%;*/
   	width: 100% ;
	}

.video_logo, .video_logo2 {
 
}

footer
{
background:#021C3F;	 
color: #B4B6B6;  
}
	 
.embed-responsive 
{
position: relative;
width:80%;
height: 0;
padding-top: 56.25%;
}

#video
{
width: 100%;
min-width: 100%;
min-height: 100%;
margin-top: 80px;
}

.pagina
  {
  margin-top: 90px;
  }

#servicios
{
background-color: #292B2C;
}

#videos
{
background-image: url(../imagenes/fondo.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #000;
}

.modal-dialog 
  {
   max-width: 700px;
   margin: 30px auto;
  }
.modal-body 
  {
   position:relative;
   padding:0px;
  }
.close 
  {
   position:absolute;
   right:-30px;
   top:0;
   z-index:999;
   font-size:2rem;
   font-weight: normal;
   color:#fff;
   opacity:1;
  }

.nav-link, .navbar-brand
  {
  color:#FFFFFF !Important;	
  font-size: 17px;
  font-face: Tahoma;    
  font-weight: 400;
  }

.fa.fa-navicon
  {
  color:#FFFFFF !Important;	
  font-size: 20px !Important;
  font-face: Tahoma;  
  font-weight: 400;
  }

body
  {
  font-size: 14px;
  background: #000000;
  color: #FFFFFF;
  }

.nav-link:hover 
  {
  color:#FFFFFF !Important;	
  }

.nav-item 
{
padding: 5px;  
}

.navbar-toggler-icon
{
color: #FFFFFF !Important;	
}

.btn
{
background: #000;	
color: #FFFFFF;
}

div.laptop-wrapper 
{
position: relative;
padding-top: 25px;
padding-bottom: 50%;
height: 0;
}

div.laptop-wrapper iframe 
{
box-sizing: border-box;
background: url(../imagenes/iphone.png) center center no-repeat;
background-size: contain;
padding: 8% 15.5% 14.8%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#lista_beneficios li 
{
padding: 10px !important;
}

.btn, .btn:hover, .btn.onclick
{
 font-size: 14px;
  /* Color de fondo del Boton */
 background-color: #000000 !important;
 /* Color del texto del Boton */
 color: #FFFFFF;
 border: none;
 box-shadow: none;
}


.imagenes_seccion4 {
  background: white;
  border-radius: 20px;
  padding: 25px;
  display: flex;                 
  flex-direction: column;         
  align-items: center;          
  justify-content: center;
  height: 100%;                  
  transition: all 0.3s ease;

}

.imagenes_seccion4 img {
  width: 100%;
  max-width: 180px;              
  height: auto;
  border-radius: 10px;
}

.imagenes_seccion4 p {
  color: black;    
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}


.imagen_validez{
    padding-bottom:30px;
}

.img-redondeada {
    border-radius: 20px; /* puedes cambiar el valor a tu gusto */
}

.texto_seccion11 {
        color: #ffffff;
        -webkit-text-stroke: 5px #BA1C2A;
        font-weight: bold;
        text-align: center;
    }
    
     .redes
        	    {
        	   font-size: 22px !important;
        	    }

@media (max-width: 768px)
  {

    	.texto_video1 {
    text-align: center;
    font-size: 24.5px !important;
    display: block;
    width: 80%;
    margin: 0 auto; /* Centra el bloque completo */
}

	.texto_video2 {
	    color: #3D3D3D !important;
    text-align: center;
    font-size: 16px !important;
    display: block;
    width: 80%;
    margin: 0 auto; /* Centra el bloque completo */
}

.texto_video
        	    {
        
            top: 40% !important;
          
        	    }
        	    
        	    .texto_pie
        	    {
        
            text-align: center !important;
          padding:15px;
        	    }
        	    
        	    .redes
        	    {
        	   font-size: 25px !important;
        	    }
        	    
        	      .texto_azul
        	    {
        font-size: 35px !important;
            text-align: center !important;
        	    }

   nav {
    background: #021C3F !important; /* azul en móvil */
  }

    
    #seccion4 {
    padding: 20px 0;
  }
  
  .pagina
    {
    margin-top: 90px;
    }
    
    .nav-link, .navbar-brand
  {
  font-size: 16px;
  }
  .texto_seccion3
  {
 
   font-size:30px !important;
  }
  
  .celda1{
      text-align: center;
  }
  
  .imagenes_seccion4 {
    padding: 20px;        
    margin-bottom: 10px;    
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
    .imagenes_seccion4 img {
    max-width: 140px;
  }
    .imagenes_seccion4 p {
    font-size: 16px;
  }
  
  .texto_seccion11 {
        -webkit-text-stroke: 2px #BA1C2A;
    }
  }