/* ============= FUENTES  =============== */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

* {
 box-sizing: border-box; }
 

/* ============= CARACTERÍSTICAS GENERALES  =============== */
																						


body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f7f9;
    color: #1f2d3d;
}


				@media screen and (min-width: 320px) {
						.body-login{
						 background-image: url(../img/bg-login789x857.jpg);
						 background-size: cover;
						    
						}}

		
				@media screen and (min-width: 768px) {
						.body-login{
						 background-image: url(../img/bg-login1428x857.jpg);
						 background-size: cover;
						    
						}}

				@media screen and (min-width: 1500px) {
						.body-login{
						 background-image: url(../img/bg-login2000x857.jpg);
						 background-size: cover;
						    
						}}


				.body-login-cap {
				
				background-repeat: no-repeat;
				width: auto;
					
				}
			
				@media screen and (min-width: 320px) {
						.body-login-cap{
						 	background-image: url(../img/bg-login-cap1024x683.jpg);
							background-size: cover;
							}}

				@media screen and (min-width: 480px) {
						.body-login-cap{
						 	background-image: url(../img/bg-login-cap1280x853.jpg);
							background-size: cover;
							}}

			
				@media screen and (min-width: 1500px) {
						.body-login-cap{
				
							background-image: url(../img/bg-login-cap1800x1200.jpg);
							background-size: cover;
							}}

					
				.body-denuncia {
				background-repeat: no-repeat;
				width: 100%;

				}				

				@media screen and (min-width: 320px) {
						.body-denuncia{
						background-image: url(../img/bg-denuncia932x853.jpg);
						background-size: cover;
						}}

				
				@media screen and (min-width: 768px) {
						.body-denuncia{
						 background-image: url(../img/bg-denuncia1280x853.jpg);
						background-size: cover;
						}}

				@media screen and (min-width: 1500px) {
						.body-denuncia{
						 background-image: url(../img/bg-denuncia2000x1333.jpg);
						background-size: cover;
						}}
						
						
			    .body-denuncia2 {
				background-repeat: no-repeat;
				width: 100%;

				}				

				@media screen and (min-width: 320px) {
						.body-denuncia2{
						background-image: url(../img/bg-canal2_932x623.jpg);
						background-size: cover;
						}}

				
				@media screen and (min-width: 768px) {
						.body-denuncia2{
						 background-image: url(../img/bg-canal2_1280x854.jpg);
						background-size: cover;
						}}

				@media screen and (min-width: 1500px) {
						.body-denuncia2{
						 background-image: url(../img/bg-canal2_2000x1334.jpg);
						background-size: cover;
						}}


				.body-planes {
				
				background-repeat: no-repeat;
				width: auto;

				}

				@media screen and (min-width: 1500px) {
						.body-planes{
						
						background-size: cover;
						}}

				

				.body-index {
				background-color: #000000;
				text-align: center;

				}

				
				.body-formulario {
				padding: 0;
					
				}


				@media screen and (min-width: 768px) {
						.body-formulario {
				
				
				background-size: cover;
				
						 
									}}

				


				
img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

section, article {
				  margin-bottom: 0px;
				  
				  
				}

label, input, textarea {
				  display: block; }

h1, h2, h3, h4 {
				color: #CA4703;
				   
				}
h5 {
				  color: #F4BE04; 
				}

h6 {
				  color: #2A2A2A; 
				  font-size: 20px;
	
				}


h8 {
				  color: #FFF; 
				}

main {
				  margin-bottom: 2px;
				  }


/* ============= HEADER  =============== */

.main-header {
    width: 100%;
    min-height: 76px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    z-index: 1000;
}

.main-header .contenedor {
    min-height: 76px;
    display: flex;
    align-items: justify;
    justify-content: space-between;
    gap: 20px;
    width:98%;
}


@media (max-width: 768px) {
    .main-header {
        min-height: 68px;
        
    }
}

.main-header .contenedor {
        min-height: 68px;
        flex-wrap: wrap;
    }

@media (max-width: 480px) {

}

@media (max-width: 768px) {

    .main-header .contenedor {
        min-height: 68px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .main-header .contenedor {
        gap: 14px;
    }
}





.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo__img {
    max-height: 62px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
  
  .logo__img {
        max-height: 54px;
    }  
}



.titulo-empresa {
				  display: none;
				  float: left;
				  margin: 10px 0;
				  font-size: 2em; }

.titulo-empresa .contenedor {
    			  display: table; }

  		@media screen and (min-width: 320px) {
    	.titulo-empresa {
      			  display: block; } }

.no-padding {
    padding-top: 0;
}

/* ============= FOOTER  =============== */

.main-footer {
			    
			    background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
			    color: #efefef;			    
			    width: 100%;
				height: 60px;
				bottom: 0px;
				margin-top:130px;
				
				position: fixed;
                z-index: 1000;
}

  .main-footer .contenedor {
				height: 130px;
				
	  			 }

  .main-footer [class*="icon-"]:before {
				display: block;
				color: #fff;
				padding: .5em; }

		@media screen and (max-width: 768px) {
    		.main-footer {
    		    
      			height: 60px;
      			text-align: right;
      			
      			} }

 /* ============= TEMPORIZADOR  =============== */ 	
#aviso-inactividad {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.aviso-inactividad-contenido {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    border-top: 6px solid #026E89;
    font-family: Arial, sans-serif;
}

.aviso-inactividad-contenido h3 {
    margin: 0 0 12px 0;
    color: #026E89;
    font-size: 24px;
}

.aviso-inactividad-contenido p {
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
    margin: 8px 0;
}

#btn-continuar-sesion {
    margin-top: 18px;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    background: #026E89;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
}

#btn-continuar-sesion:hover {
    background: #014f63;
    transform: translateY(-1px);
}


/* ============= CONTENIDO  =============== */
																										
.container {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
     
}

.contenedor {
    width: min(92%, 1280px);
    margin: 0 auto;
}


.contenedor2 {
	
				  margin: auto;
				  width: 100%;}

		
	    @media screen and (min-width: 1024px) {
		.contenedor2 {
		          width: 95%; } }

	    @media screen and (min-width: 1500px) {
		.contenedor2 {
		  		  width: 95%; } }
		  		  
		  		  
.contenedor3 {
	
				  margin-top: 4%;
				  margin-bottom: 4%;
				  width: 100%;}

		
	    @media screen and (min-width: 1024px) {
		.contenedor3 {
		          width: 95%; } }

	    @media screen and (min-width: 1500px) {
		.contenedor3 {
		  		  width: 95%; } }
		  		  
		  		  
.contenedor4 {
	
	        background: -webkit-gradient(linear, left top, left bottom, from(#33658A), color-stop(47%, #e9850f), to(gainsboro));
				  background: -webkit-linear-gradient(#2B5675 0%, #4588BA 47%, #33658A 100%);
				  background: linear-gradient(#2B5675 0%, #4588BA 95%, #33658A 100%);
				  height: 70px;
				  -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
						  box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
				  
				  
				  color: #fff;
				  font-size: 18px;
				  left: 0;
				  width: 100%;  }
				  

    @media screen and (max-width: 768px) {
						.contenedor4{
						
						font-size: 12px;
						
									}}
 
 


.contenido{
				 
				 
				  height: 100%;
				  font-size: 18px;}

		@media screen and (max-width: 768px) {
						.contenido{
						margin-top: 180px;	
						padding-left: 10px;
						margin-right: 20px;
						margin-bottom: 100px;
						padding-bottom: 100px;
						width: 100%;
									}}

			

		@media screen and (min-width: 769px) {
						.contenido{
					margin-top: 180px;
					margin-left: 20px;
					margin-right: 20px;
					width: 98%;
					margin-bottom: 100px;
				    }}

		

		@media screen and (min-width: 1500px) {
						.contenido{
						 
				  margin-top: 180px;
				  min-height: 800px;
			      width: 98%;
				  float: right;
				  margin-bottom: 100px;}}

		


	@media screen and (max-width: 1500px) {
						#campagnas {
					
					padding-bottom: 100px;
				    }}
						

  
.main {
  		
    background: #f4f7f9;
}


		@media screen and (min-width: 320px) {
  		.grupo {
	 
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-justify-content: space-around;
					-ms-flex-pack: distribute;
						justify-content: space-around;
				-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
						flex-wrap: wrap; } }

		@media screen and (min-width: 768px) {
  		.grupo {

				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
					-ms-flex-pack: justify;
						justify-content: space-between;
		
		margin-top:20px;	
						
  		    
  		} }
  		
  		.grupo2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 60px 20px;
}

@media (max-width: 1024px) {
    .grupo2 {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}



.mayuscula {
    text-transform: uppercase;
    
}

.grupo__titulo {
				text-transform: none;
				font-size: 20px;
				border-bottom: 1px solid rgba(0, 0, 0, 0.3);
				
				margin-top: 0;
				text-align: left;
				color: #000;}
				
    @media screen and (min-width: 1500px) {
		
		.grupo__titulo {
		    
            width: 100%;
		}
        
    }
    
     @media screen and (max-width: 768px) {
		
		.grupo__titulo {
		    
            width: 100%;
		}
        
    }
    
    

.grupo__titulo2 {
    grid-column: 1 / -1;
    text-align: center;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    margin: 0 0 20px;
    color: #07395a;
    font-weight: 800;
}

  		

.grupo__titulo3 {
				text-transform: none;
				font-size: 20px;
				border-bottom: 1px solid rgba(0, 0, 0, 0.3);
				text-align: left;
				color: #000;}
				
    @media screen and (min-width: 769px) {
		
		.grupo__titulo3 {
		    
            width: 100%;
            
		}
        
    }
    
     @media screen and (max-width: 480px) {
		
		.grupo__titulo3 {
		    
            width: 100%;
		}
        
    }
    
 
    
    @media screen and (min-width: 1024px) {
    	.grupo__titulo, .grupo__titulo2 {
			    margin-bottom: 30px;
			    font-size: 20px; }}
		
		@media screen and (max-width: 1023px) {
    	.grupo__titulo, .grupo__titulo2, .grupo__titulo3 {
			    padding-right: 20px;
			     }}

.grupo__descripcion {
			    width: 100%;
			    margin: 0;
			    margin-top: -10px;
			    padding-bottom: 20px;
			    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
			    text-align: center; }

.texto{
				text-align:justify;
				margin-left: 10px;
				margin-right: 10px;}

.no-banner {
  				margin-top: 100px; }
  		.no-banner .grupo__titulo, .grupo__titulo2 {
    			font-size: 2.2em; }





.main-footer {
			    
			    background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
			    color: #efefef;			    
			    width: 100%;
				height: 60px;
				bottom: 0px;
				position: fixed;}

  .main-footer .contenedor {
				height: 40px;
	  			 }

  .main-footer [class*="icon-"]:before {
				display: block;
				color: #fff;
				padding: .5em; }

		@media screen and (max-width: 768px) {
    		.main-footer {
    		    
      			height: 60px;
      			
      			
      			} }

  		@media screen and (min-width: 768px) {
    		.main-footer {
      			text-align: right;
				} }


.datos {
  				width: 20%; 
				text-align: right;
				height: 30px;
				vertical-align: middle;
				padding-top: 5px;
				float: left;
				
				
				}
		@media screen and (max-width: 768px) {
    		.datos {
      			display: none;
				} }

  		@media screen and (min-width: 768px) {
    		.datos {
			   
			    font-size: 15px;
			    
				 
			   } }

  		

		

.datos__item {
			    list-style: none;
			    font-size: 15px;
				text-align: right;
				
				
							
 				}









/* ============= SALUDO  =============== */
															

.saludo{
				  padding-top: 80px;
				  padding-left: 20px;
				  width: 250px;
				  float: left;}

@media screen and (max-width: 1500px) {
						.saludo{
						 display: none;
									}}


.saludo2{
	
	float: right;
    color: #fff;
    
	margin-top: 10px;
	margin-right: 10px;
	display: inline-flex;
    align-items: center;
    padding: .6rem .9rem;
    color: #fff;
    
}

@media screen and (max-width: 1500px) {
						.saludo2{
	display: none;
	}
    
}


/* ============= MENUS  =============== */																									
																										
																										
.icon-menu {
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .icon-menu {
            display: inline-flex;
        }
}

.icon-menu img {
    display: block;
}																				

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.menu ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    list-style: none;
}

.menu a,
.main-header nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #1b1b1b;
    font-size: 0.98rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}



.menu a:hover,
.main-header nav a:hover {
    background: rgba(15, 95, 134, 0.10);
    color: #0f5f86;
    transform: translateY(-1px);
}			
			
@media (max-width: 768px) {

    .main-header {
        position: sticky;
        top: 0;
        z-index: 2000;
        background: rgba(255, 255, 255, 0.98);
    }

    .main-header .contenedor {
        position: relative;
        min-height: 68px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .icon-menu {
        display: inline-flex;
        cursor: pointer;
        z-index: 2100;
    }

    .menu,
    .main-header nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        border-radius: 18px;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
        padding: 14px;
        z-index: 2050;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        pointer-events: none;

        transition:
            opacity 0.25s ease,
            visibility 0.25s ease,
            transform 0.25s ease;
    }

    .menu ul,
    .main-header nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menu li,
    .main-header nav li {
        width: 100%;
    }

    .menu a,
    .main-header nav a {
        width: 100%;
        justify-content: flex-start;
        padding: 13px 16px;
        border-radius: 12px;
        color: #07395a;
        background: transparent;
        text-decoration: none;
    }

    .menu a:hover,
    .main-header nav a:hover {
        background: rgba(15, 95, 134, 0.10);
        color: #0f5f86;
        transform: none;
    }

    .menu.mostrar1,
    .main-header nav.mostrar1 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }
}



@media (max-width: 1024px) {
.menu a,
    .main-header nav a {
        font-size: 0.92rem;
        padding: 8px 10px;
    }
}

.menu.mostrar1,
.main-header nav.mostrar1 {
    display: flex;
    z-index:1100;
}


@media screen and (min-width: 1500px) {
.menu-lateral{
					position: relative;
					float: left;
					width: 250px;
					margin-left: 10px;
					margin-right: 10px;
					margin-top: 10px;
					padding: 20px 0 20px 0;
	clear: both;}}

@media screen and (max-width: 1500px) {
    		.menu-lateral {
				  z-index: 200;			  
				  width: 60%;
				  max-width: 250px;
				  margin-left: 0px;
				  position: fixed;
				  top: 74px;
				 
				  } }

@media screen and (min-width: 1500px) {
.menu-lateral2{
					position: relative;
					float: left;
					width: 250px;
					margin-left: 10px;
					margin-right: 10px;
					margin-top: 10px;
					min-height: 800px;
					padding: 20px 0 20px 0;
	clear: both;}}

@media screen and (max-width: 1500px) {
    		.menu-lateral2 {
				  z-index: 200;			  
				  width: 60%;
				  max-width: 250px;
				  margin-left: 0px;
				  position: absolute;
				  top: 74px;
				 
				  } }




@media screen and (max-width: 1500px) {
    		.menu-vertical{
					list-style: none;
					-webkit-transition: all 0.5s;
					transition: all 0.5s;
					padding: 0;
					background: linear-gradient(#F8F8F8 0%, #D9D9D9 50%, #C7C7C7 100%);
					border-radius: 0 1em 1em 0;
					width: 250px;
					left: 0;
				  	margin-left: -170%;
					font-size: 22px;
					text-transform: uppercase;
					position: absolute;
				
					}


		.menu-vertical li{
					position: relative;
					height: 50px;
					border-radius: 1em;
					
					}

		.menu-vertical li a{
					
					text-align: left;
					height: 50px;
					border-bottom: 3px solid #236B68;
					display: block;
					padding-left: 12px;
					color: #236B68;
					border-radius: 1em;
					}


		.menu-vertical li:hover > a{
	
					color: #fff;
					background-color: #236B68;
					border-radius: 1em;}}



@media screen and (min-width: 1500px) {
    		.menu-vertical{
					list-style: none;
					padding: 0;
					margin-right: 10px;

					background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
					border-radius: 1em;
					width: 250px;}


		.menu-vertical li{
					position: relative;
					height: 50px;
					border-radius: 1em;}

		.menu-vertical li a{
					position: relative;
					text-align: left;
					height: 50px;
					border-bottom: 1px solid #fff;
					display: block;
					text-decoration: none;
					padding: 12px 20px ;
					color: #fff;
					border-radius: 1em;}


		.menu-vertical li:hover > a{
	
					color: #fff;
					border-radius: 1em;}}



@media screen and (max-width: 1500px) {
    		.menu-vertical{
					list-style: none;
					-webkit-transition: all 0.5s;
					transition: all 0.5s;
					padding: 0;
					background: linear-gradient(#F8F8F8 0%, #D9D9D9 50%, #C7C7C7 100%);
					border-radius: 0 1em 1em 0;
					width: 250px;
					left: 0;
				  	margin-left: -170%;
					font-size: 22px;
					text-transform: uppercase;
					position: absolute;
				
					}


		.menu-vertical li{
					position: relative;
					height: 50px;
					border-radius: 1em;
					
					}

		.menu-vertical li a{
					
					text-align: left;
					height: 50px;
					border-bottom: 3px solid #236B68;
					display: block;
					padding-left: 12px;
					color: #236B68;
					border-radius: 1em;
					}


		.menu-vertical li:hover > a{
	
					color: #fff;
					background-color: #236B68;
					border-radius: 1em;}}



@media screen and (min-width: 1500px) {
    		.menu-vertical2{
					list-style: none;
					padding: 0;
					margin-right: 10px;

					background: linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
					border-radius: 1em;
					width: 250px;}


		.menu-vertical2 li{
					position: relative;
					height: 50px;
					border-radius: 1em;}

		.menu-vertical2 li a{
					position: relative;
					text-align: left;
					height: 50px;
					border-bottom: 1px solid #fff;
					display: block;
					text-decoration: none;
					padding: 12px 20px ;
					color: #fff;
					border-radius: 1em;}


		.menu-vertical2 li:hover > a{
	
					color: #fff;
					border-radius: 1em;}}
					
					
					
.submenu-principal {
	
			background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
			z-index: 200;
			-webkit-transition: all 0.5s;
					transition: all 0.5s;
}

@media screen and (min-width: 1500px) {
				.submenu-principal {
				  width: auto;	
				  
				  border-radius: 1em;
				  top: 260px;
				  
				   }}

		@media screen and (max-width: 1500px) {
    		.submenu-principal {
				  width: 60%;
				  max-width: 200px;				  
				  background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
				  
				  top: 270px;
				  border-radius: 1em 0 0 1em;
				  right: 0;
				  margin-right: -100%;
				  -webkit-transition: all 1s;
					transition: all 1s;
				  
				  } }

		
  		@media screen and (min-width: 1500px) {
    		.submenu-principal {
				  
				  height: 60px;
				  float: right;
				  } }

		#menu #desple{
				  display: none;}

	.submenu-principal ul {
				  list-style: none;
				  margin: 0;
				  padding: 0; }

  		@media screen and (min-width: 1500px) {
    		.submenu-principal ul {
				  display: -webkit-box;
				  display: -webkit-flex;
				  display: -ms-flexbox;
				  display: flex; } }



    :root{
      --sidebar-width: 280px;
      --overlay: rgba(0,0,0,.45);
    }

    /* Reset mínimo */
    * { box-sizing: border-box; }
    body { margin: 0; font-family: system-ui, Arial, sans-serif; }

    /* Checkbox oculto (controla el estado abierto/cerrado) */
    #menuToggle {
      position: absolute;
      left: -9999px;
    }

    /* Botón para abrir */
    .open-btn {
      display: inline-flex;
      gap: .5rem;
      align-items: center;
      padding: .6rem .9rem;
      margin: 1rem;
      border: 0;
      border-radius: .5rem;
      background: #111;
      color: #fff;
      cursor: pointer;
      user-select: none;
    }

    /* Sidebar: parte oculta fuera de la pantalla */
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: var(--sidebar-width);
      background: #1b1b1b;
      color: #fff;
      padding: 1rem;
      transform: translateX(-100%);  /* oculto */
      transition: transform .25s ease;
      z-index: 1000;
    }

    .sidebar h3 { margin-top: 0; }
    .sidebar a{
      display: block;
      color: #fff;
      text-decoration: none;
      padding: .6rem .5rem;
      border-radius: .4rem;
    }
    .sidebar a:hover { background: rgba(255,255,255,.08); }

    /* Overlay (fondo oscuro clickeable) */
    .overlay {
      position: fixed;
      inset: 0;
      background: var(--overlay);
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
      z-index: 900;
    }

    /* Botón cerrar dentro del menú */
    .close-btn {
      display: inline-block;
      margin-bottom: 1rem;
      padding: .45rem .7rem;
      border-radius: .5rem;
      background: rgba(255,255,255,.12);
      color: #fff;
      cursor: pointer;
      user-select: none;
    }

    /* Cuando el checkbox está marcado => menú visible + overlay activo */
    #menuToggle:checked ~ .sidebar {
      transform: translateX(0);
    }
    #menuToggle:checked ~ .overlay {
      opacity: 1;
      pointer-events: auto;
    }

    /* Contenido principal */
    .content {
      padding: 1rem;
    }

    /* (Opcional) empujar el contenido cuando abre el menú */
    #menuToggle:checked ~ .content {
      margin-left: var(--sidebar-width);
      transition: margin-left .25s ease;
    }
    .content { transition: margin-left .25s ease; }

    /* (Accesibilidad) reduce animaciones si el usuario lo pide */
    @media (prefers-reduced-motion: reduce) {
      .sidebar, .overlay, .content { transition: none; }
    }
    
    
    
/* ============= Menú de módulos =============== */ 

.menu-modulos {
    width: min(94%, 1180px);
    margin: 35px auto;
    padding: 28px;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(7, 57, 90, 0.12);
    border: 1px solid rgba(7, 57, 90, 0.08);
}

.menu-modulos__header {
    margin-bottom: 24px;
    text-align: center;
}

.menu-modulos__titulo {
    margin: 0;
    color: #07395a;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    
}

.menu-modulos__subtitulo {
    margin: 8px 0 0;
    color: #5f6f7c;
    font-size: 1rem;
}

.menu-modulos__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.menu-modulos__item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #f8fbfd 0%, #ffffff 100%);
    border: 1px solid rgba(7, 57, 90, 0.10);
    border-radius: 18px;
    color: #07395a;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(7, 57, 90, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border 0.22s ease, background 0.22s ease;
}

.menu-modulos__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(7, 57, 90, 0.16);
    border-color: rgba(15, 95, 134, 0.28);
    background: linear-gradient(135deg, #ffffff 0%, #eef8fb 100%);
}

.menu-modulos__icono {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(15, 95, 134, 0.10);
    font-size: 1.7rem;
}

.menu-modulos__contenido {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.menu-modulos__nombre {
    font-size: 1.05rem;
    line-height: 1.25;
    color: #07395a;
}

.menu-modulos__descripcion {
    font-size: 0.88rem;
    line-height: 1.35;
    color: #637381;
}

.menu-modulos__flecha {
    font-size: 2rem;
    line-height: 1;
    color: #f39200;
    transition: transform 0.22s ease;
}

.menu-modulos__item:hover .menu-modulos__flecha {
    transform: translateX(4px);
}

.menu-modulos__alerta {
    padding: 18px 20px;
    background: #fff7e8;
    color: #9a5b00;
    border: 1px solid rgba(243, 146, 0, 0.28);
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 768px) {
    .menu-modulos {
        padding: 22px 18px;
        margin: 24px auto;
        border-radius: 18px;
    }

    .menu-modulos__grid {
        grid-template-columns: 1fr;
    }

    .menu-modulos__item {
        min-height: 84px;
        padding: 16px;
    }

    .menu-modulos__icono {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 1.45rem;
    }
}    
    
    
/* ============= GRÁFICOS  =============== */    
    

 

.muestra_porcentaje_red {
					
	background-color: #BD4040;
	color: #FFFFFF;
				
}
					

.muestra_porcentaje_green {
					
	background-color: #49BD73;
				
}
	
.muestra_porcentaje_yellow { 
    
    background-color: #F0BA19;
    
}

.muestra_porcentaje_blue { 
    
    background-color: #33658A;
    
}

.muestra_porcentaje_yellow, .muestra_porcentaje_green, .muestra_porcentaje_red, .muestra_porcentaje_blue {
					
	padding: .4em 1.4em .3em .8em;
	border-radius: 0.5em;
	box-sizing: border-box;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 15px;
	margin: 20px;

}				
    
    @media screen and (max-width: 480px) {
    		
        .muestra_porcentaje_yellow, .muestra_porcentaje_green, .muestra_porcentaje_red, .muestra_porcentaje_blue {
			
			display: none;
        
        } 
	   
	}
	

	
    @media screen and (min-width: 769px) {
    		
        .muestra_porcentaje_yellow, .muestra_porcentaje_green, .muestra_porcentaje_red, .muestra_porcentaje_blue {
           	top: -20px; 
			width: 20%;	 
	        position: relative;	 
	        max-width:250px;
	        float: right;
        
        } 
	   
	}
	
	 @media screen and (min-width: 1500px) {
    		
        .muestra_porcentaje_yellow, .muestra_porcentaje_green, .muestra_porcentaje_red, .muestra_porcentaje_blue {
           	display: none;
        
        } 
	   
	}

	.muestra_porcentaje_red1 {
					
	background-color: #BD4040;
	color: #FFFFFF;
				
}
					

.muestra_porcentaje_green1 {
					
	background-color: #49BD73;
				
}
	
.muestra_porcentaje_yellow1 { 
    
    background-color: #F0BA19;
    
}

.muestra_porcentaje_blue1 { 
    
    background-color: #33658A;
    
}

.muestra_porcentaje_yellow1, .muestra_porcentaje_green1, .muestra_porcentaje_red1, .muestra_porcentaje_blue1 {
					
	padding: .4em 1.4em .3em .8em;
	border-radius: 0.5em;
	border: 1px solid #aaa;
	text-align: left;
	font-size: 15px;
	display: inline-flex;
    
}				
    
    @media screen and (max-width: 1249px) {
    		
        .muestra_porcentaje_yellow1, .muestra_porcentaje_green1, .muestra_porcentaje_red1, .muestra_porcentaje_blue1 {
			
		display: none;
        
        } 
	   
	}

    @media screen and (min-width: 1250px) {
    		
        .muestra_porcentaje_yellow1, .muestra_porcentaje_green1, .muestra_porcentaje_red1, .muestra_porcentaje_blue1 {
           	margin-top: 5px; 
           	margin-left: 10px; 
	        position: relative;	 
	        float: right;
        
        } 
	   
	}																									

/* ============= MAPA  =============== */

.mapa {
				  background: #fbfbfb;
				  margin: 15px auto;
				  width: 100%;
				  padding: 20px;
				  max-width: 500px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s; }


/* ============= VIDEOS CAPACITACIÓN  =============== */																							

.proyector {
		width: 80%;
		float: left;
		text-align: center;
		
			
	}

.proyector2 {
		width: 90%;
		float: left;
		text-align: center;
		padding-right: 20px;
		
			
	}
	
.proyector3 {
		width: 100%;
		float: left;
		text-align: center;
		padding-right: 20px;
			
	}



	.control_video_izquierdo {
		width: 10%;
		float: left;
		text-align: center;
		margin-top: 20%;
}

	.control_video_derecho {
		width: 10%;
		float: left;
		text-align: center;
		margin-top: 20%;
		}


																										
/* ============= INPUTS  =============== */

.invoiceBox > input[type="file"] {
    display: none;
}

.invoiceBox label {
    display: block;
    width: 100%;
    margin: 0;
}

.boxFile {
    display: inline-block;
    width: 100%;
    border: 1px solid #026E89;
    background: #fff;
    color: #026E89;
    padding: 12px 14px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    word-break: break-word;
}

.boxFile:hover,
.boxFile:focus {
    cursor: pointer;
    background: #026E89;
    color: #fff;
}

.boxFile i {
    display: block;
    font-size: 26px;
    margin-bottom: 5px;
}

.boxFile.attached,
.boxFile.attached:hover,
.boxFile.attached:focus {
    background: #026E89;
    color: #fff;
    border: 1px solid #63b2c1;
}

.invoiceBox input[type="file"]:focus + label .boxFile,
.invoiceBox input[type="file"]:focus-visible + label .boxFile {
    outline: 2px solid #63b2c1;
    outline-offset: 2px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="search"],
textarea,
select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #026E89;
    border-radius: 10px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    margin-top: 6px;
    margin-bottom: 16px;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border-color: #026E89;
    box-shadow: 0 0 0 3px rgba(2, 110, 137, 0.15);
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="date"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
    color: #6c757d;
}




.input__row{
  margin-top: 10px;}

.upload {
  display: none;}

.uploader {
	  border: 1px solid #ccc;
	  border-radius: 10px;
	  width: 100%;
	  position: relative;
	  height: 80px;
	  display: flex;}

.uploader .input-value{
	  width: auto;
	  margin-left: 50px;
	  padding: 17px 5px 5px 5px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  line-height: 25px;
	  text-align: left;
	  font-size: 16px;}
	  
@media screen and (max-width: 767px) {
  .uploader .input-value{
      padding: 5px 5px 5px 5px;
	  font-size: 12px;}
}

.uploader label {
	  cursor: pointer;
	  margin: 0;
	  width: 300px;
	  height: 60px;
	  position: absolute;
	  left: 0;
	  background: url('../img/buscador.png') no-repeat;}



.content-input input,
.content-select select{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;}
 
.content-input input{
		visibility: hidden;
		position: absolute;
		right: 0;}


.content-input{
		position: relative;
		padding:5px 0 5px 40px;
		display: block;}
 

.content-input input + i{
	    position: absolute; 
	    left: 0;
	    top: 0;}
 

.content-input input[type=radio] + i{
		height: 20px;
		width: 20px;
		border-radius: 100%;
	 	border: #fb9b1f 1px solid;
		left: 10px;
		top: auto;}

.content-input input[type=radio] + i:before{
		content: '';
		display: block;
		height: 15px;
		width: 15px;
		border-radius: 100%;
		position: absolute;
		z-index: 1;
		top: 1.8px;
		left: 1.5px;
		background:#90E104;
		transition: all 0.25s ease;
		transform: scale(0);
		opacity: 0;}

.content-input input[type=radio]:checked + i:before{
		transform: scale(1);		
		opacity: 1;}

.content-input:hover input[type=radio]:not(:checked) + i{
		background: #fb9b1f;}




.content-input2 input,
.content-select2 select{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;}
 
.content-input2 input{
		visibility: hidden;
		position: absolute;
		right: 0;}


.content-input2{
		position: relative;
		padding:5px 0 5px 40px; 
		display: block;}
 

.content-input2 input + i{
	    position: absolute; 
	    left: 0;
	    top: 0;}
 

.content-input2 input[type=radio] + i{
		height: 20px;
		width: 20px;
		border-radius: 100%;
	 	border: #fb9b1f 1px solid;
		left: 10px;
		top: auto;}

.content-input2 input[type=radio] + i:before{
		content: '';
		display: block;
		height: 15px;
		width: 15px;
		border-radius: 100%;
		position: absolute;
		z-index: 1;
		top: 1.8px;
		left: 1.5px;
		background:#E10404;
		transition: all 0.25s ease;
		transform: scale(0);
		opacity: 0;}

.content-input2 input[type=radio]:checked + i:before{
		transform: scale(1);		
		opacity: 1;}

.content-input2:hover input[type=radio]:not(:checked) + i{
		background: #fb9b1f;}



.content-input3 input,
.content-select3 select{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;}
 
.content-input3 input{
		visibility: hidden;
		position: absolute;
		right: 0;}


.content-input3{
		position: relative;
		padding:5px 0px 5px 40px;
		display: block;}
 

.content-input3 input + i{
	    position: absolute; 
	    left: 0;
	    top: 0;}
 

.content-input3 input[type=radio] + i{
		height: 20px;
		width: 20px;
		border-radius: 100%;
		border: #026E89 1px solid;
		left: 10px;
		top: 10px;}

.content-input3 input[type=radio] + i:before{
		content: '';
		display: block;
		height: 15px;
		width: 15px;
		border-radius: 100%;
		position: absolute;
		z-index: 1;
		top: 1.8px;
		left: 1.5px;
		background:#026E89;
		transition: all 0.25s ease;
		transform: scale(0);
		opacity: 0;}

.content-input3 input[type=radio]:checked + i:before{
		transform: scale(1);		
		opacity: 1;}

.content-input3:hover input[type=radio]:not(:checked) + i{
		background: #026E89;}
		
		
.content-input3 input[type=checkbox] + i{
		height: 20px;
		width: 20px;
		border-radius: 100%;
		border: #026E89 1px solid;
		left: 10px;
		top: 10px;}

.content-input3 input[type=checkbox] + i:before{
		content: '';
		display: block;
		height: 15px;
		width: 15px;
		border-radius: 100%;
		position: absolute;
		z-index: 1;
		top: 1.8px;
		left: 1.5px;
		background:#026E89;
		transition: all 0.25s ease;
		transform: scale(0);
		opacity: 0;}

.content-input3 input[type=checkbox]:checked + i:before{
		transform: scale(1);		
		opacity: 1;}

.content-input3:hover input[type=checkbox]:not(:checked) + i{
		background: #026E89;}
				
		
.content-input4 input,
.content-select4 select{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;}
 
.content-input4 input{
		visibility: hidden;
		position: absolute;
		right: 0px;}


.content-input4{
		position: relative;
		padding:0px 0px 20px 30px; 
		display: block;}
 

.content-input4 input + i{
	    position: absolute; 
	    left: 0;
	    top: 0;}
 

.content-input4 input[type=checkbox] + i{
		height: 25px;
		width: 25px;
		border-radius: 10%;
		background: #F8F8F8;
	 	border: #e9850f 1px solid;
		top: auto;
		right: 10px;
       
}

.content-input4 input[type=checkbox] + i:before{
		content: '';
		display: block;
		height: 24px;
		width: 21px;
		padding-left:3px;
		border-radius: 10%;
		
		z-index: 1;
		
		background:#e9850f;
		color:#e9850f;
		
		transition: all 0.25s ease;
	
		opacity: 0;}

.content-input4 input[type=checkbox]:checked + i:before{
				
		opacity: 1;}

.content-input4:hover input[type=checkbox]:not(:checked) + i{
		background: #e9850f;
        
}

		
.grecaptcha-badge {
    
    opacity:0.5;
    
   margin-bottom: 50px;
}


/* =========================================================
   Recuadros de carga de evidencia - Canal de denuncias
   ========================================================= */

.bloque-evidencias {
    width: 100%;
    margin-top: 25px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(2, 110, 137, 0.12);
}

.bloque-evidencias h3 {
    margin: 0 0 10px 0;
    color: #026E89;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}

.bloque-evidencias p {
    margin: 0 0 18px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.bloque-evidencias .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 16px;
    width: 100%;
}

.bloque-evidencias .col-sm-4,
.bloque-evidencias .col-12 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.invoiceBox {
    width: 100%;
    position: relative;
}

.invoiceBox label {
    display: block;
    width: 100%;
    cursor: pointer;
}

.inputEvidencia {
    display: none;
}

.evidenciaBox,
.boxFile,
.boxFile5 {
    width: 100%;
    min-height: 115px;
    padding: 18px 15px;
    border: 2px dashed #026E89;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbfd 100%);
    color: #026E89;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    word-break: break-word;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.evidenciaBox::before,
.boxFile::before,
.boxFile5::before {
    content: "+";
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #026E89;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.invoiceBox:hover .evidenciaBox,
.invoiceBox:hover .boxFile,
.invoiceBox:hover .boxFile5 {
    background: #eaf8fb;
    border-color: #014f63;
    color: #014f63;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(2, 110, 137, 0.16);
}

.invoiceBox:hover .evidenciaBox::before,
.invoiceBox:hover .boxFile::before,
.invoiceBox:hover .boxFile5::before {
    background: #014f63;
    transform: scale(1.05);
}

.evidenciaBox.attached,
.boxFile.attached,
.boxFile5.attached {
    border-style: solid;
    border-color: #1f8f55;
    background: linear-gradient(180deg, #ffffff 0%, #edf9f2 100%);
    color: #1f8f55;
    box-shadow: 0 6px 18px rgba(31, 143, 85, 0.15);
}

.evidenciaBox.attached::before,
.boxFile.attached::before,
.boxFile5.attached::before {
    content: "✓";
    background: #1f8f55;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.bloque-evidencias small,
.texto-ayuda-evidencia {
    display: block;
    margin-top: 12px;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

/* Estado de error opcional, por si luego quieres marcar un archivo rechazado */
.evidenciaBox.error,
.boxFile.error,
.boxFile5.error {
    border-color: #b00020;
    background: #fff2f4;
    color: #b00020;
}

.evidenciaBox.error::before,
.boxFile.error::before,
.boxFile5.error::before {
    content: "!";
    background: #b00020;
}

/* Responsive */
@media (max-width: 768px) {
    .bloque-evidencias {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .bloque-evidencias h3 {
        font-size: 20px;
        text-align: center;
    }

    .bloque-evidencias p {
        text-align: center;
        font-size: 13px;
    }

    .evidenciaBox,
    .boxFile,
    .boxFile5 {
        min-height: 100px;
        font-size: 14px;
    }
}																									

/* ============= BOTONES  =============== */



.boton {
  				  margin-bottom: 30px;}



  		
.boton__link_red2 {
				  
				  background: -webkit-linear-gradient(#BD4040 0%, #D64949 47%, #EB4F4F 100%);
				  background: linear-gradient(#BD4040 0%, #D64949 47%, #EB4F4F 100%);
				  display: block;
				  min-height: 48px;
                    padding: 0 34px;
                    border-radius: 999px;
                    color: #ffffff;
                    
                    font-size: 1rem;
				  border: none;
				  margin: 5px;
				  line-height: 50px;
				  text-align: center;
				  float: left;
				  color: #ffffff;
				  text-decoration: none;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  }

 		@media screen and (max-width: 769px) {
			.boton__link_red2 {
			  		float: inherit;
			  		font-size: 12px;
			        min-width: 150px;
				    max-width: 150px;
			}}


  		.boton__link_red2:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005); }

		.boton__link_red2:focus {
 				  outline: none;}




.boton__link2 {
				 
				  background: -webkit-linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				  background: linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				  display:block;
				  width: 300px;
				  max-width: 300px;
				  height: 50px;
				  border: none;
				  border-radius: 999px;
				  line-height: 50px;
				  text-align: center;
				  padding-left: 10px;
				  padding-right: 10px;
				  color: #ffffff;
				  text-decoration: none;
			      font-size: 16px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;}

		  .boton__link2:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005);}

		  .boton__link2:focus {
				   outline: none;}

		  @media screen and (min-width: 768px) {
			.boton__link2 {
			  		width: 100%; }}

		  @media screen and (min-width: 1500px) {
			.boton__link2 {
			  		max-width: 300px; }}





.boton__link3 {
				    background-color: #E90C0C;
				    display: block;
				    width: 250px;
				    max-width: 250px;
				    height: 50px;
				    border: none;
				    border-radius: 1em;
				    line-height: 50px;
				    text-align: center;
				    padding-left: 0px;
				    color: #ffffff;
				    text-decoration: none;
				    font-size: 16px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;}

		  .boton__link3:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005); }

		  .boton__link3:focus {
		 		  outline: none;}

		  @media screen and (min-width: 768px) {
			.boton__link3 {
			 	  width: 100%; }}

		  @media screen and (min-width: 1500px) {
			.boton__link3 {
			  	  max-width: 250px; }}


.boton__link_banner,
.boton__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 34px;
    border-radius: 999px;
    background: #f39200;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.boton__link_banner:hover,
.boton__link:hover {
    background: #ff9f16;
    color: #ffffff;
    transform: translateY(-2px);
    text-decoration: none;
}

.boton__link_banner {
    margin: 10px auto 0;
}

@media (max-width: 768px) {

 .boton__link_banner,
    .boton__link {
        width: auto;
        max-width: 100%;
        min-height: 46px;
        padding: 0 28px;
    }
}

.boton__link_formulario2 {
				  
				  background: -webkit-linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				  background: linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				  display: block;
				  width: 250px;
				  vertical-align: super;
				  max-width: 250px;
				  height: 50px;
				  border: none;
				  border-radius: 1em;
				  line-height: 50px;
				  text-align: center;
				  float: left;
				  color: #ffffff;
				
				  text-decoration: none;
					font-size: 16px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  }

 		@media screen and (max-width: 480px) {
			.boton__link_formulario2 {
			  		float: inherit; }}


  		.boton__link_formulario2:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005); }

		.boton__link_formulario2:focus {
 				  outline: none;}

.boton__link_orange {
				  
				  background: -webkit-linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				  background: linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				  display: block;
				  width: 250px;
				  max-width: 250px;
				  height: 50px;
				  border: none;
				  margin-bottom: 20px;
				  border-radius: 1em;
				  line-height: 50px;
				  text-align: center;
				  float: left;
				  color: #ffffff;
				  text-decoration: none;
					font-size: 16px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  }

 		@media screen and (max-width: 480px) {
			.boton__link_orange {
			  		float: inherit; }}


  		.boton__link_orange:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005); }

		.boton__link_orange:focus {
 				  outline: none;}


.boton__link_black {
				  
				  background: -webkit-linear-gradient(#696969 0%, #454545 47%, #141414 100%);
				  background: linear-gradient(#696969 0%, #454545 47%, #141414 100%);
				  display: block;
				  width: 250px;
				  max-width: 250px;
				  height: 50px;
				  border: none;
				  margin-bottom: 20px;
				  border-radius: 1em;
				  line-height: 50px;
				  text-align: center;
				  float: left;
				  color: #ffffff;
				  text-decoration: none;
					font-size: 16px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  }

 		@media screen and (max-width: 480px) {
			.boton__link_black {
			  		float: inherit; }}


  		.boton__link_black:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005); }

		.boton__link_black:focus {
 				  outline: none;}


.boton__link_red {
				  
				  background: -webkit-linear-gradient(#DE1320 0%, #A60E18 47%, #730A11 100%);
				  background: linear-gradient(#DE1320 0%, #A60E18 47%, #730A11 100%);
				  display: block;
				    min-height: 48px;
                    padding: 0 34px;
                    border-radius: 999px;
                    color: #ffffff;
                    font-weight: 700;
                    font-size: 1rem;
				  border: none;
				  margin-bottom: 20px;
				  line-height: 50px;
				  text-align: center;
				  float: left;
				  text-decoration: none;
					font-size: 16px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  }

 		@media screen and (max-width: 480px) {
			.boton__link_red {
			  		float: inherit; }}


  		.boton__link_red:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005); }

		.boton__link_red:focus {
 				  outline: none;}
 				  

.boton__link_green {
				  
				  background: -webkit-linear-gradient(#6AC72B 0%, #56A123 47%, #3D7319 100%);
				  background: linear-gradient(#6AC72B 0%, #56A123 47%, #3D7319 100%);
				  display: block;
				  width: 250px;
				  max-width: 250px;
				  height: 50px;
				  border: none;
				  margin-bottom: 20px;
				  border-radius: 1em;
				  line-height: 50px;
				  text-align: center;
				  float: left;
				  color: #ffffff;
				  text-decoration: none;
					font-size: 16px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  }

 		@media screen and (max-width: 480px) {
			.boton__link_green {
			  		float: inherit; }}


  		.boton__link_green:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.005);
						-ms-transform: scale(1.005);
							transform: scale(1.005); }

		.boton__link_green:focus {
 				  outline: none;}





/* ============= ITEMS DE COLUMNAS  =============== */
																								

details{
	
	transition: 6s ease;
	overflow: hidden;
}

summary{
	outline: none;
	cursor: pointer;
	color: #fff;
	background-color: #027F9E;
	height: 40px;
	padding-top: 5px;
	font-size: 20px;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 200;
	
	
}
.item {
				  border-top: solid rgba(0, 0, 0, 0.1);
				  list-style: none;
				  padding: 10px 10px 10px 20px;
				  text-align: justify;
				  font: bold;}

  			.item:last-child {
				  border-bottom: none;
				  text-align: justify;}

  			.item [class*="icon-"]:before {
    			  font-size: 70px; }




.item_boton{  
  				  text-align: center;}
  


.item__titulo, .item__precio, .item__subprecio {
  				  margin: 0; }

.item__titulo {
				  font-weight: bold;
				  font-size: 16px;
				  color: #ffffff;
				  background-color: #027F9E;
				  height: 40px;
				  text-align: center;
				  padding-top: 10px;
				  border-top-left-radius: 20px;
				  border-top-right-radius: 20px;}
  
		.item__titulo a {
				  color: #ffffff;
				  background-color: #027F9E;}

    	.item__titulo a:hover {
      			  text-decoration: underline;
				  background-color: #027F9E;}

.item__precio {
  				  font-size: 20px;
				 background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
				  color: #fff;}

.item__subprecio {
        		  font-size: 20px;
				  color: #A9FFFD; }

		.item__precio del, .item__subprecio del {
  				  font-size: 13px; }

.item__link {
				  display: block;
				  font-size: 1.1em;
				  margin: 0 auto;
				  text-decoration: none;
				  color: white;
				   background: linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				 width: 200px;
				  max-width: 200px;
				  border-radius: 1em;
				  padding: 10px;
				  text-align: center;
				  -webkit-transition: all 0.5s;
				  transition: all 0.5s; }
  		.item__link:hover {
				-webkit-transform: scale(1.05);
					-ms-transform: scale(1.05);
						transform: scale(1.05); }







.item2 {
				  border-bottom: solid rgba(0, 0, 0, 0.5);
				  list-style: none;
				  padding: 10px;
				  text-align: justify;}

  			.item2:last-child {
				  border-bottom: none;
				  text-align: center;}

  			.item2 [class*="icon-"]:before {
    			  font-size: 70px; }

.item2_boton{  
  				  text-align: center;}
  


.item2__titulo, .item2__precio, .item2__subprecio {
  				  margin: 0; }

.item2__titulo {
				  font-weight: bold;
				  font-size: 16px;
				  color: #ffffff;
				  background-color: #027F9E;
				  height: 40px;
				  text-align: center;
				  padding-top: 10px;
				  border-top-left-radius: 20px;
				  border-top-right-radius: 20px;}
  
		.item2__titulo a {
				  color: #ffffff;
				  background-color: #027F9E;}

    	.item2__titulo a:hover {
      			  text-decoration: underline;
				  background-color: #027F9E;}

.item2__precio {
  				  font-size: 20px;
				 background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
				  color: #fff;}

.item2__subprecio {
        		  font-size: 20px;
				  color: #A9FFFD; }

		.item2__precio del, .item2__subprecio del {
  				  font-size: 13px; }

.item2__link {
				  display: block;
				  font-size: 1.1em;
				  margin: 0 auto;
				  text-decoration: none;
				  color: white;
				   background: linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				 width: 200px;
				  max-width: 200px;
				  border-radius: 1em;
				  padding: 10px;
				  text-align: center;
				  -webkit-transition: all 0.5s;
				  transition: all 0.5s; }
  		.item2__link:hover {
				-webkit-transform: scale(1.05);
					-ms-transform: scale(1.05);
						transform: scale(1.05); }


.item__titulo3, .item__precio3, .item__subprecio3{
  				  padding: 0 10px 0 10px;
				  margin: 0;}

.item__titulo3 {
				  font-weight: bold;
				  font-size: 24px;
				  color: #ffffff;
				  background-color: #027F9E;
				  height: 80px;
				  text-align: center;
				  padding-top: 30px;
				  border-top-left-radius: 20px;
				  border-top-right-radius: 0px;}

@media screen and (max-width: 768px) {
    		.item__titulo3 {
      			  height: 50px;
				  padding-top: 10px;
				  border-radius: 20px 20px 0px 0px;
	
	} 
}
  
		.item__titulo3 a {
				  color: #ffffff;
				  background-color: #027F9E;}

    	.item__titulo3 a:hover {
      			  text-decoration: underline;
				  background-color: #027F9E;}

.item__precio3 {
  				  font-size: 20px;
				 
				  color: #fff;}

					
@media screen and (max-width: 768px) {
    		.item__precio3 {
				 
	}}

.item__subprecio3 {
        		  font-size: 20px;
				  color: #A9FFFD; }

		.item__precio3 del, .item__subprecio3 del {
  				  font-size: 13px; }

.item__detalle3 {
	
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	color: #fff;
	text-align: justify;

}




.item__titulo4, .item__precio4, .item__subprecio4 {
  				  margin: 0; }

.item__titulo4 {
				  font-weight: bold;
				  font-size: 16px;
				  color: #ffffff;
				  background-color: #027F9E;
				  height: 40px;
				  text-align: center;
				  padding-top: 10px;
				  border-top-left-radius: 20px;
				  border-top-right-radius: 20px;}
  
		.item__titulo4 a {
				  color: #ffffff;
				  background-color: #027F9E;}

    	.item__titulo4 a:hover {
      			  text-decoration: underline;
				  background-color: #027F9E;}

.item__precio4 {
  				  font-size: 20px;
				 
				  color: #fff;}

.item__subprecio4 {
        		  font-size: 20px;
				  color: #A9FFFD; }

		.item__precio4 del, .item__subprecio4 del {
  				  font-size: 13px; }
  				  
  				  
  				  
.item__titulo5, .item__precio5, .item__subprecio5{
  				  padding: 0 10px 0 10px;
				  margin: 0;}

.item__titulo5 {
				  font-size: 17px;
				  color: #ffffff;
				  background-color: #027F9E;
				  height: 50px;
				  text-align: center;
				  padding-top: 15px;
				  border-top-left-radius: 15px;
				  border-top-right-radius: 15px;
    
}

@media screen and (max-width: 768px) {
    		.item__titulo5 {
      			  height: 50px;
				  padding-top: 10px;
				  border-radius: 15px 15px 0px 0px;
	
	} 
}
  
		.item__titulo5 a {
				  color: #ffffff;
				  background-color: #027F9E;}

    	.item__titulo5 a:hover {
      			  text-decoration: underline;
				  background-color: #027F9E;}

.item__precio5 {
  				  font-size: 20px;
				 
				  color: #fff;}

					
@media screen and (max-width: 768px) {
    		.item__precio5 {
				 
	}}

.item__subprecio5 {
        		  font-size: 20px;
				  color: #A9FFFD; }

		.item__precio5 del, .item__subprecio5 del {
  				  font-size: 13px; }

.item__detalle5 {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 90px;
	font-size: 17px;
	color: #000000;
	text-align: center;

}

.item__detalle5_red {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 90px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #FF260F;
	border-radius:0px 0px 15px 15px;

}

.item__detalle5_green {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
    min-height: 90px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #BDFF36;
	border-radius:0px 0px 15px 15px;

}

.item__detalle5_orange {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 90px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #e9850f;
	border-radius:0px 0px 15px 15px;
	

}

.item__detalle6 {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 70px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #337AB3;
	

}

.item__detalle6_red {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 70px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #FF260F;
	

}

.item__detalle6_green {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
    min-height: 70px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #BDFF36;
	

}

.item__detalle6_orange {
	
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 70px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #e9850f;
	
	

}

.detalle_control {
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    
}

/* ============= BANNERS  =============== */
																									

/*banner1*/

.banner1 {
				  position: relative;
	
				 
				  padding-top: 0px;}

.banner1 h2, h3 {
				  color:#fff;}


  		.banner1 .contenedor {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  -webkit-transform: translateX(-50%) translateY(-50%);
					-ms-transform: translateX(-50%) translateY(-50%);
						transform: translateX(-50%) translateY(-50%);
				  color: white; 
					margin-top: 0px;}

		.banner1 .contenedor_2 {
				  position: absolute;
				  width: 100%;
				  top: 20%;
				  left: -700px;
				  -webkit-transform: translateX(50%) translateY(50%);
					-ms-transform: translateX(50%) translateY(50%);
						transform: translateX(50%) translateY(50%);
				  color: white; 
					margin-top: 0px;}

		
  		@media screen and (max-width: 610px) {
    		.banner1 {
				  display: none; } }

  		@media screen and (min-width: 768px) {
    		.banner1 {
      			  max-height: 420px; } }

  		@media screen and (min-width: 1024px) {
    		.banner1 {
      			  max-height: 850px; } }

.banner1__img {
				  display: block;
				  width: 100%;
				  height: 100%; }

  		@media screen and (min-width: 768px) {
    		.banner1__img {
				  height: auto;
				   } }

  		@media screen and (min-width: 1024px) {
    		.banner1__img {
      			   } }

.banner1__titulo, .banner1__txt1, .banner1__txt2, .banner1__titulo-a, .banner1__txt1-a, .banner1__txt2-a  {
				  margin-left: 5px;
				  margin-bottom: 15px;
				  text-align: center;
				  text-transform: uppercase;

				  -webkit-animation: opacidad 1s forwards;
						  animation: opacidad 1s forwards;
				  opacity: 0; }

.banner1__txt1, .banner1__txt2, .banner1__txt1-a, .banner1__txt2-a {
  				  -webkit-animation-delay: 1s;
          				animation-delay: 1s; }

.banner1__titulo {
				  font-size: 1.8em;
				  color: #000;}

		@media screen and (max-width: 480px) {
    		.banner1__titulo {
				  display: none;} }

  		@media screen and (min-width: 480px) {
    		.banner__titulo {
				  font-size: 1.5em;
				  margin-bottom: 15px; } }

 		 @media screen and (min-width: 768px) {
    		.banner1__titulo {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left;
			 	 }}
	  
	.banner1__titulo-a {
				  font-size: 1.8em;
				  color: #fff;
				  }

		@media screen and (max-width: 480px) {
    		.banner1__titulo-a {
				  display: none;} }

  		@media screen and (min-width: 480px) {
    		.banner1__titulo-a {
				  font-size: 1.5em;
				  margin-bottom: 15px; } }

  		@media screen and (min-width: 768px) {
    		.banner1__titulo-a {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left; } }
	  
.banner1__txt1 {
				  font-size: 1.2em;
				  color: #fff; }

  		@media screen and (min-width: 480px) {
    		.banner1__txt1 {
      			  display: none; } }

	.banner1__txt1-a {
				  font-size: 1.2em;
				  color: #ffffff; }

  		@media screen and (min-width: 480px) {
    		.banner1__txt1-a {
      			  display: none; } }
	  
.banner1__txt2 {
  				  display: none; }

  		@media screen and (min-width: 480px) {
    		.banner1__txt2 {
				  display: block;
				  font-size: 1.3em;
				  margin-bottom: 30px;
			 	  color: #fff;
				 } }

  		@media screen and (min-width: 768px) {
    		.banner1__txt2 {
				  text-align: left;
				  font-size: 1.7em; 
				  color: #fff;} }
	  
	.banner1__txt2-a {
  				  display: none; 
				  color: #ffffff;}

  		@media screen and (min-width: 480px) {
    		.banner1__txt2-a {
				  display: block;
				  font-size: 1.3em;
				  margin-bottom: 30px; } }

  		@media screen and (min-width: 768px) {
    		.banner1__txt2-a {
				  text-align: left;
				  font-size: 1.7em; 
				  } }

.banner1__logo {
				text-align: center;
				width: 170px;
				height: auto;
				margin-top: 0;
				margin-left:7%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1.5s;
       		animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;

}



/*banner2*/

.banner2 {
				  position: relative;
				  
				  background: linear-gradient(#184E74 0%, #04335D 47%, #1D6A94 100%);
	
				 
				  padding-top: 0px;}

  		.banner2 .contenedor {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  -webkit-transform: translateX(-50%) translateY(-50%);
					-ms-transform: translateX(-50%) translateY(-50%);
						transform: translateX(-50%) translateY(-50%);
				  color: white; 
					margin-top: 0px;}

		.banner2 .contenedor_2 {
				  position: absolute;
				  width: 100%;
				  top: 20%;
				  left: -700px;
				  -webkit-transform: translateX(50%) translateY(50%);
					-ms-transform: translateX(50%) translateY(50%);
						transform: translateX(50%) translateY(50%);
				  color: white; 
					margin-top: 0px;}
					
			@media screen and (max-width: 610px) {
    		.banner2 {
				 margin-top: 15px;
				 margin-bottom: 5px;} }

  		@media screen and (min-width: 768px) {
    		.banner2 {
      			  height:  30%;
      			  margin-bottom: 5px; } }

  		@media screen and (min-width: 1024px) {
    		.banner2 {
      			  height: 30%;
      			  margin-bottom: 5px;} }

.banner2__img {
				  display: block;
				  width: 100%;
				  height: 100%; }

  		@media screen and (max-width: 480px) {
    		.banner2__img {
				  margin-top: 70px;
			}}

		@media screen and (min-width: 768px) {
    		.banner2__img {
				  height: auto;
				   } }

  		@media screen and (min-width: 1024px) {
    		.banner2__img {
      			   } }

.banner2__titulo, .banner2__txt1, .banner2__txt2, .banner2__titulo-a, .banner2__txt1-a, .banner2__txt2-a  {
				  margin-left: 5px;
				  margin-bottom: 15px;
				  text-align: center;
				  text-transform: none;

				  -webkit-animation: opacidad 1s forwards;
						  animation: opacidad 1s forwards;
				  opacity: 0; }

.banner2__txt1, .banner2__txt2, .banner2__txt1-a, .banner2__txt2-a {
  				  -webkit-animation-delay: 1s;
          				animation-delay: 1s; }

.banner2__titulo {
				  font-size: 1.8em;
				  color: #000;}

		@media screen and (max-width: 480px) {
    		.banner2__titulo {
				  display: none;} }

  		@media screen and (min-width: 480px) {
    		.banner2__titulo {
				  font-size: 1.5em;
				  margin-bottom: 15px; } }

 		 @media screen and (min-width: 768px) {
    		.banner2__titulo {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left;
			 	 }}
	  
	.banner2__titulo-a {
				  font-size: 2.8em;
				  color: #fff;
				  }

		@media screen and (max-width: 480px) {
    		.banner2__titulo-a {
				   font-size: 1.5em;} }

  		@media screen and (min-width: 480px) {
    		.banner2__titulo-a {
				  font-size: 1.8em;
				  margin-bottom: 15px; } }

  		@media screen and (min-width: 768px) {
    		.banner2__titulo-a {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left; } }
	  
.banner2__txt1 {
				  font-size: 1.2em;
				  color: #fff; }

  		@media screen and (min-width: 480px) {
    		.banner2__txt1 {
      			  display: none; } }

	.banner2__txt1-a {
				  font-size: 1.2em;
				  color: #ffffff; }

  		@media screen and (min-width: 480px) {
    		.banner2__txt1-a {
      			  display: none; } }
	  
.banner2__txt2 {
  				  display: none; }

		@media screen and (max-width: 480px) {
    		.banner2__txt2 {
				  display: block;			
				  font-size: 15px;
				 margin-bottom: 30px;
				 color: #fff;
							 
			} }

  		@media screen and (min-width: 480px) {
    		.banner2__txt2 {
				  display: block;
				  font-size: 15px;
				  margin-bottom: 30px;
			 	  color: #fff;
				 } }

  		@media screen and (min-width: 768px) {
    		.banner2__txt2 {
				  text-align: left;
				  font-size: 20px; 
				  color: #fff;} }
	  
	.banner2__txt2-a {
  				  display: none; 
				  color: #ffffff;}


  		@media screen and (min-width: 480px) {
    		.banner2__txt2-a {
				  display: block;
				  font-size: 1.3em;
				  margin-bottom: 30px; } }

  		@media screen and (min-width: 768px) {
    		.banner2__txt2-a {
				  text-align: left;
				  font-size: 1.7em; 
				  } }


		@media screen and (max-width: 1500px) {
    		#slogan1{
				  display: none;} }

		@media screen and (min-width: 1500px) {
    		#slogan2{
				  display: none;} }

		@media screen and (max-width: 768px) {
    		#slogan_imagen1{
				  display: none;} }

		@media screen and (min-width: 768px) {
    		#slogan_imagen2{
				  display: none;} }


/*banner3*/

.banner3 {
				  position: relative;
	
				 
				  padding-top: 0px;}

.banner3 h2, h3 {
				  color:#000;}

  		.banner3 .contenedor {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  -webkit-transform: translateX(-50%) translateY(-50%);
					-ms-transform: translateX(-50%) translateY(-50%);
						transform: translateX(-50%) translateY(-50%);
				  color: white; 
					margin-top: 0px;}

		.banner3 .contenedor_2 {
				  position: absolute;
				  width: 100%;
				  top: 20%;
				  left: -700px;
				  -webkit-transform: translateX(50%) translateY(50%);
					-ms-transform: translateX(50%) translateY(50%);
						transform: translateX(50%) translateY(50%);
				  color: white; 
					margin-top: 0px;}

		
  		@media screen and (max-width: 610px) {
    		.banner3 {
				 margin-top: 15px;
				 margin-bottom: 5px;} }

  		@media screen and (min-width: 768px) {
    		.banner3 {
      			  height:  30%;
      			  margin-bottom: 5px; } }

  		@media screen and (min-width: 1024px) {
    		.banner3 {
      			  height: 30%;
      			  margin-bottom: 5px;} }

.banner3__img {
				  display: block;
				  width: 100%;
				  height: auto; }

		@media screen and (max-width: 480px) {
    		.banner3__img {
				  margin-top: 70px;
			}}

  		@media screen and (min-width: 768px) {
    		.banner3__img {
				  height: auto;
				  
				   } }

  		@media screen and (min-width: 1024px) {
    		.banner3__img {
      			  height: auto; } }

.banner3__titulo, .banner3__txt1, .banner3__txt2, .banner3__titulo-a, .banner3__txt1-a, .banner3__txt2-a  {
				  margin-left: 5px;
				  margin-bottom: 15px;
				  text-align: center;
				  text-transform: none;

				  -webkit-animation: opacidad 1s forwards;
						  animation: opacidad 1s forwards;
				  opacity: 0; }

.banner3__txt1, .banner3__txt3, .banner3__txt1-a, .banner3__txt2-a {
  				  -webkit-animation-delay: 1s;
          				animation-delay: 1s; }

.banner3__titulo {
				  font-size: 1.8em;
				  color: #000;}

		

  		@media screen and (min-width: 480px) {
    		.banner3__titulo {
				  font-size: 1.5em;
				  margin-bottom: 15px; } }

 		 @media screen and (min-width: 768px) {
    		.banner3__titulo {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left;
			 	 }}
	  
	.banner3__titulo-a {
				  font-size: 1.8em;
				  color: #000;
				  }

		@media screen and (max-width: 480px) {
    		.banner3__titulo-a {
				 font-size: 1.3em;
				  margin-bottom: 15px;} }

  		@media screen and (min-width: 480px) {
    		.banner3__titulo-a {
				  font-size: 1.5em;
				  margin-bottom: 15px; } }

  		@media screen and (min-width: 768px) {
    		.banner3__titulo-a {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left; } }
	  
.banner3__txt1 {
				  font-size: 1.2em;
				  color: #000; }

  		@media screen and (min-width: 480px) {
    		.banner3__txt1 {
      			  display: none; } }

	.banner3__txt1-a {
				  font-size: 1.2em;
				  color: #000; }

  		@media screen and (min-width: 480px) {
    		.banner3__txt1-a {
      			  display: none; } }
	  
.banner3__txt2 {
  				  display: none; }


  		@media screen and (min-width: 480px) {
    		.banner3__txt2 {
				  display: block;
				  font-size: 1.3em;
				  margin-bottom: 30px;
			 	  color: #000;
				 } }

  		@media screen and (min-width: 768px) {
    		.banner3__txt2 {
				  text-align: left;
				  font-size: 1.7em; 
				  color: #000;} }
	  
	.banner3__txt2-a {
  				  display: none; 
				  color: #000;}

  		@media screen and (min-width: 480px) {
    		.banner3__txt2-a {
				  display: block;
				  font-size: 1.3em;
				  margin-bottom: 30px; } }

  		@media screen and (min-width: 768px) {
    		.banner3__txt2-a {
				  text-align: left;
				  font-size: 1.7em; 
				  } }

/*banner4*/

.banner4 {
    width: 100%;
    min-height: calc(100vh - 150px);
    background: linear-gradient(135deg, #07395a 0%, #0f5f86 100%);
    color: #ffffff;
    padding: 70px 20px 90px;
    position: relative;
    overflow: hidden;
}



.banner4::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    top: -140px;
    right: -120px;
}

.banner4::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -160px;
    left: -100px;
}

@media (max-width: 1024px) {
     .banner4 {
        padding: 60px 18px 80px;
    }
}

.banner4 .contenedor,
.hero-contenido {
    position: relative;
    z-index: 1;
}

.hero-contenido {
    max-width: 1250px;
    margin: 0 auto;
}

.banner4__txt2 {
    max-width: 850px;
    margin: 0 auto 26px;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    line-height: 1.35;
    font-weight: 800;
}

.banner4__txt2 img {
    vertical-align: middle;
}

	
/*banner*/

	
	  
.banner__link {
				  display: none;
				  color: #fff;
				  background: linear-gradient(#fb9b1f 0%, #e9850f 47%, #d66f00 100%);
				  text-decoration: none;
				  padding: 7px;
				  border-radius: 10px;
				  text-align: center;
				 
				  -webkit-animation: opacidad 1s 2s forwards;
						  animation: opacidad 1s 2s forwards; }

  	.banner__link:hover {
    			  background: rgba(51, 51, 51, 0.5); }

  		@media screen and (min-width: 480px) {
    		.banner__link {
				  display: block;
				  width: 110px;
				  margin: auto; } }

  		@media screen and (min-width: 768px) {
    		.banner__link {
				  display: block;
				  width: 150px;
				  margin-left: 5px;
				  margin-top: 25px;
				  padding: 12px;
				  font-size: 1.2em; } }

		@-webkit-keyframes opacidad {
				  to {
					opacity: 1; } }

		@keyframes opacidad {
				  to {
					opacity: 1; } }



.banner__titulo_2, .banner__txt1_2, .banner__txt2_2, .banner__titulo_2-a, .banner__txt1_2-a, .banner__txt2_2-a  {
				  margin-left: 5px;
				  margin-bottom: 15px;
				  text-align: center;
				  text-transform: uppercase;

				  -webkit-animation: opacidad 1s forwards;
						  animation: opacidad 1s forwards;
				  opacity: 0; }

.banner__txt1_2, .banner__txt2_2, .banner__txt1_2-a, .banner__txt2_2-a {
  				  -webkit-animation-delay: 1s;
          				animation-delay: 1s; }

.banner__titulo_2 {
				  font-size: 1.8em;
				  color: #000;}

  		@media screen and (min-width: 480px) {
    		.banner__titulo_2 {
				  font-size: 2.5em;
				  margin-bottom: 15px; } }

 		 @media screen and (min-width: 768px) {
    		.banner__titulo_2 {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left; }}
	  
	.banner__titulo_2-a {
				  font-size: 1.8em;
				  color: #000;
				  }

  		@media screen and (min-width: 480px) {
    		.banner__titulo-a {
				  font-size: 2.5em;
				  margin-bottom: 15px; } }

  		@media screen and (min-width: 768px) {
    		.banner__titulo_2-a {
				  font-size: 2.8em;
				  margin-bottom: 40px;
				  text-align: left; } }
	  
.banner__txt1_2 {
				  font-size: 1.2em;
				  color: #000; }

  		@media screen and (min-width: 480px) {
    		.banner__txt1_2 {
      			  display: none; } }

	.banner__txt1_2-a {
				  font-size: 1.2em;
				  color: #000; }

  		@media screen and (min-width: 480px) {
    		.banner__txt1_2-a {
      			  display: none; } }
	  
.banner__txt2_2 {
  				  display: none; }

  		@media screen and (min-width: 480px) {
    		.banner__txt2_2 {
				  display: block;
				  font-size: 1.3em;
				  margin-bottom: 30px; } }

  		@media screen and (min-width: 768px) {
    		.banner__txt2_2 {
				  text-align: left;
				  font-size: 1.7em; 
				  color: #000;} }
	  
	.banner__txt2_2-a {
  				  display: none; }

  		@media screen and (min-width: 480px) {
    		.banner__txt2_2-a {
				  display: block;
				  font-size: 1.3em;
				  margin-bottom: 30px; } }

  		@media screen and (min-width: 768px) {
    		.banner__txt2_2-a {
				  text-align: left;
				  font-size: 1.7em; 
				  color: #000;} }
	  
.banner__link_2 {
				  display: none;
				  color: #000;
				  text-decoration: none;
				  padding: 7px;
				  border: 2px solid #000;
				  text-align: center;
				  opacity: 0;
				  -webkit-animation: opacidad 1s 2s forwards;
						  animation: opacidad 1s 2s forwards; }

  	.banner__link:hover {
    			  background: rgba(51, 51, 51, 0.5); }

  		@media screen and (min-width: 480px) {
    		.banner__link_2 {
				  display: block;
				  width: 110px;
				  margin: auto; } }

  		@media screen and (min-width: 768px) {
    		.banner__link_2 {
				  display: block;
				  width: 150px;
				  margin-left: 5px;
				  margin-top: 25px;
				  padding: 12px;
				  font-size: 1.2em; } }

		@-webkit-keyframes opacidad {
				  to {
					opacity: 1; } }

		@keyframes opacidad {
				  to {
					opacity: 1; } }




/* ============= TEXTO LOGO BANNERS  =============== */


.texto__logo1 {
    max-width: 1180px;
    margin: 0 auto 35px;
    font-size: clamp(1.08rem, 2vw, 1.55rem);
    line-height: 1.48;
    font-weight: 700;
    color: #f4f8fb;
    text-align: justify;
}

@media (max-width: 768px) {
    
    .texto__logo1 {
        text-align: center;
        font-size: 1.08rem;
    }
}

.texto__logo1 img,
.texto__logo2 img {
    vertical-align: middle;
    height: auto;
}



.texto__logo2 {
    margin: 25px auto 20px;
    text-align: center;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    color: #ffffff;
    font-weight: 800;
}

@media (max-width: 768px) {
    .texto__logo2 {
        font-size: 1.25rem;
    }
}




/*subproceso*/
.texto__logo3 {
    position:absolute;
	color: #EFEFEF;
	font-size: 20px;
    top:50px;
    left: 24%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 2s;
       		animation-delay: 2s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*riesgos*/
.texto__logo4 {
    position:absolute;
	color: #EFEFEF;
	font-size: 20px;
    top:90px;
    left: 26%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 2.5s;
       		animation-delay: 2.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*controles*/
.texto__logo5 {
    position:absolute;
	color: #EFEFEF;
	font-size: 20px;
    top:130px;
    left: 28%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 3s;
       		animation-delay: 3s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*probabilidad*/
.texto__logo6 {
    position:absolute;
	color: #EFEFEF;
	font-size: 20px;
    top:200px;
    left: 26%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 3.5s;
       		animation-delay: 3.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}
/*impacto*/
.texto__logo7 {
    position:absolute;
	color: #EFEFEF;
	font-size: 20px;
    top:240px;
    left: 24%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 4s;
       		animation-delay: 4s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*evaluación*/
.texto__logo8 {
    position:absolute;
	color: #EFEFEF;
	font-size: 20px;
    top:280px;
    left: 22%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 4.5s;
       		animation-delay: 4.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*frecuencia*/
.texto__logo9 {
    position:absolute;
	color: #EFEFEF;
	font-size: 20px;
    top:310px;
    left: 28%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 5s;
       		animation-delay: 5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*análisis*/
.texto__logo10 {
    position:absolute;
	color: #EFEFEF;
	font-size: 25px;
    top:400px;
    left: 28%;
    margin-top: -150px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 5.5s;
       		animation-delay: 5.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*inteligencia*/
.texto__logo11 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:100%;
    left: 28%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 6s;
       		animation-delay: 6s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*coso erm*/
.texto__logo12 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:100%;
    left: 20%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 6.5s;
       		animation-delay: 6.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}
/*políticas anticorrupción*/
.texto__logo13 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:25%;
    left: 20%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 7s;
       		animation-delay: 7s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*gobierno corporativo*/
.texto__logo14 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:30%;
    left: 20%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 7.5s;
       		animation-delay: 7.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*ocde*/
.texto__logo15 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:35%;
    left: 20%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 8s;
       		animation-delay: 8s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*soluciones estratégicas*/
.texto__logo16 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:90%;
    left: 45%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 8.5s;
       		animation-delay: 8.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}
/*imagen corporativa*/
.texto__logo17 {
    position:absolute;
	color: #EFEFEF;
	font-size: 35px;
    top:52%;
    left: 47%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 9s;
       		animation-delay: 9s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*matriz de riesgos*/
.texto__logo18 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:10%;
    left: 70%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 9.5s;
       		animation-delay: 9.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*ley 20393*/
.texto__logo19 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:15%;
    left: 70%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 10s;
       		animation-delay: 10s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}
/*identificación*/
.texto__logo20 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:20%;
    left: 70%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 10.5s;
       		animation-delay: 10.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*compliance*/
.texto__logo21 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:25%;
    left: 70%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 11s;
       		animation-delay: 11s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*epd*/
.texto__logo22 {
    position:absolute;
	color: #EFEFEF;
	font-size: 35px;
    top:62%;
    left: 62%;
    margin-top: -100px;
    margin-left: -100px;
	transform: rotate(270deg);
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 11.5s;
       		animation-delay: 11.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*mejora continua*/
.texto__logo23 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:85%;
    left: 47%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 12s;
       		animation-delay: 12s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*canal de denuncias*/
.texto__logo24 {
    position:absolute;
	color: #EFEFEF;
	font-size: 25px;
    top:59%;
    left: 47%;
    margin-top: -100px;
    margin-left: -100px;
	
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 12.5s;
       		animation-delay: 12.5s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/*capacitacion*/
.texto__logo25 {
    position:absolute;
	color: #EFEFEF;
	font-size: 30px;
    top:67%;
    left: 39.5%;
    margin-top: -100px;
    margin-left: -100px;
	transform: rotate(270deg);
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	-webkit-animation-delay: 13s;
       		animation-delay: 13s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
	
	
}

/* Compatibilidad con clases antiguas */
.texto__logo3,
.texto__logo4,
.texto__logo5,
.texto__logo6,
.texto__logo7,
.texto__logo8 {
    max-width: 1100px;
    margin: 18px auto;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    line-height: 1.45;
    font-weight: 700;
}


/* ============= GRILLA DE SERVICIOS  =============== */

.hero-beneficios {
    max-width: 1120px;
    margin: 32px auto 34px;
    display: grid;
    text-align:justify;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

@media (max-width: 768px) {

    .hero-beneficios {
        grid-template-columns: 1fr;
    }
}

.hero-beneficio {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 18px 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.45;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-beneficio:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14);
}


/* ============= REDES SOCIALES  =============== */



.sociales {
				  text-align: center;
				  margin-top: 10px;
				  display: -webkit-box;
				  display: -webkit-flex;
				  display: -ms-flexbox;
				  display: flex;
				  -webkit-justify-content: space-around;
					  -ms-flex-pack: distribute;
						  justify-content: space-around;
				 
				  }

  		@media screen and (max-width: 768px) {
    		.sociales {
				 text-align: center;
				 
				  display: flex;
				  -webkit-justify-content: space-around;
					  -ms-flex-pack: distribute;
						  justify-content: space-around;
				  width: 100%;
				  
				  -webkit-box-align: center;
				  -webkit-align-items: center;
					  -ms-flex-align: center;
						  align-items: center; } }

  		@media screen and (min-width: 768px) {
    		.sociales {
				  width: 20%;
				  margin-left: 10px;
				  float: left;
				  } }

.sociales__link_space {
	
	width: 40px;}

@media screen and (min-width: 768px) {
				#correo, #telefonos{
						 
				display: none;}}

 	
	


.sociales__link {
				  text-decoration: none;
				  font-size: 1em;
				  opacity: 0.7;
				  border-radius: 2px;
				  height: 30px;
				  }

  	

	.sociales__link:hover {
  				  opacity: 1; }



.derechos {
				  text-align: center;
				  height: 20px;
				 margin-top: 10px;
				  
				  color: #C3CCCC;
				  
				  
				 }

  		@media screen and (max-width: 768px) {
    		.derechos {
				  
						 display: none;} }

  		@media screen and (min-width: 768px) {
    		.derechos {
				
				  	margin-left: 10px; 
					width: 50%;			
					float: left;} }


/* ============= FORMULARIOS  =============== */
																				


.formulario {
				  font-size: 20px;
				  color: #FFFFFF;}

.formulario2 input::placeholder {
 				  color: #8BC6D1;}

	.formulario2 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.formulario2 input::-moz-placeholder {
				  color: #8BC6D1;}

	.formulario2 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.formulario2 input[type="text"],
	.formulario2 input[type="tel"],
	.formulario2 input[type="password"],
	.formulario2 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  background: rgba(0,0,0,.7);
				  color: #fff;
				  border: none;
				  margin-top: 50px;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}


	.formulario2 input[type="text"]:focus,
	.formulario2 input[type="password"]:focus,
	.formulario2 input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.formulario2 input[type="submit"] {
		
					margin-top: 50px;
					
}

	.formulario2 h12 {
					color: #fff;
					text-align: left;
}


	.formulario2 a {
		
					margin-top: 270px;
										
}


	
/* ============= CONTENEDOR DE FORMULARIO  =============== */

/*CONTENEDOR FORM*/

.contenedor-form {
				  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
				  background: -webkit-linear-gradient(top, #111111 0%, #333333 50%, #666666 100%);
				  background: linear-gradient(to bottom, #027F9E 0%, #026E89 50%, #025e75 100%);
				  max-width: 500px;
				  width: 100%;
				  margin: 90px auto 0 auto;
				  border-radius: 10px;
				  color: #fff;
				  position: relative;}

.contenedor-form .toggle {
				  position: absolute;
				  top: 7px;
				  right: 7px;
				  width: 100px;
				  height: 30px;
				  font-size: 12px;
				  line-height: 25px;
				  text-align: center;
				  border-top: 2px solid #63b2c1;
				  border-bottom: 2px solid #63b2c1;
				  cursor: pointer;
				  transition: all .5s ease;}

	.contenedor-form .toggle:hover {
				  border-top: 2px solid #ffffff;
				  border-bottom: 2px solid #ffffff;}

	.contenedor-form .toggle span {
    			  
				  font-size: 12px;}

	.contenedor-form h2 {
				  margin: 0 0 28px 0;
				  font-size: 20px;
				  font-weight: 400;
				  line-height: 1;
				  color: #ffffff;}

	@media screen and (max-width: 400px) {
					.contenedor-form h2{
						
							font-size: 15px;}
		}


	.contenedor-form input::placeholder {
 				  color: #8BC6D1;}

	@media screen and (max-width: 400px) {
					.contenedor-form input::placeholder{
						
							font-size: 10px;}
		}



	.contenedor-form input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.contenedor-form input::-moz-placeholder {
				  color: #8BC6D1;}

	.contenedor-form input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.contenedor-form input[type="text"],
	.contenedor-form input[type="tel"],
	.contenedor-form input[type="password"],
	.contenedor-form input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.5);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}
				  
				  .contenedor-form select[type="select"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.5);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}
.passwordInput{
	position: relative;
	
}

.passwordInput span {
				position: absolute;
				right: 20px;
				margin-top: 8px;
				cursor: pointer;
						}






#hidePassword {
				display: none;
	
				}

	.contenedor-form input[type="text"]:focus,
	.contenedor-form input[type="tel"]:focus,
	.contenedor-form input[type="password"]:focus,
	.contenedor-form input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.contenedor-form input[type="submit"] {
				  background: #63b2c1;
				  color: #FFF;
				  width: 100%;
				  border: none;
				  padding: 10px 0;
				  font-size: 16px;
				  font-weight: normal;
				  letter-spacing: 1px;
				  cursor: pointer;
				  transition: all .5s ease;
				  border-radius:10px;}

	.contenedor-form input[type="submit"]:hover {
    			  background: #047c8d;}

	.contenedor-form input[type="submit"]:focus {
				  outline: none;}

	.contenedor-form .reset-password {
				  background-color: #E90419;
				  width: 100%;
				  padding: 15px 0;
				  text-align: center;
				  border-bottom-left-radius: 10px;
				  border-bottom-right-radius: 10px;
				  font-weight: normal;
				  transition: all .5s ease;}

	.contenedor-form .reset-password input[type="submit"]:hover {
    			  background: #90E104;}

	.contenedor-form .reset-password a {
    			  color: #fff;
				  text-decoration: none;
				  font-size: 16px;}

	.contenedor-form .formulario {
				  display: none;
				  padding: 40px;}

	.contenedor-form .formulario:nth-child(2) {
    			  display: block;}
    			  
    			  
    			  
    .contenedor-form-capacitaciones {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-form-capacitaciones .formulario {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

/*CONTENEDOR FORM2*/

.contenedor-form2 {
				  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
				  background: -webkit-linear-gradient(top, #027F9E 0%, #026E89 50%, #025e75 100%);
				  background: linear-gradient(to bottom, #8BC6D1 0%, #63b2c1 50%, #51A9B9 100%);
				  max-width: 900px;
				  width: 100%;
				  margin: 0px auto;
				  border-radius: 1em;
				  color: #424242;
			      position: relative;}

@media screen and (max-width: 768px) {
					.contenedor-form2 {
						width: 100%;
						margin: 120px 0px;}
		}


	.contenedor-form2 h2 {
				  margin: 0 0 28px 0;
				  font-size: 24px;
				  font-weight: 400;
				  line-height: 1;
				  color: #024672;}

	.contenedor-form2 h3 {
				 
				  font-size: 20px;
				  font-weight: 400;
				  color: #005957;}

	.contenedor-form2 h5 {
				 
				  font-size: 20px;
				  
				  color: #424242;}

	.contenedor-form2 input::placeholder {
 				  color: #8BC6D1;}

	.contenedor-form2 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.contenedor-form2 input::-moz-placeholder {
				  color: #8BC6D1;}

	.contenedor-form2 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.contenedor-form2 input[type="text"],
	.contenedor-form2 input[type="tel"],
	.contenedor-form2 input[type="password"],
	.contenedor-form2 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.5);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;
			       
				  }

	.contenedor-form2 input[type="text"]:focus,
	.contenedor-form2 input[type="tel"]:focus,
	.contenedor-form2 input[type="password"]:focus,
	.contenedor-form2 input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.contenedor-form2 input[type="submit"] {
				  background: #d66f00;
				  color: #FFF;
				  width: 200px;
				  height:60px;
				  border: none;
				  padding: 10px 10px;
				  font-size: 16px;
				  font-weight: normal;
				  letter-spacing: 1px;
				  cursor: pointer;
				  transition: all .5s ease;
				  border-radius:15px;}

	.contenedor-form2 input[type="submit"]:hover {
    			  background: #047c8d;}

	.contenedor-form2 input[type="submit"]:focus {
   				  outline: none;}

	.contenedor-form2 .reset-password {
				  background-color: #E90419;
				  width: 200px;
				  padding: 15px 0;
				  text-align: center;
				  border-bottom-left-radius: 10px;
				  border-bottom-right-radius: 10px;
				  font-weight: normal;
				  transition: all .5s ease;}

	.contenedor-form2 .reset-password input[type="submit"]:hover {
    			  background: #90E104;}

	.contenedor-form2 .reset-password a {
    			  color: #fff;
				  text-decoration: none;
				  font-size: 16px;}

	.contenedor-form2 .formulario {
				  display: none;
				  padding: 40px;}

	.contenedor-form2 .formulario:nth-child(2) {
    			  display: block;}


/*CONTENEDOR FORM3*/


.contenedor-form3 {
					background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
					background: -webkit-linear-gradient(top, #111111 0%, #333333 50%, #666666 100%);
					background: linear-gradient(to bottom, #8BC6D1 0%, #63b2c1 50%, #51A9B9 100%);
					max-width: 1500px;
					width: 100%;
					margin: 48px auto;
					border-radius: 10px;
					color: #fff;
					position: relative;}

.contenedor-form3 .toggle {
					position: absolute;
					top: 7px;
					right: 7px;
					width: 100px;
					height: 30px;
					font-size: 12px;
					line-height: 25px;
					text-align: center;
					border-top: 2px solid #90E104;
					border-bottom: 2px solid #90E104;
					cursor: pointer;
					transition: all .5s ease;}

	.contenedor-form3 .toggle:hover {
					border-top: 2px solid #90E104;
					border-bottom: 2px solid #90E104;}

	.contenedor-form3 .toggle span {
    				letter-spacing: 1px;}

	.contenedor-form3 h2 {
					margin: 0 0 28px 0;
					font-size: 20px;
					font-weight: 400;
					line-height: 1;
					color: #424242;}

	.contenedor-form3 input::placeholder {
 				  color: #8BC6D1;}

	.contenedor-form3 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.contenedor-form3 input::-moz-placeholder {
				  color: #8BC6D1;}

	.contenedor-form3 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.contenedor-form3 input[type="text"],
	.contenedor-form3 input[type="tel"],
	.contenedor-form3 input[type="password"],
	.contenedor-form3 input[type="email"] {
					outline: none;
					display: block;
					width: 100%;
					padding: 10px 15px;
					margin: 0 0 20px 0;
					background: rgba(0,0,0,.5);
					color: #fff;
					border: none;
					border-radius: 10px;
					border-bottom: 4px solid #63b2c1;
					box-sizing: border-box;
				
					font-size: 14px;
					font-weight:normal;
					transition: all .5s ease;}

	.contenedor-form3 input[type="text"]:focus,
	.contenedor-form3 input[type="password"]:focus,
	.contenedor-form3 input[type="email"]:focus {
					border-bottom: 4px solid #d66f00;
					border-radius:10px;}


	.contenedor-form3 input[type="submit"] {
					background: #d66f00;
					color: #FFF;
					width: 200px;
					border: none;
					padding: 10px 0;
					font-size: 16px;
					font-weight: normal;
				
					letter-spacing: 1px;
					cursor: pointer;
					transition: all .5s ease;
					border-radius:10px;}

	.contenedor-form3 input[type="submit"]:hover {
					background: #047c8d;
					border-radius:10px;}

	.contenedor-form3 input[type="submit"]:focus {
   					outline: none;}

	.contenedor-form3 .reset-password {
					background-color: #E90419;
					width: 100%;
					padding: 15px 0;
					text-align: center;
					border-bottom-left-radius: 10px;
					border-bottom-right-radius: 10px;
					font-weight: normal;
				
					transition: all .5s ease;}

	.contenedor-form3 .reset-password input[type="submit"]:hover {
    				background: #90E104;}

	.contenedor-form3 .reset-password a {
					color: #fff;
					text-decoration: none;
					font-size: 16px;}

	.contenedor-form3 .formulario {
					display: none;
					padding: 40px;}

	.contenedor-form3 .formulario:nth-child(2) {
    				display: block;}

/*CONTENEDOR FORM4*/

.contenedor-form4 {
				  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
				  background: -webkit-linear-gradient(top, #111111 0%, #333333 50%, #666666 100%);
				  background: linear-gradient(to bottom, #8BC6D1 0%, #63b2c1 50%, #51A9B9 100%);
				  
				  width: 100%;
				  margin: 0 auto;
				  border-radius: 1em;
				  color: #fff;
				  position: relative;}

.contenedor-form4 .toggle {
				  position: absolute;
				  top: 7px;
				  right: 7px;
				  width: 100px;
				  height: 30px;
				  font-size: 12px;
				  line-height: 25px;
				  text-align: center;
				  border-top: 2px solid #90E104;
				  border-bottom: 2px solid #90E104;
				  cursor: pointer;
				  transition: all .5s ease;}

	.contenedor-form4 .toggle:hover {
    			  border-top: 2px solid #90E104;
        		  border-bottom: 2px solid #90E104;}

	.contenedor-form4 .toggle span {
    			  letter-spacing: 1px;}

	.contenedor-form4 h2 {
				  margin: 0 0 28px 0;
				  font-size: 24px;
				  font-weight: 400;
				  line-height: 1;
				  color: #424242;}

	.contenedor-form4 h3 {
				 
				  font-size: 20px;
				  font-weight: 400;
				  color: #424242;}

	.contenedor-form4 input::placeholder {
 				  color: #8BC6D1;}

	.contenedor-form4 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.contenedor-form4 input::-moz-placeholder {
				  color: #8BC6D1;}

	.contenedor-form4 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.contenedor-form4 input[type="text"],
	.contenedor-form4 input[type="tel"],
	.contenedor-form4 input[type="password"],
	.contenedor-form4 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.5);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}

	.contenedor-form4 input[type="text"]:focus,
	.contenedor-form4 input[type="password"]:focus,
	.contenedor-form4 input[type="email"]:focus {
				  border-bottom: 4px solid #d66f00;
				  border-radius:10px;}

	.contenedor-form4 input[type="submit"] {
				  background: #d66f00;
				  color: #FFF;
				  width: 200px;
				  border: none;
				  padding: 10px 0;
				  font-size: 16px;
				  font-weight: normal;
				  letter-spacing: 1px;
				  cursor: pointer;
				  transition: all .5s ease;
				  border-radius:10px;}

	.contenedor-form4 input[type="submit"]:hover {
    			  background: #047c8d;}

	.contenedor-form4 input[type="submit"]:focus {
   				  outline: none;}

	.contenedor-form4 .reset-password {
				  background-color: #E90419;
				  width: 200px;
				  padding: 15px 0;
				  text-align: center;
				  border-bottom-left-radius: 10px;
				  border-bottom-right-radius: 10px;
				  font-weight: normal;
				  transition: all .5s ease;}

	.contenedor-form4 .reset-password input[type="submit"]:hover {
    			  background: #90E104;}

	.contenedor-form4 .reset-password a {
    			  color: #fff;
				  text-decoration: none;
				  font-size: 16px;}

	.contenedor-form4 .formulario {
				  display: none;
				  padding: 40px;}

	.contenedor-form4 .formulario:nth-child(2) {
    			  display: block;}



/*CONTENEDOR FORM5*/

.contenedor-form5 {
				  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
				  background: -webkit-linear-gradient(top, #111111 0%, #333333 50%, #666666 100%);
				  background: linear-gradient(to bottom, #8BC6D1 0%, #63b2c1 50%, #51A9B9 100%);
				  max-width: 1200px;
				  min-width: 300px;
				  width: 100%;
				  margin: 0px auto;
				  border-radius: 1em;
				  padding-top: 30px;
				  padding-left: 10px;
				  padding-right: 10px;
				  color: #fff;
				  position: relative;}

.contenedor-form5 .toggle {
				  position: absolute;
				  top: 7px;
				  right: 7px;
				  width: 100px;
				  height: 30px;
				  font-size: 12px;
				  line-height: 25px;
				  text-align: center;
				  border-top: 2px solid #90E104;
				  border-bottom: 2px solid #90E104;
				  cursor: pointer;
				  transition: all .5s ease;}

	.contenedor-form5 .toggle:hover {
    			  border-top: 2px solid #90E104;
        		  border-bottom: 2px solid #90E104;}

	.contenedor-form5 .toggle span {
    			  letter-spacing: 1px;}

	.contenedor-form5 h2 {
				  margin: 0 0 28px 0;
				  font-size: 24px;
				  font-weight: 400;
				  line-height: 1;
				  color: #424242;}

	.contenedor-form5 h3 {
				 
				  font-size: 20px;
				  font-weight: 400;
				  color: #424242;}

	.contenedor-form5 input::placeholder {
 				  color: #8BC6D1;}

	.contenedor-form5 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.contenedor-form5 input::-moz-placeholder {
				  color: #8BC6D1;}

	.contenedor-form5 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.contenedor-form5 input[type="text"],
	.contenedor-form5 input[type="tel"],
	.contenedor-form5 input[type="password"],
	.contenedor-form5 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px;
				  margin: 0 0 20px 0;
				  background: #F8F8F8;
				  color: #000000;
				  border: none;
				  border-radius: 0 0 10px 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}

	.contenedor-form5 input[type="text"]:focus,
	.contenedor-form5 input[type="password"]:focus,
	.contenedor-form5 input[type="email"]:focus {
				  border-bottom: 4px solid #d66f00;
				  border-radius:0 0 10px 10px;}

	.contenedor-form5 input[type="submit"] {
				  background: #d66f00;
				  color: #FFF;
				  width: 200px;
				  border: none;
				  padding: 10px 0;
				  font-size: 16px;
				  font-weight: normal;
				  letter-spacing: 1px;
				  cursor: pointer;
				  transition: all .5s ease;
				  border-radius:10px;}

	.contenedor-form5 input[type="submit"]:hover {
    			  background: #047c8d;}

	.contenedor-form5 input[type="submit"]:focus {
   				  outline: none;}

	.contenedor-form5 .reset-password {
				  background-color: #E90419;
				  width: 200px;
				  padding: 15px 0;
				  text-align: center;
				  border-bottom-left-radius: 10px;
				  border-bottom-right-radius: 10px;
				  font-weight: normal;
				  transition: all .5s ease;}

	.contenedor-form5 .reset-password input[type="submit"]:hover {
    			  background: #047c8d;}

	.contenedor-form5 .reset-password a {
    			  color: #fff;
				  text-decoration: none;
				  font-size: 16px;}

	.contenedor-form5 .formulario {
				  display: none;
				  padding: 40px;}

	.contenedor-form5 .formulario:nth-child(2) {
    			  display: block;}

@media screen and (max-width: 1500px) {
			.contenedor-form5 {																					
				margin-bottom: 120px;}
}



/*CONTENEDOR FORM6*/

.contenedor-form6 {
				  background-color: #fff;
				  padding: 10px;
				  width: 90%;
				  margin: 10px;
				  border-radius: 1em;
				  color: #424242;
				  font-size:24px;
			      position: relative;}

@media screen and (max-width: 768px) {
					.contenedor-form6 {
						width: 100%;
						margin: 120px 0px;}
		}


	.contenedor-form6 h2 {
				  margin: 0 0 28px 0;
				  font-size: 24px;
				  font-weight: 400;
				  line-height: 1;
				  color: #024672;
	              height:500px;
	}

	.contenedor-form6 h3 {
				 
				  font-size: 20px;
				  font-weight: 400;
				  color: #005957;}

	.contenedor-form6 h5 {
				 
				  font-size: 20px;
				  
				  color: #424242;}

	.contenedor-form6 input::placeholder {
 				  color: #8BC6D1;}

	.contenedor-form6 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.contenedor-form6 input::-moz-placeholder {
				  color: #8BC6D1;}

	.contenedor-form6 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.contenedor-form6 input[type="text"],
	.contenedor-form6 input[type="tel"],
	.contenedor-form6 input[type="password"],
	.contenedor-form6 input[type="email"] {
				 
				  
				  width: 100%;
				  height: 200px;
				  padding: 10px 15px;
				  margin: 0 0 20px 0;
				  text-align: justify;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  word-break: break-word;
				  
				 
				  font-weight:normal;
				  transition: all .5s ease;
			       
				  }
				  
	.contenedor-form6 textarea{
				 
				  width: 90%;
				  height: 300px;
				  padding: 35px;
				  margin: 20px;
				  font-size:20px;
				  text-align: justify;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  
				 
				  font-weight:normal;
				  transition: all .5s ease;
			       
				  }

	.contenedor-form6 input[type="text"]:focus,
	.contenedor-form6 input[type="tel"]:focus,
	.contenedor-form6 input[type="password"]:focus,
	.contenedor-form6 input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.contenedor-form6 input[type="submit"] {
				  background: #d66f00;
				  color: #FFF;
				  width: 200px;
				  height:60px;
				  border: none;
				  padding: 10px 10px;
				  font-size: 16px;
				  font-weight: normal;
				  letter-spacing: 1px;
				  cursor: pointer;
				  transition: all .5s ease;
				  border-radius:15px;}

	.contenedor-form6 input[type="submit"]:hover {
    			  background: #047c8d;}

	.contenedor-form6 input[type="submit"]:focus {
   				  outline: none;}

	.contenedor-form6 .reset-password {
				  background-color: #E90419;
				  width: 200px;
				  padding: 15px 0;
				  text-align: center;
				  border-bottom-left-radius: 10px;
				  border-bottom-right-radius: 10px;
				  font-weight: normal;
				  transition: all .5s ease;}

	.contenedor-form6 .reset-password input[type="submit"]:hover {
    			  background: #90E104;}

	.contenedor-form6 .reset-password a {
    			  color: #fff;
				  text-decoration: none;
				  font-size: 16px;}

	.contenedor-form6 .formulario {
				  display: none;
				  padding: 40px;}

	.contenedor-form6 .formulario:nth-child(2) {
    			  display: block;}



/* ============= TABLAS  =============== */
																										
.contenedor-table1 {
					max-width: 95%;
					}

@media (max-width: 767px) {
			.contenedor-table1 {																					
				overflow-x: scroll;
				padding-left: 0;}
}



.contenedor-table2 {
					max-width: 95%;
					overflow-x: scroll;
					border-left: 1px solid #96918E;}
					
					
					
					
					
					
					
					
.table2-responsive {
      width: 100%;
      overflow-x: auto;
}


.table2-responsive th {
      background-color: #026E89;
      color: #fff;
      min-height:100px;
      padding: 8px;
      text-align: center;
      border-top: 1px solid #ddd;
     
}

.table2-responsive th:first-child {
					border-top-left-radius: 10px;
					}

.table2-responsive th:last-child {
					border-top-right-radius: 10px;
					}

.table2-responsive td {
      padding: 8px;
      text-align: center;
      border-top: 1px solid #ddd;
      min-height:100px;
}


.table2-responsive tbody tr {
      background-color: #CCCCCC;
      border: 1px solid #999;
      color: #000;
      min-height:100px;
      
}

.table2-responsive tbody tr:nth-child(even) {
      background-color: #F8F8F8;
      border: 1px solid #999;
      min-height:100px;
      color: #000;

}

 

@media (max-width: 767px) {
.table2-responsive thead {
      display: none; /* Oculta los encabezados en dispositivos móviles */
      
}

.table2-responsive tr {
      margin-bottom: 0.625em;
      display: block;
      border-bottom: 2px solid #999;
      min-height:100px;
      border-radius: 10px;
      
}

.table2-responsive td {
     display: block;
     text-align: justify;
     position: relative;
     padding-left: 50%;
     
     min-height:140px;
     border-radius: 10px;
}


.table2-responsive td::before {
     content: attr(data-label);
     position: absolute;
     left: 0;
     width: 50%;
     padding-left: 15px;
     font-weight: bold;
     text-align: justify;
     min-height:100px;
}
}


.table2-responsive2 {
      width: 100%;
      overflow-x: auto;
}


.table2-responsive2 th {
      background-color: #026E89;
      color: #fff;
      min-height:100px;
      padding: 8px;
      text-align: center;
      border-top: 1px solid #ddd;
     
}

.table2-responsive2 th:first-child {
					border-top-left-radius: 10px;
					}

.table2-responsive2 th:last-child {
					border-top-right-radius: 10px;
					}

.table2-responsive2 td {
      padding: 8px;
      text-align: center;
      border-top: 1px solid #ddd;
      min-height:100px;
}


.table2-responsive2 tbody tr {
      background-color: #CCCCCC;
      border: 1px solid #999;
      color: #000;
      min-height:100px;
      
}

.table2-responsive2 tbody tr:nth-child(even) {
      background-color: #F8F8F8;
      border: 1px solid #999;
      min-height:100px;
      color: #000;

}

 

@media (max-width: 767px) {
.table2-responsive2 thead {
      display: none; /* Oculta los encabezados en dispositivos móviles */
}

.table2-responsive2 tr {
      margin-bottom: 0.625em;
      display: block;
      border-bottom: 2px solid #999;
      min-height:100px;
      border-radius: 10px;
      
}

.table2-responsive2 td {
     display: block;
     text-align: justify;
     position: relative;
     padding-left: 50%;
     
     min-height:200px;
     border-radius: 10px;
}


.table2-responsive2 td::before {
     content: attr(data-label);
     position: absolute;
     left: 0;
     width: 50%;
     padding-left: 15px;
     font-weight: bold;
     text-align: justify;
     min-height:100px;
}
}





.table3-responsive3 {
      width: 100%;
      overflow-x: auto;
}


.table3-responsive3 th {
      background-color: #026E89;
      color: #fff;
      min-height:100px;
      padding: 8px;
      text-align: center;
      border-top: 1px solid #ddd;
     
}

.table3-responsive3 th:first-child {
					border-top-left-radius: 10px;
					}

.table3-responsive3 th:last-child {
					border-top-right-radius: 10px;
					}

.table3-responsive3 td {
      padding: 8px;
      text-align: left;
      border-top: 1px solid #ddd;
      min-height:100px;
}


.opciones {
      padding-top: 0px;
      vertical-align: top;
      border-top: 1px solid #ddd;
      min-height:100px;
      max-width:auto;
}

.table3-responsive3 tbody tr {
      background-color: #CCCCCC;
      border: 1px solid #999;
      color: #000;
      min-height:100px;
      
}

.table3-responsive3 tbody tr:nth-child(even) {
      background-color: #F8F8F8;
      border: 1px solid #999;
      min-height:100px;
      color: #000;

}

 

@media (max-width: 767px) {
.table3-responsive3 thead {
      display: none; /* Oculta los encabezados en dispositivos móviles */
}

.table3-responsive3 tr {
      margin-bottom: 0.625em;
      display: block;
      border-bottom: 2px solid #999;
      min-height:100px;
      border-radius: 10px;
      
}

.table3-responsive3 td {
     display: block;
     text-align: left;
     position: relative;
     padding-left: 50%;
     
     min-height:200px;
     border-radius: 10px;
}

.opciones {
      padding-top: 0px;
      display: block;
     text-align: left;
     position: relative;
     padding-left: 50%;
     
     min-height:200px;
     border-radius: 10px;
}


.table3-responsive3 td::before {
     content: attr(data-label);
     position: absolute;
     left: 0;
     width: 50%;
     padding-left: 15px;
     font-weight: bold;
     text-align: justify;
     min-height:100px;
}
}



.table4-responsive4 {
      width: 100%;
      overflow-x: auto;
}


.table4-responsive4 th {
      background-color: #026E89;
      color: #fff;
      min-height:100px;
      padding: 8px;
      text-align: center;
      border-top: 1px solid #ddd;
     
}

.table4-responsive4 th:first-child {
					border-top-left-radius: 10px;
					}

.table4-responsive4 th:last-child {
					border-top-right-radius: 10px;
					}

.table4-responsive4 td {
      padding: 8px;
      text-align: left;
      border-top: 1px solid #ddd;
      min-height:100px;
}


.table4-responsive4 tbody tr {
      background-color: #CCCCCC;
      border: 1px solid #999;
      color: #000;
      min-height:100px;
      
}

.table4-responsive4 tbody tr:nth-child(even) {
      background-color: #F8F8F8;
      border: 1px solid #999;
      min-height:100px;
      color: #000;

}

 

@media (max-width: 767px) {
.table4-responsive4 thead {
       /* Oculta los encabezados en dispositivos móviles */
}

.table4-responsive4 tr {
      margin-bottom: 0.625em;
      display: block;
      border-bottom: 2px solid #999;
      min-height:100px;
      border-radius: 10px;
      
}

.table4-responsive4 td {
     display: block;
     text-align: left;
     position: relative;
     padding-left: 50%;
     
     min-height:200px;
     border-radius: 10px;
}


.table4-responsive4 td::before {
     content: attr(data-label);
     position: absolute;
     left: 0;
     width: 50%;
     padding-left: 15px;
     font-weight: bold;
     text-align: justify;
     min-height:100px;
}
}
.bg_green {
					
					background-color: #49BD73;
    
}

.bg_yellow {
					
					background-color: #F0BA19;
    
}

.bg_red {
					
					background-color: #BD4040;
					color: #FFFFFF;
					
}


.bg_orange {
					
					background-color: #FF7700;
					
					
}

.bg_blue {
					
					background-color: #33658A;
}

.bg_purple {
					
					background-color: #69D1C5;
}
				
.table1 {
					border-top: 1px solid #96918E;
					text-align: center;
					text-transform: normal;
					}

.table2 {
    				text-align: center;
					text-transform: normal;
					}

.td1 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 300px;}

	.td1:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 300px;}

	.td1:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 300px;}


@media screen and (max-width: 768px) {
	.td1-sticky {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 300px;}}



@media screen and (min-width: 768px) {
	.td1-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}}

	.td1-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 500px;}

.td2 {
					min-width: 300px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;}

@media screen and (max-width: 768px) {
		.td2-sticky {
					min-width: 300px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
			background-color: #F8F8F8;}}


@media screen and (min-width: 768px) {
		.td2-sticky {
					position: sticky;
					left: 0;
					min-width: 230px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}}

	.td2-desc {
					min-width: 500px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}




.td2_green {
					min-width: 300px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #BDFF36;}

@media screen and (max-width: 768px) {
		.td2_green-sticky {
					min-width: 300px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
			background-color: #BDFF36;}}


@media screen and (min-width: 768px) {
		.td2_green-sticky {
					position: sticky;
					left: 0;
					min-width: 230px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #BDFF36;
					text-align: center;}}

	.td2_green-desc {
					min-width: 500px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #BDFF36;
					text-align: center;}




.td2_red {
					min-width: 300px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #FF260F;}

@media screen and (max-width: 768px) {
		.td2_red-sticky {
					min-width: 300px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
			background-color: #FF260F;}}


@media screen and (min-width: 768px) {
		.td2_red-sticky {
					position: sticky;
					left: 0;
					min-width: 230px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #FF260F;
					text-align: center;}}

	.td2_red-desc {
					min-width: 500px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #FF260F;
					text-align: center;}















.td2b {
					min-width: 300px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: justify;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;}

	.td2b-sticky {
					position: sticky;
					left: 0;
					min-width: 230px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: justify;}

	.td2b-desc {
					min-width: 500px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: justify;}

.td3 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 200px;
					text-align: center;}

	.td3:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 200px;}

	.td3:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 200px;}

	.td3-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td3-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 500px;
					text-align: center;}

.td4 {
					min-width: 200px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}

	.td4-sticky {
					position: sticky;
					left: 0;
					min-width: 200px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}

	.td4-desc {
					min-width: 500px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}

.td5 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 600px;}

	.td5:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 600px;}

	.td5:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 600px;}

	.td5-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td5-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 600px;}
					
	.td5b {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 600px;}



	.td5b-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td5b-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 600px;}

.td6 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 100px;
					text-align: center;}

	.td6:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 100px;}

	.td6:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 100px;}

	.td6-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td6-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 100px;
					text-align: center;}

.td7 {
					min-width: 100px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}

	.td7-sticky {
					position: sticky;
					left: 0;
					min-width: 100px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}

	.td7-desc {
					min-width: 100px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}


.td8 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 900px;}

	.td8:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 900px;}

	.td8:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					min-width: 900px;}

	.td8-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td8-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 900px;}

.td9 {
					min-width: 900px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: justify;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;}

	.td9-sticky {
					position: sticky;
					left: 0;
					min-width: 900px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}

	.td9-desc {
					min-width: 900px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}


.td10 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					width: 50%;
					min-width: 150px;}

	.td10:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					width: 50%;
					min-width: 150px;}

	.td10:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					width: 50%;
					min-width: 150px;}

	.td10-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td10-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					width: 50%;
					min-width: 150px;}

.td11 {
					width: 50%;
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;}

	.td11-sticky {
					position: sticky;
					left: 0;
					width: 50%;
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}

	.td11-desc {
					width: 50%;
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}


.td11b {
					width: 50%;
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: justify;
					vertical-align: middle;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;}



	.td11b-sticky {
					position: sticky;
					left: 0;
					width: 50%;
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: justify;}

	.td11b-desc {
					width: 50%;
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: justify;}



.td12 {
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}

	.td12-sticky {
					position: sticky;
					left: 0;
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}

	.td12-desc {
					min-width: 150px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}




.td13 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 1100px;}

	.td13:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 1100px;}

	.td13:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 1100px;}

	.td13-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td13-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 1100px;}

.td14 {
					min-width: 1100px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;}

	.td14-sticky {
					position: sticky;
					left: 0;
					min-width: 1100px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}

	.td14-desc {
					min-width: 1100px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}



.td15 {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 700px;}

	.td15:first-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-left-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 700px;}

	.td15:last-child {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					border-top-right-radius: 10px;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					min-width: 700px;}

	.td15-sticky {
					position: sticky;
					left: 0;
					border-right: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					background-color: #51A9B9;
					color: #FFFFFF;
					text-align: center;}

	.td15-desc {
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					text-align: center;
					padding: 10px;
					margin: 10px;
					background-color: #026E89;
					color: #FFFFFF;
					min-width: 700px;}

.td16 {
					min-width: 700px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					text-align: justify;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;}

	.td16-sticky {
					position: sticky;
					left: 0;
					min-width: 700px;
					border-right: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #51A9B9;
					text-align: center;}

	.td16-desc {
					min-width: 700px;
					border-right: 1px solid #96918E;
					border-left: 1px solid #96918E;
					border-top: 1px solid #96918E;
					border-bottom: 1px solid #96918E;
					padding: 10px;
					margin: 10px;
					color: #000000;
					background-color: #F8F8F8;
					text-align: center;}


/* ============= PAGINADOR  =============== */																										

.paginado {
					text-align: center;}

@media screen and (max-width: 1500px) {
			.paginado{
				padding-top: 20px;
				margin-bottom: 120px;
				margin-left: 50px;
				text-align: center;
				width: 200px;
				
	}
}

@media screen and (min-width: 1500px) {
			.paginado{
				padding-top: 20px;
				margin-bottom: 20px;
				margin-left: 30px;
				text-align: center;
				width: 200px;
				
	}
}







.paginado2 {
					text-align: center;	
				width: 200px;
				right:10px;
				
				
	
}


.paginado3 {
					
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	float:right;
	display: inline-flex;
    align-items: center;
    padding: .6rem .9rem;
    border: 0;
    border-radius: .5rem;
    background: #111;
    color: #fff;
    cursor: pointer;
    user-select: none;
				
}




@media screen and (max-width: 1500px) {
			.imprimir{
				padding-top: 20px;
				margin-bottom: 140px;
				margin-left: 40px;
				width: 200px;
				
	}
}

@media screen and (min-width: 1500px) {
			.imprimir{
				padding-top: 20px;
				margin-bottom: 120px;
				margin-left: 10px;
				width: 200px;
	}
}


@media screen and (max-width: 1500px) {
			.imprimir2{
				padding-top: 20px;
				margin-bottom: 140px;
				margin-left: 40px;
				width: 200px;
				
	}
}

@media screen and (min-width: 1500px) {
			.imprimir2{
				display: none;
	}
}


@media screen and (max-width: 1500px) {
			.imprimir3{
				display: none;
				
	}
}

@media screen and (min-width: 1500px) {
			.imprimir3{
				padding-top: 20px;
				margin-bottom: 140px;
				margin-left: 10px;
				border:none;
				width: 200px;
	}
}


.paginador1 {
					margin-top: 0px;
					padding-top: 0px;}



@media screen and (max-width: 699px){
	.paginador1 { 
			
			display:none;
				}}

@media screen and (min-width: 700px){
	.paginador1 { 
			
			display:none;
				}}

@media screen and (min-width: 1500px){
	.paginador1 { 
			
			display:block;
				}}

.paginador2 {
					margin-top: 0px;
					padding-top: 0px;}

@media screen and (max-width: 699px){
	.paginador2 { 
			
			display:none;
				}}

@media screen and (min-width: 700px){
	.paginador2 { 
			
			display:block;
				}}

@media screen and (min-width: 1500px){
	.paginador2 { 
			
			display: none;
				}}


.paginador3 {
					margin-top: 0px;
					padding-top: 0px;}

@media screen and (max-width: 699px){
	.paginador3 { 
			
			display: block;
				}}

@media screen and (min-width: 700px){
	.paginador3 { 
			
			display: none;
				}}

@media screen and (min-width: 1500px){
	.paginador3 { 
			
			display: none;
				}}


/* ============= MENSAJES DE ALERTA  =============== */																								

.mensaje_respuesta {
					 max-width: 900px;
    margin: 0 auto 25px;
    padding: 16px 22px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #07395a;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

		
		
.mensaje_respuesta2 {
					max-width: 900px;
    margin: 0 auto 25px;
    padding: 16px 22px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #07395a;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
		}

.mensaje_respuesta3 {
					max-width: 900px;
    margin: 0 auto 25px;
    padding: 16px 22px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #07395a;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
		}
		
		
/* ============= COLUMNAS  =============== */									

.columna__nosotros {
				    background: #fbfbfb;
					padding: 20px 20px 20px 20px;				    
				    width: 100%;
					min-height: 400px;
					text-align: justify;
					
					background-repeat: no-repeat;
					
				  	}

@media screen and (max-width: 660px) {
    		.columna__nosotros{
				  background-image: none;} }

@media screen and (min-width: 1200px) {
    		.columna__nosotros{
				  top:800px;} }		

.columna__nosotros_texto {
				    				    
				    width: 100%;
					text-align: justify;
					}
					
	@media screen and (max-width: 1200px) {
    		.columna__nosotros_texto{
				   max-width: 100%;
				   margin-left: 20px;} }

.columna_camp {
				    background: #fbfbfb;
				    margin: 15px 5px 0 0;
					text-align: center;
				    width: 100%;
				    padding: 20px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    max-width: 350px;
					min-height: 400px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 20px;
					
				  	}

	.columna_camp:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_camp [class*="icon-"] {
    				font-size: 40px;
					}

.columna_anexo {
				    background: #fbfbfb;
					background-image: url(../img/bg-anexos2.jpeg);
					background-repeat: no-repeat;
				    margin: 15px 20px 0 0;
					text-align: center;
				    width: 100%;
				    padding: 20px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    max-width: 550px;
					min-height: 350px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 20px;
				  	}


@media screen and (max-width: 1500px) {
    		.columna_anexo{
				   margin-bottom: 60px;} }

	.columna_anexo h3 {
					color: #fff;
}


	.columna_anexo input[type="submit"] {
		
					margin-top: 295px;
					
}


	.columna_anexo:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_anexo [class*="icon-"] {
    				font-size: 40px;
					}


	.columna_anexo2 {
				    background: #fbfbfb;
					background-image: url(../img/bg-anexos.jpeg);
					background-repeat: no-repeat;
				    margin: 15px 20px 0px 0;
					text-align: center;
				    width: 100%;
				    padding: 20px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    max-width: 550px;
					min-height: 350px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 20px;
				  	}

@media screen and (max-width: 1500px) {
    		.columna_anexo2{
				   margin-bottom: 60px;} }

	.columna_anexo2 h3 {
					color: #fff;
}


	.columna_anexo2 input::placeholder {
 				  color: #8BC6D1;}

	.columna_anexo2 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.columna_anexo2 input::-moz-placeholder {
				  color: #8BC6D1;}

	.columna_anexo2 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.columna_anexo2 input[type="text"],
	.columna_anexo2 input[type="tel"],
	.columna_anexo2 input[type="password"],
	.columna_anexo2 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.7);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}


	.columna_anexo2 input[type="text"]:focus,
	.columna_anexo2 input[type="password"]:focus,
	.columna_anexo2 input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.columna_anexo2 input[type="submit"] {
		
					margin-top: 10px;
					
}

	.columna_anexo2 h12 {
					color: #fff;
					text-align: left;
}


	.columna_anexo2 a {
		
					margin-top: 270px;
										
}


	.columna_anexo2:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_anexo2 [class*="icon-"] {
    				font-size: 40px;
					}



.columna_anexo3 {
				    background: #fbfbfb;
					background-image: url(../img/bg-anexos4.jpg);
					background-repeat: no-repeat;
				    margin: 15px 20px 0px 0;
					text-align: center;
				    width: 100%;
				    padding: 20px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    max-width: 550px;
					min-height: 350px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 20px;
				  	}

@media screen and (max-width: 1500px) {
    		.columna_anexo3{
				   margin-bottom: 60px;} }

	.columna_anexo3 h3 {
					color: #fff;
}


	.columna_anexo3 input::placeholder {
 				  color: #8BC6D1;}

	.columna_anexo3 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.columna_anexo3 input::-moz-placeholder {
				  color: #8BC6D1;}

	.columna_anexo3 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.columna_anexo3 input[type="text"],
	.columna_anexo3 input[type="tel"],
	.columna_anexo3 input[type="password"],
	.columna_anexo3 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.7);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}


	.columna_anexo3 input[type="text"]:focus,
	.columna_anexo3 input[type="password"]:focus,
	.columna_anexo3 input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.columna_anexo3 input[type="submit"] {
		
					margin-top: 10px;
					
}

	.columna_anexo3 h12 {
					color: #fff;
					text-align: left;
}


	.columna_anexo3 a {
		
					margin-top: 270px;
										
}


	.columna_anexo3:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_anexo3 [class*="icon-"] {
    				font-size: 40px;
					}




.columna_anexo4 {
				    background: #fbfbfb;
					background-image: url(../img/bg-anexos3.jpg);
					background-repeat: no-repeat;
				    margin: 15px 20px 0px 0;
					text-align: center;
				    width: 100%;
				    padding: 20px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    max-width: 550px;
					min-height: 350px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 20px;
				  	}

@media screen and (max-width: 1500px) {
    		.columna_anexo4{
				   margin-bottom: 60px;} }

	.columna_anexo4 h3 {
					color: #fff;
}


	.columna_anexo4 input::placeholder {
 				  color: #8BC6D1;}

	.columna_anexo4 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.columna_anexo4 input::-moz-placeholder {
				  color: #8BC6D1;}

	.columna_anexo4 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.columna_anexo4 input[type="text"],
	.columna_anexo4 input[type="tel"],
	.columna_anexo4 input[type="password"],
	.columna_anexo4 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.7);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}


	.columna_anexo4 input[type="text"]:focus,
	.columna_anexo4 input[type="password"]:focus,
	.columna_anexo4 input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.columna_anexo4 input[type="submit"] {
		
					margin-top: 10px;
					
}

	.columna_anexo4 h12 {
					color: #fff;
					text-align: left;
}


	.columna_anexo4 a {
		
					margin-top: 270px;
										
}


	.columna_anexo4:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_anexo4 [class*="icon-"] {
    				font-size: 40px;
					}
					
					
.columna_anexo5 {
				    background: #fbfbfb;
					background-image: url(../img/bg-anexos5.jpg);
					background-repeat: no-repeat;
				    margin: 15px 20px 0px 0;
					text-align: center;
				    width: 100%;
				    padding: 20px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    max-width: 550px;
					min-height: 350px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 20px;
				  	}

@media screen and (max-width: 1500px) {
    		.columna_anexo5{
				   margin-bottom: 60px;} }

	.columna_anexo5 h3 {
					color: #fff;
}


	.columna_anexo5 input::placeholder {
 				  color: #8BC6D1;}

	.columna_anexo5 input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.columna_anexo5 input::-moz-placeholder {
				  color: #8BC6D1;}

	.columna_anexo5 input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.columna_anexo5 input[type="text"],
	.columna_anexo5 input[type="tel"],
	.columna_anexo5 input[type="password"],
	.columna_anexo5 input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.7);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}


	.columna_anexo5 input[type="text"]:focus,
	.columna_anexo5 input[type="password"]:focus,
	.columna_anexo5 input[type="email"]:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.columna_anexo5 input[type="submit"] {
		
					margin-top: 10px;
					
}

	.columna_anexo5 h12 {
					color: #fff;
					text-align: left;
}


	.columna_anexo5 a {
		
					margin-top: 270px;
										
}


	.columna_anexo5:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_anexo5 [class*="icon-"] {
    				font-size: 40px;
					}




.columna_planes {
				    background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
				    margin: 15px auto;
				    width: 100%;
				    padding: 20px;
				  	min-height: 150px;
					height: 100%;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
					border-radius: 20px 20px 20px 20px;
 										
				  	}

	.columna_planes:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_planes [class*="icon-"] {
    				font-size: 40px;
					}

  		@media screen and (max-width: 1279px) {
    		.columna_planes {
				    width: 100%;
				    margin: 15px 10px ; } }

  		@media screen and (min-width: 1500px) {
    		.columna_planes {
      				width: 100%; } }

.no-padding .columna_planes {
				    padding: 0;
				    -webkit-align-self: flex-start;
					  -ms-flex-item-align: start;
						  align-self: flex-start; }



.columna_planes_a {
				    
				    width: 40%;
					height: 100%;
					min-height: 500px;
					top: 0;
					bottom: 0;
				  	padding: 0 0 0 0;
					float: left;
					border-radius: 20px 0px 0px 20px;
	box-sizing: border-box;
					
				  					
				  	}
		@media screen and (max-width: 767px) {
    		.columna_planes_a {
				    width: 100%;
					background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
					border-radius: 20px 20px 0px 0px;
					
				   } }

  		@media screen and (min-width: 768px) {
    		.columna_planes_a {
				    width: 40%;
				   } }

  		@media screen and (min-width: 1500px) {
    		.columna_planes_a {
      				width: 40%;
					} }

.no-padding .columna_planes_a {
				    padding: 0;
				    -webkit-align-self: flex-start;
					  -ms-flex-item-align: start;
						  align-self: flex-start; }



.columna_planes_b {
				    background: #fbfbfb;
				    width: 60%;
				  	float: left;
					border-radius: 0px 20px 20px 0px;
									  					
				  	}

		@media screen and (max-width: 767px) {
    		.columna_planes_b {
				    width: 100%;
					border-radius: 0px 0px 20px 20px;
				
				   } }

  		@media screen and (min-width: 768px) {
    		.columna_planes_b {
				    width: 60%;
				   } }

  		@media screen and (min-width: 1500px) {
    		.columna_planes_b {
      				width: 60%;
						} }

.no-padding .columna_planes_b {
				    padding: 0;
				    -webkit-align-self: flex-start;
					  -ms-flex-item-align: start;
						  align-self: flex-start; }











.columna_planes2 {
				    background: linear-gradient(#3aafa9 0%, #2D8884 47%, #236B68 100%);
				    margin: 15px auto;
				    width: 100%;
				    padding: 20px;
				    max-width: 400px;
					min-height: 210px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 20px;
					
				  	}

	.columna_planes2:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_planes2 [class*="icon-"] {
    				font-size: 40px;
					}

  		@media screen and (min-width: 768px) {
    		.columna_planes2 {
				    width: 45%;
				    margin: 15px 0; } }

  		@media screen and (min-width: 1500px) {
    		.columna_planes2 {
      				max-width: 400px; } }

.no-padding .columna_planes2 {
				    padding: 0;
				    -webkit-align-self: flex-start;
					  -ms-flex-item-align: start;
						  align-self: flex-start; }




.columna_datos {
				    background: #f8f8f8;
				    margin: 5px 5px 0 0;
					text-align: center;
				    width: 100%;
				    padding: 0px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    max-width: 32%;
				    min-width: 300px;
					min-height: 100px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 15px;
					
				  	}

	.columna_datos:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_datos [class*="icon-"] {
    				font-size: 40px;
					}



.columna_datos2 {
				    background: #f8f8f8;
				    margin: 15px;
					text-align: center;
				    width: 100%;
				    padding: 0px;
				    border: 1px solid rgba(0, 0, 0, 0.4);
				    min-width: 200px;
					min-height: 100px;
				    -webkit-transition: all 0.2s;
				    transition: all 0.2s;
 					border-radius: 15px;
					
				  	}

	.columna_datos2:hover {
					-webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
							box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
					-webkit-transform: scale(1.003);
						-ms-transform: scale(1.003);
							transform: scale(1.003); }

  	.columna_datos2 [class*="icon-"] {
    				font-size: 40px;
					}

	@media screen and (min-width: 768px) {
    		.columna_datos2 {
				    width: 30%;
				    min-width: 200px;
				    margin: 15px; } }

  		@media screen and (min-width: 1500px) {
    		.columna_datos2 {
      				max-width: 400px; } }





.columna {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px 24px;
    box-shadow: 0 12px 32px rgba(7, 57, 90, 0.10);
    border: 1px solid rgba(7, 57, 90, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.columna:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(7, 57, 90, 0.16);
}

.columna__logo {
    display: block;
    
     text-align:left;
}

.columna__icono {
    color: #07395a;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
    text-align:center;
}

.columna__texto {
    color: #394b59;
    line-height: 1.62;
    font-size: 0.98rem;
    margin: 0;
    text-align: justify;
}

.columna__texto strong {
    color: #07395a;
}

.columna-destacada-contacto {
    background: linear-gradient(135deg, #ffffff 0%, #f3fafc 100%);
    border: 1px solid rgba(15, 95, 134, 0.18);
}

.columna__contacto {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(7, 57, 90, 0.12);
    color: #07395a;
    font-weight: 700;
    line-height: 1.4;
}

.columna1 {
				  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
				  background: -webkit-linear-gradient(top, #111111 0%, #333333 50%, #666666 100%);
				  background: linear-gradient(to bottom, #8BC6D1 0%, #63b2c1 50%, #51A9B9 100%);
				  margin: 15px auto;
				  width: 100%;
				  padding: 20px;
				  border-radius: 10px 10px 10px 10px;
				  min-width: 300px;
				  min-height: 200px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
}

.columna1-table {
                width:100%;
                text-align: justify;
                
}

.columna1-td {
                
                padding-left:20px;
}

.columna2 {
				  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
				  background: -webkit-linear-gradient(top, #111111 0%, #333333 50%, #666666 100%);
				  background: linear-gradient(to bottom, #8BC6D1 0%, #63b2c1 50%, #51A9B9 100%);
				  margin: 15px auto;
				  width: 100%;
				  padding: 20px;
				  border-radius: 10px 10px 10px 10px;
				  min-width: 600px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;}


.columna3 {
				  background: #fbfbfb;
				  margin: 15px auto;
				  width: 100%;
				  padding: 20px;
				  border: 1px solid rgba(0, 0, 0, 0.4);
				  max-width: 300px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s; }

  	.columna3:hover {
				  -webkit-box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
						box-shadow: 0 0px 15px 0.1px rgba(0, 0, 0, 0.7);
				  -webkit-transform: scale(1.003);
					-ms-transform: scale(1.003);
						transform: scale(1.003); }

  	.columna3 [class*="icon-"] {
    			  font-size: 40px; }

  		@media screen and (min-width: 768px) {
    		.columna3 {
				  width: 45%;
				  margin: 15px 0; } }

  		@media screen and (min-width: 1500px) {
    		.columna3 {
      			  max-width: 350px; } }

		@media screen and (min-width: 768px) {
  			.columna3--4 {
				  width: 49%;
				  max-width: 47%; } }

		@media screen and (min-width: 1024px) {
  			.columna3--4 {
    			  width: 24%; } }

		@media screen and (min-width: 1024px) {
  			.columna3-ultima {
				  margin-right: auto;
				  margin-left: 50px; } }

		@media screen and (min-width: 1500px) {
  			.columna3-ultima {
    			  margin-left: 75px; } }

.columna3__titulo {
				  margin-top: 0px;
				  background-color: #AB090C;
				  color: #000; }

.columna3__link {
  				  color: #000; }

  	.columna3__link:hover {
    			  text-decoration: underline; }

.columna3__imagen {
				  width: 220px;
				  height: 120px;
				  vertical-align:middle;}

.no-padding .columna3 {
				  padding: 0;
				  -webkit-align-self: flex-start;
					  -ms-flex-item-align: start;
						  align-self: flex-start; }

.columna4 {
				  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #fF77603), to(gainsboro));
				  background: -webkit-linear-gradient(top, #111111 0%, #333333 50%, #666666 100%);
				  background: linear-gradient(to bottom, #8BC6D1 0%, #63b2c1 50%, #51A9B9 100%);
				  margin: 15px auto;
				  width: 100%;
				  padding: 20px;
				  border-radius: 10px 10px 10px 10px;
				  min-width: 400px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;}


.columna200 {

				  background: #fbfbfb;
				  margin: 15px auto;
				  width: 100%;
				  padding: 20px;
				  text-align: center;
				  font-size: 16px;
				  font-weight: bold;
				  border: 1px solid #333333;
				  border-radius: 10px;
				  max-width: 200px;}

  	.columna200 [class*="icon-"] {
    			  font-size: 40px; }

  	@media screen and (min-width: 768px) {
    	.columna200 {
				  width: 45%;
				  margin: 15px 0; }}

  	@media screen and (min-width: 1500px) {
    	.columna200 {
      			  max-width: 200px; } }

	@media screen and (min-width: 768px) {
  		.columna200--4 {
				  width: 49%;
				  max-width: 47%; } }

	@media screen and (min-width: 1024px) {
  		.columna200--4 {
    			  width: 24%; } }

	@media screen and (min-width: 1024px) {
  		.columna200-ultima {
        		  margin-left: 0px; } }

	@media screen and (min-width: 1500px) {
  		.columna200-ultima {
    			  margin-left: 0px; } }

.columna200__titulo {
				  margin-top: 0px;
				  color: #000; }

.columna200__link {
  				  color: #000; }

  	.columna200__link:hover {
    			  text-decoration: none; }

.columna200__imagen {
				  width: 200px;
				  height: 120px;
				  vertical-align:middle; }

.no-padding .columna200 {
  				  padding: 0; }



/* ============= SELECTORES  =============== */
																						

.select-css_formulario {
					display: block;
					font-size: 14px;
				
					font-weight: 400;
					line-height: 1.8;
					border-bottom: 4px solid #63b2c1;
					padding: 5px 15px 12px 10px;
					width: 100%;
					margin-top: 50px;
					max-width: 1000px; 
					box-sizing: border-box;
					
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					background: rgba(0,0,0,.7);
				  	color: #8BC6D1;
				  	border-radius: 10px;
					}

	.select-css_formulario::-ms-expand {
					display: none;
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_formulario:hover {
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_formulario:focus {
					border-bottom: 4px solid #63b2c1;
					box-shadow: 0 0 1px 1px #8BC6D1;
					box-shadow: 0 0 0 1px -moz-mac-focusring;
					color: #fff; 
					outline: none;}

	.select-css_formulario option {
					font-weight:normal;
					word-wrap: break-word; 
					white-space: -moz-pre-wrap; 
 					white-space: pre-wrap;  
  					width:100%; 
					background-color: #fff;
					color: #222;
					}

select option:nth-child(odd){
					background: lightblue; 	
}


	.select-css_formulario disabled selected {
 				  color: #8BC6D1;}

	
	.classOfElementToColor:hover {background-color:red; color:black}

	.select-css_formulario option[selected] {
    				background-color: #8BC6D1;}




.select-css_formulario2 {
					display: block;
					font-size: 14px;
				
					font-weight: 400;
					line-height: 1.8;
					border-bottom: 4px solid #63b2c1;
					padding: 5px 15px 12px 10px;
					width: 100%;
					margin-top: 50px;
					max-width: 1000px; 
					box-sizing: border-box;
					
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					background: rgba(0,0,0,.7);
				  	color: #8BC6D1;
				  	border-radius: 10px;
					}

	.select-css_formulario2::-ms-expand {
					display: none;
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_formulario2:hover {
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_formulario2:focus {
					border-bottom: 4px solid #63b2c1;
					box-shadow: 0 0 1px 1px #8BC6D1;
					box-shadow: 0 0 0 1px -moz-mac-focusring;
					color: #fff; 
					outline: none;}

	.select-css_formulario2 option {
					font-weight:normal;
					word-wrap: break-word; 
					white-space: -moz-pre-wrap; 
 					white-space: pre-wrap;  
  					width:100%; 
					background-color: #fff;
					color: #222;
					}

select option:nth-child(odd){
					background: lightblue; 	
}


	.select-css_formulario2 disabled selected {
 				  color: #8BC6D1;}

	
	.classOfElementToColor:hover {background-color:red; color:black}

	.select-css_formulario2 option[selected] {
    				background-color: #8BC6D1;}




.select-css_formulario3 {
					display: block;
					font-size: 14px;
				
					font-weight: 400;
					line-height: 1.8;
					border-bottom: 4px solid #63b2c1;
					padding: 5px 15px 12px 10px;
					width: 100%;
					max-width: 1000px; 
					box-sizing: border-box;
					margin-bottom: 15px;
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					background: rgba(0,0,0,.5);
				  	color: #8BC6D1;
				  	border-radius: 10px;
					}

	.select-css_formulario3::-ms-expand {
					display: none;
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_formulario3:hover {
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_formulario3:focus {
					border-bottom: 4px solid #63b2c1;
					box-shadow: 0 0 1px 1px #8BC6D1;
					box-shadow: 0 0 0 1px -moz-mac-focusring;
					color: #fff; 
					outline: none;}

	.select-css_formulario3 option {
					font-weight:normal;
					word-wrap: break-word; 
					white-space: -moz-pre-wrap; 
 					white-space: pre-wrap;  
  					width:100%; 
					background-color: #fff;
					color: #222;
					}

select option:nth-child(odd){
					background: lightblue; 	
}


	.select-css_formulario3 disabled selected {
 				  color: #8BC6D1;}

	
	.classOfElementToColor:hover {background-color:red; color:black}

	.select-css_formulario3 option[selected] {
    				background-color: #8BC6D1;}









.select-css_anexo {
					display: block;
					font-size: 16px;
				
					font-weight: 400;
					line-height: 1.8;
					border-bottom: 4px solid #63b2c1;
					padding: .4em 1.4em .3em .8em;
					width: 100%;
					max-width: 1000px; 
					box-sizing: border-box;
					margin: 20px auto;
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					background: rgba(0,0,0,.7);
				  	color: #fff;
				  	border-radius: 10px;
					}

	.select-css_anexo::-ms-expand {
					display: none;
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_anexo:hover {
					border-bottom: 4px solid #63b2c1;
					}

	.select-css_anexo:focus {
					border-bottom: 4px solid #63b2c1;
					box-shadow: 0 0 1px 1px #8BC6D1;
					box-shadow: 0 0 0 1px -moz-mac-focusring;
					color: #fff; 
					outline: none;}

	.select-css_anexo option {
					font-weight:normal;
					word-wrap: break-word; 
					white-space: -moz-pre-wrap; 
 					white-space: pre-wrap;  
  					width:100%; 
					background-color: #fff;
					color: #222;
					}

select option:nth-child(odd){
					background: lightblue; 	
}


	.select-css_anexo disabled selected {
 				  color: #8BC6D1;}

	
	.classOfElementToColor:hover {background-color:red; color:black}

	.select-css_anexo option[selected] {
    				background-color: #8BC6D1;}




.select-css {
					display: block;
					font-size: 16px;
				
					font-weight: 400;
					color: #444;
					line-height: 1.3;
					padding: .4em 1.4em .3em .8em;
					width: 100%;
					max-width: 1000px; 
					box-sizing: border-box;
					 margin: 20px auto;
					border: 1px solid #aaa;
					box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
					border-radius: 0.3em;
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					background-color: #fff;}

	.select-css::-ms-expand {
					display: none;
					}

	.select-css:hover {
					border-color: #888;
					}

	.select-css:focus {
					border-color: #aaa;
					box-shadow: 0 0 1px 1px #d66f00;
					box-shadow: 0 0 0 1px -moz-mac-focusring;
					color: #222; 
					outline: none;}

	.select-css option {
					font-weight:normal;
					word-wrap: break-word; 
					white-space: -moz-pre-wrap; 
 					white-space: pre-wrap;  
  					width:100%; 
					}

.select-css option:nth-child(odd){
					background: lightblue; 	
}
					

	.classOfElementToColor:hover {background-color:red; color:black}

	.select-css option[selected] {
    				background-color: orange;}


	.styled-select { 
					width: 240px; 
					height: 34px; 
					overflow: hidden; 
					background: url(new_arrow.png) no-repeat right #ddd; 
					border: 1px solid #ccc; }
 
	.sidebar-box select{
					display:block;
					padding: 5px 10px;
					height:42px;
					margin:10px auto;
					max-width: 500px;
					-webkit-appearance: none;}


.select-css3 {
    
					display: block;
					font-size: 12px;
					font-weight: 200;
					color: #444;
					line-height: 1.3;
					padding: .4em 1.4em .3em .8em;
					width: 100%;
					max-width: 250px; 
					box-sizing: border-box;
					 margin: 20px auto;
					border: 1px solid #aaa;
					box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
					border-radius: 0.5em;
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					background-color: #fff;}

	.select-css3: :-ms-expand {
					display: none;
					}

	.select-css3:hover {
					border-color: #888;
					}

	.select-css3:focus {
					border-color: #aaa;
					box-shadow: 0 0 1px 1px #d66f00;
					box-shadow: 0 0 0 1px -moz-mac-focusring;
					color: #222; 
					outline: none;}

	.select-css3 option {
					font-weight:normal;
					word-wrap: break-word; 
					white-space: -moz-pre-wrap; 
 					white-space: pre-wrap;  
  					width:100%; 
					}

.select-css3 option:nth-child(odd){
					background: lightblue; 	
}
					

	.classOfElementToColor:hover {background-color:red; color:black}

	.select-css3 option[selected] {
    				background-color: orange;}

.selector {
    
   	 
	}
					
	@media screen and (min-width: 769px) {
    		
        .selector {
			
			position: relative;
	        float: right;
	        width: 90%; 
	        max-width:250px;
	        margin-right: 10px;
	        top: -20px;
        
        } 
	   
	}
	
	@media screen and (max-width: 480px) {
    		
        .selector {
			
			position: absolute;
	        top: -80px; 
	        width:100%; 
	        max-width:350px;
	        
        
        } 
	   
	} 
	
	@media screen and (min-width: 1500px) {
    		
        .selector {
			
			display:none;
        } 
	   
	} 
	
.selector2 {
    
   	 
	}
					

	
	@media screen and (max-width: 1499px) {
    		
        .selector2 {
			
			display:none;
	        
        
        } 
	   
	} 
	
	@media screen and (min-width: 1500px) {
    		
        .selector2 {
            
            position: relative;
	        float: left;
	        width: 90%; 
	        max-width:250px;
	        margin-left: 5px;
	        top: -20px;
			
			
        } 
	   
	} 

	.contenedor-form input::placeholder {
 				  color: #8BC6D1;}

	@media screen and (max-width: 400px) {
					.contenedor-form input::placeholder{
						
							font-size: 10px;}
		}



	.contenedor-form input::-webkit-input-placeholder {
				  color: #8BC6D1;}               

	.contenedor-form input::-moz-placeholder {
				  color: #8BC6D1;}

	.contenedor-form input:-ms-input-placeholder {
  				  color: #8BC6D1;}

	.contenedor-form input[type="text"],
	.contenedor-form input[type="tel"],
	.contenedor-form input[type="password"],
	.contenedor-form input[type="email"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.5);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}
				  
				  .contenedor-form select[type="select"] {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px 15px 10px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.5);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}







.select-css2 {
					display: block;
					font-size: 14px;
					font-weight: 400;
					color: #8BC6D1;
					line-height: 1.3;
					padding: 10px 15px 15px 10px;
					width: 100%;
					max-width: 1000px; 
					box-sizing: border-box;
					 margin: 20px auto;
					border: none;
					box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
					border-radius: 10px;
				    border-bottom: 4px solid #63b2c1;
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
				    background: rgba(0,0,0,.5);}

	.select-css2::-ms-expand {
					display: none;
					}

	.select-css2:hover {
					border-color: #63b2c1;
					}

	.select-css2:focus {
					border-color: #63b2c1;
					box-shadow: 0 0 1px 1px #63b2c1;
					box-shadow: 0 0 0 1px -moz-mac-focusring;
					color: #fff; 
					outline: none;}

	.select-css2 option {
					font-weight:normal;
					word-wrap: break-word; 
					white-space: -moz-pre-wrap; 
 					white-space: pre-wrap;  
  					width:100%; 
					}

select2 option:nth-child(odd){
					background: rgba(0,0,0,.5); 	
}
					

	.classOfElementToColor:hover {background-color:red; color:black}

	.select-css2 option[selected] {
    				background-color: #63b2c1;
	                color: #fff;
	}


	.styled-select2 { 
					width: 240px; 
					height: 34px; 
					overflow: hidden; 
					background: url(new_arrow.png) no-repeat right #ddd; 
					border: 1px solid #ccc; }
 
	.sidebar-box select2{
					display:block;
					padding: 5px 10px;
					height:42px;
					margin:10px auto;
					max-width: 500px;
					-webkit-appearance: none;}







/* ============= OTRAS CLASES  =============== */																							

.mostrar1 {
  				  margin-right: 0%;
				  -webkit-transition: all 0.5s;
					transition: all 0.5s;}

.mostrar2 {
  				  margin-left: 0%;
					-webkit-transition: all 0.5s;
					transition: all 0.5s;}


.col1 {
      			  width: 50%;}

.col2 {
   				  width: 50%;}

.row {
  				  display: flex;
 				  width: 100%;}
 				  


/*
*
* Animate.css
* --------------------------------------------------
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animacion_derecha {
	transition: all 1s;
	opacity: 0;
}

.animacion_izquierda {
	transition: all 1s;
	opacity: 0;
}


.slideRight {
	animation: slideright 1.2s;
	
}

@keyframes slideright{
	
	0%{
		
		transform: translateX(100%);
	}
	
	100%{ transform: translateX(0);
		
	}
}


.slideLeft {
	animation: slideleft 1.2s;
	
}

@keyframes slideleft{
	
	0%{
		
		transform: translateX(-100%);
	}
	
	100%{ transform: translateX(0);
		
	}
}



html {
	
	scroll-behavior: smooth;
}

/**
* FadeIn Keyframes Animation
*/
.fadeIn {
    animation: fadeInMPDOK 0.8s ease both;
}

@keyframes fadeInMPDOK {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}



/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

/**
* FadeInUpSmall Keyframes Animation
*/
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translateY(60px) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/**
* FadeInLeftSmall Keyframes Animation
*/
.fadeInLeftSmall {
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		transform: translateX(-100px) scale(0.95);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

/**
* FadeInRightSmall Keyframes Animation
*/
.fadeInRightSmall {
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		transform: translateX(100px) scale(0.95);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

[data-isotope-layout] {
	z-index: 0;
	display: block;
	min-height: 160px;
	transition: .4s all ease;
}

[data-isotope-layout]:after {
	content: '';
	position: absolute;
	margin-top: 15px;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	background-image: url("../images/isotope-loader.png");
	background-position: -1152px 0;
	animation: 0.7s sprite-animation steps(18) infinite;
	transition: .4s all ease;
	transform: translate(-50%, -50%);
}

[data-isotope-layout] [class*="col-"] {
	display: block;
	opacity: 0;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
	margin-top: 30px;
}

@media (min-width: 768px) {
	[data-isotope-layout] [class*="col-"] {
		margin-top: 50px;
	}
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
	opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
	opacity: 0;
	visibility: hidden;
}

[data-x-mode='true'] [data-isotope-layout] [class*="col-"] {
	opacity: 1;
}

[data-x-mode='true'] [data-isotope-layout]:after {
	opacity: 0;
	visibility: hidden;
}

.isotope-range-default {
	margin-bottom: -30px;
}

.isotope-range-default:empty {
	margin-bottom: 0;
}

.isotope-range-default > * {
	margin-bottom: 30px;
}

.isotope-filters > * {
	margin-top: 0;
	vertical-align: middle;
}

.isotope-filters .inline-list {
	position: relative;
	transform: translateY(-10px);
	margin: 0;
	word-spacing: 0;
}

.isotope-filters .inline-list li {
	display: inline-block;
	padding: 0;
	margin-top: 10px;
}

.isotope-filters .inline-list a {
	position: relative;
	transition: .3s;
	color: #888;
}

@media (min-width: 992px) {
	.isotope-filters .inline-list > li:not(:last-child) {
		margin-right: 5px;
	}
	.isotope-filters .inline-list a {
		border: 2px solid #fff;
		padding: 12px 20px 12px;
	}
	.isotope-filters .inline-list a, .isotope-filters .inline-list a:active, .isotope-filters .inline-list a:focus {
		color: #888;
	}
	.isotope-filters .inline-list a:hover, .isotope-filters .inline-list a.active {
		color: #fff;
	}
	.isotope-filters .isotope-filters-trigger {
		display: none;
	}
}

.isotope-filters-responsive {
	position: relative;
	z-index: 10;
}

@media (max-width: 767px) {
	.isotope-filters-responsive {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 991px) {
	.isotope-filters-responsive {
		vertical-align: middle;
	}
	.isotope-filters-responsive .isotope-filters-toggle {
		padding: 8px 15px;
	}
	.isotope-filters-responsive .isotope-filters-toggle .caret {
		margin-left: 5px;
	}
	.isotope-filters-responsive > li {
		position: relative;
		vertical-align: middle;
		padding: 0;
	}
	.isotope-filters-responsive > li:first-child {
		margin-right: 8px;
	}
	.isotope-filters-responsive > li + li {
		margin-top: 8px;
	}
	.isotope-filters-responsive .isotope-filters {
		position: absolute;
		top: 49px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		width: 200px;
		padding: 15px;
		background: #fff;
		border-radius: 3px;
		text-align: left;
		visibility: hidden;
		opacity: 0;
		transition: .33s all ease;
		border: 1px solid #f2f2f2;
	}
	.isotope-filters-responsive .isotope-filters.active {
		visibility: visible;
		opacity: 1;
	}
	.isotope-filters-responsive .isotope-filters .inline-list {
		width: 100%;
	}
	.isotope-filters-responsive .isotope-filters .inline-list a {
		display: inline-block;
		width: 100%;
		padding: 3px 8px;
		font-size: 12px;
		color: #000;
		border: 0;
		background-color: transparent;
	}
	.isotope-filters-responsive .isotope-filters .inline-list a.active, .isotope-filters-responsive .isotope-filters .inline-list a:hover {
		color: #f9b707;
		background-color: rgba(249, 183, 7, 0.1);
	}
	.isotope-filters-responsive .isotope-filters li {
		display: block;
		width: 100%;
	}
	.isotope-filters-responsive .isotope-filters li + li {
		margin-top: 6px;
	}
}

@media (max-width: 991px) and (min-width: 576px) {
	.isotope-filters-responsive .isotope-filters {
		left: 0;
		transform: none;
	}
	.isotope-filters-responsive > li {
		display: inline-block;
		margin: 0;
	}
	.isotope-filters-responsive > li + li {
		margin-top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.isotope-filters-responsive .isotope-filters {
		width: 250px;
	}
	.isotope-filters-responsive .isotope-filters .inline-list a {
		padding: 5px 10px;
	}
}

@media (min-width: 992px) {
	.isotope-filters-responsive .inline-list > li:not(:last-child) {
		margin-right: 5px;
	}
	.isotope-filters-responsive .inline-list a {
		border: 2px solid #fff;
		padding: 12px 20px 12px;
	}
	.isotope-filters-responsive .inline-list a, .isotope-filters-responsive .inline-list a:active, .isotope-filters-responsive .inline-list a:focus {
		color: #888;
	}
	.isotope-filters-responsive .inline-list a:hover, .isotope-filters-responsive .inline-list a.active {
		color: #fff;
	}
	.isotope-filters-responsive .isotope-filters-toggle,
	.isotope-filters-responsive > li:first-child {
		display: none;
	}
}

* + .isotope,
* + .isotope-filters-responsive {
	margin-top: 0;
}

* + .isotope-wrap {
	margin-top: 50px;
}

@media (min-width: 1200px) {
	* + .isotope-wrap {
		margin-top: 73px;
	}
}

.isotope-filters-toggle {
	display: block;
	border: 0;
	outline: 0;
	margin-left: auto;
	margin-right: auto;
}






/* ============= FORMULARIO OCULTO =============== */

.modal-open {
	overflow: hidden;
}

.modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1120;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin-top: 10px;
	pointer-events: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: linear-gradient(to bottom, #027F9E 0%, #026E89 50%, #025e75 100%);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1110;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-header h2{
	color: #fff;
}

.modal-header .close {
	padding: 15px;
	margin: -15px -15px -15px auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #fff;
	padding: 15px;
	
}


	.modal-body input[type="text"],
	.modal-body input[type="tel"],
	.modal-body input[type="password"],
	.modal-body input[type="email"],
	.modal-body textarea {
				  outline: none;
				  display: block;
				  width: 100%;
				  padding: 10px 15px;
				  margin: 0 0 20px 0;
				  background: rgba(0,0,0,.5);
				  color: #fff;
				  border: none;
				  border-radius: 10px;
				  border-bottom: 4px solid #63b2c1;
				  box-sizing: border-box;
				  font-size: 14px;
				  font-weight:normal;
				  transition: all .5s ease;}

	.modal-body input[type="text"]:focus,
	.modal-body input[type="tel"]:focus,
	.modal-body input[type="password"]:focus,
	.modal-body input[type="email"]:focus,
	.modal-body textarea:focus {
				  border-bottom: 4px solid #047c8d;
				  border-radius:10px;}

	.modal-body input[type="submit"] {
				  background: #63b2c1;
				  color: #FFF;
				  width: 100%;
				  border: none;
				  padding: 10px 0;
				  font-size: 16px;
				  font-weight: normal;
				  letter-spacing: 1px;
				  cursor: pointer;
				  transition: all .5s ease;
				  border-radius:10px;}

	.modal-body input[type="submit"]:hover {
    			  background: #047c8d;}

	.modal-body input[type="submit"]:focus {
				  outline: none;}



.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: left;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (max-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		width: 100%;
		margin-top: 100px;
		margin-left: 5px;
		margin-right: 5px;
		position: relative;
	}}

@media (min-width: 577px) {
	.modal-dialog {
		max-width: 500px;
		margin-top: 100px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (max-width: 767px) {
	#contratacion, #contratacion2, #contratacion3, #contratacion4, #contratacion5 {
	
		margin-top: 150px;
		padding-top: 120px;
    }}


@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.modal-dialog_custom {
	min-height: calc(100vh - 20px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.modal-dialog_custom .modal-dialog__inner {
	position: relative;
	padding: 60px 20px 30px;
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.modal-dialog_custom button.close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10000;
	transition: .33s all ease;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	color: #000;
	opacity: 1;
	text-shadow: none;
}

.modal-dialog_custom button.close::before {
	display: block;
	content: '\e92a';
	font-family: 'Linearicons';
	font-weight: 400;
	font-size: 19px;
	line-height: inherit;
	pointer-events: none;
}

.modal-dialog_custom button.close:hover {
	color: #f9b707;
}

.modal-dialog_custom * + .rd-mailform {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.modal-dialog_custom {
		min-height: calc(100vh - 60px);
	}
	.modal-dialog_custom .modal-dialog__inner {
		padding: 60px 30px 30px;
	}
}

.ie-10 .modal-dialog_custom,
.ie-11 .modal-dialog_custom {
	display: block;
	vertical-align: middle;
	white-space: nowrap;
}

.ie-10 .modal-dialog_custom > *,
.ie-11 .modal-dialog_custom > * {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	white-space: normal;
}

.ie-10 .modal-dialog_custom:after,
.ie-11 .modal-dialog_custom:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	min-height: inherit;
	width: 0;
}

/*	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	
	
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
	display: none;
	pointer-events: none;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#appointment .modal-dialog {
	max-width: 650px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#appointment .modal-dialog {
		margin: 5% auto;
	}
}

#appointment .modal-dialog .radio label input[type="radio"] {
	margin-top: 8px;
}

#appointment .modal-dialog .radio label input[type="radio"]:focus {
	outline: none;
}

#appointment .modal-dialog .radio label input[type="radio"]:active {
	outline: none;
}

#appointment .icon-md {
	font-size: 24px;
	line-height: 28px;
	vertical-align: middle;
	padding-right: 8px;
}

#appointment .modal-header {
	justify-content: space-between;
	padding: 30px 30px 0;
	border: none;
}

#appointment .modal-content {
	border-radius: 0;
}
#appointment .radio label {
	padding-left: 30px;
	font-style: normal;
	font-weight: 300;
}

#appointment .radio-custom-dummy {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: -30px;
	background: #ececee;
}

#appointment .radio-custom-dummy:after {
	background: #000;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

#appointment .modal-body {
	padding: 15px 30px 30px;
}

#appointment .modal-body p + * {
	margin-top: 20px;
}

#appointment .modal-body * + .register-form,
#appointment .modal-body * + .login-form,
#appointment .modal-body * + hr {
	margin-top: 30px;
}

#appointment .modal-body .register-form .btn-sm {
	padding: 11px 12px;
}

@media (min-width: 992px) {
	#appointment .modal-body .register-form .btn-sm {
		padding: 11px 26px;
	}
}

@media (min-width: 768px) {
	#appointment .modal-body form .form-wrap:nth-child(1), #appointment .modal-body form .form-wrap:nth-child(2) {
		display: inline-block;
		width: 100%;
	}
}

#appointment .modal-body {
	padding: 15px 30px 30px;
}

#appointment .modal-body p + * {
	margin-top: 20px;
}

#appointment .modal-body * + .register-form,
#appointment .modal-body * + .login-form,
#appointment .modal-body * + hr {
	margin-top: 30px;
}

#appointment .modal-body .register-form .btn-sm {
	padding: 11px 12px;
}

@media (min-width: 992px) {
	#appointment .modal-body .register-form .btn-sm {
		padding: 11px 26px;
	}
}

@media (min-width: 768px) {
	#appointment .modal-body form .form-wrap:nth-child(1), #appointment .modal-body form .form-wrap:nth-child(2) {
		display: inline-block;
		width: 100%;
	}
}
modal .close {
	cursor: pointer;
}

@media (max-width: 767px) {
	.modal .modal-dialog {
		max-width: 500px;
	}
	.modal .form-input {
		min-height: 40px;
		padding: 6px 19px;
	}
	.modal .form-label {
		top: 20px;
	}
	.modal textarea.form-input {
		height: 120px;
	}
	.modal .form-wrap + .form-wrap {
		margin-top: 12px;
	}
}

.modal .modal-dialog {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
	.modal .modal-dialog {
		margin: 50px 10px;
	}
}

.modal .modal-dialog .modal-header {
	padding: 15px 27px;
}

.modal .modal-dialog .modal-body {
	padding: 27px;
}

.modal.fade .modal-dialog {
	transform: translate(-50%, -60%);
}

.modal.show .modal-dialog {
	transform: translate(-50%, -50%);
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}



/* ============= SNACKBARS  =============== */



.snackbars {
	max-width: 280px;
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	background: linear-gradient(to bottom, #3aafa9 0%, #2D8884 50%, #236B68 100%);
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	position: absolute;
	top: -1px;
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 380px;
		padding: 12px 15px;
		font-size: 16px;
	}
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    display: none !important;
}








