/*** PRINCIPIO BANNER CABECERA //////////////////////////////////////////////////////////////////////////////////////////////------- ***/
#masterhead {
	/*** ESPACIO ARRIBA DEL BANNER  ---------------------------------------- ***/
	  padding-top: 0px;
	 /*** ESPACIO ABAJO DEL BANNER  ---------------------------------------- ***/
	  padding-bottom: 55px;
  	margin-bottom: -52px;
}
.carousel {
    	position: relative;
    	height: 150px;
}
.carousel-inner {
    	position: relative;
    	width: 100%;
    	overflow: hidden;
}
     /*** ESPACIO ABAJO DEL BANNER  ---------------------------------------- ***/
.carousel-inner > .item {
    	position: relative;
    	display: none;
    	height: 150px;
    	background-color: #777;
	/*** VELOCIDAD DEL BANNER  ---------------------------------------- ***/
  	-webkit-transition: .5s ease-in-out left;
	-o-transition: .5s ease-in-out left;
	transition: .5s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  	line-height: 1;
   	position: absolute;
   	top: 0;
   	left: 0;
   	min-width: 100%;
   	height: 150px;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  	display: block;
}
.carousel-inner > .active {
  	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  	position: absolute;
  	top: 0;
  	width: 100%;
}
.carousel-inner > .next {
  	left: 100%;
}
.carousel-inner > .prev {
  	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  	left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  	left: 100%;
}
.controlsBlock {
   	position: relative;
   	bottom: 0;
   	left: 0;
   	top: 10px;
   	display: block;
   	width: 177px;
   	margin: 0 auto;
   	z-index: 1;
   	height: 24px;
   	text-align: center;
}
.controls {
   	position: relative;
   	display: block;
}
.carousel-control {
  	position: absolute;
  	top: 25.5px;
  	bottom: 0;
  	left: 0;
  	background: #000000;
  	font-size: 5px;  	
  	color: #000 !important;
  	text-align: center;
}
.carousel-control i {
    	font-size: 20px;
}
.carousel-control.left {
  	left: 0;
}
.carousel-control.right {
  	right: 0;  	
}
.carousel-control:hover,
.carousel-control:focus {
  	color: #000;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  	position: absolute;
  	z-index: 5;
  	display: inline-block;
}
.carousel-control .glyphicon-chevron-left {
  	left: 0;
}
.carousel-control .glyphicon-chevron-right {
  	right: 0;
}
.carousel-indicators {
  	position: relative;
  	bottom: 0;
  	left: 50%;
  	z-index: 15;
  	width: 60%;
  	top: 10px;
  	padding-left: 0;
  	margin-left: -30%;
  	text-align: center;
  	list-style: none;
}
.carousel-indicators li {
  	display: inline-block;
   	zoom: 1;
   	width: 10px;
   	height: 10px;
   	margin: 0 2px;
   	background: transparent;
   	-webkit-border-radius: 50%;
   	-moz-border-radius: 50%;
   	border-radius: 50%;
   	border: 3px solid transparent;
   	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 2px;
   	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 2px;
   	box-shadow: rgba(0,0,0,0.5) 0 0 2px;
   	cursor: pointer;
}
.carousel-indicators .active {
  	width: 10px;
  	height: 10px;
  	margin: 0;
  	background-color: #000000;
}

@media screen and (min-width: 768px) {
	.carousel {
		height: 300px;
		width: 100%;
	}
	.carousel-inner > .item {
		height: 300px;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		height: 300px;
	}
  	.carousel-control .glyphicon-chevron-left,
  	.carousel-control .glyphicon-chevron-right,
  	.carousel-control .icon-prev,
  	.carousel-control .icon-next {
    		
    		font-size: 15px;
  	}
  	
  	.carousel-indicators {
    		bottom: .0;
  	}
}
/*** FINAL BANNER CABECERA  //////////////////////////////////////////////////////////////////////////////////////////////------- ***/
.letrasgrandes-01 {
	font-family: 'arial';
	font-size:21px;
	color:#034a80;
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:1;
    /*** grosor del texto ---------- ***/
	font-weight:900;
	background:#eef7fd;
    /*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 8px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 4px;
    text-align: center;
    /*** convierte todo en MAYUSCULAS ---------- ***/
    text-transform: uppercase;    
    }

.letrasgrandes-02 {
	font-family: 'arial';
	font-size:18px;
	color:#027f8a;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:16px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    text-transform: uppercase;
    }

.letrasgrandes-03 {
	font-family: 'arial';
	font-size:24px;
	color:#fcdd93;
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:0.8;
    /*** grosor del texto ---------- ***/
	font-weight:400;
	background:#000000;
    /*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 8px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 4px;
    text-align: center;
    /*** convierte todo en MAYUSCULAS ---------- ***/
    text-transform: uppercase;    
    }
.letrasgrandes-04 {
	font-family: 'arial';
	font-size:18px;
	color:#0358cc;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:16px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
.letrasgrandes-05 {
	font-family: 'Helvetica';
	font-size:19px;
	color:#036fcb;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:20px;
	/*** grosor del texto ---------- ***/
	font-weight:700;
	    /*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.3px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
.comentario-1 {
	font-family: 'Helvetica';
	font-size:13px;
	color:#68a9ae;
    text-transform: lowercase;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:15px;
	/*** grosor del texto ---------- ***/
	font-weight:500;
	    /*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.3px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
.block {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background-color: #5da8f9;
  color: #ffffff;
  padding: 1px 28px;
  cursor: pointer;
  text-align: center;
  font-size: 27px;
  /*** grosor del texto ---------------------------------------- ***/
  font-weight:bold;	 
  border-radius: 3px;	
}
.block:hover {
  background-color: #a9d1fc;
  color: #ffffff;	
}
	
.texto-01 {
	font-family: 'arial';
	font-size:16px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
	/*** grosor del texto ---------- ***/
	font-weight:500;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    } 
.texto-01-neg {
	font-family: 'arial';
	font-size:16px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    } 
.texto-01-menor {
	font-family: 'arial';
	font-size:15px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
	/*** grosor del texto ---------- ***/
	font-weight:500;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    } 
.texto-02 {
	font-family: 'arial';
	font-size:17px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
	/*** grosor del texto ---------- ***/
	font-weight:600;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px; 
    text-transform: uppercase; 
    }
.tabla-01 {
    font-family: 'arial';
    font-size: 17px;
    color: #191f57;
    /*** margen del texto de arriba y abajo ---------- ***/
    line-height: 18px;
    /*** grosor del texto ---------- ***/
    font-weight: 500;
    /*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;
    text-align: left;
    } 
.tabla-02 {
	font-family: 'arial';
	font-size:17px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:20px;
	/*** grosor del texto ---------- ***/
	font-weight:700;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px; 
    text-transform: uppercase;
    } 
.bull-01 {
    font-family: 'arial';
	font-size:24px;
	color:#1a4878;
         /*** separacion del texto arriba y abajo ---------- ***/
	line-height:5px;
	font-weight:900;
         /*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 4px;
          /*** separacion entre las palabras ---------- ***/
    word-spacing: 2px;
    }
/*** PRINCIPIO SABER MÁS ###########################################################################################################  ***/
@keyframes text1
    {
        10%{opacity: 1;}
        40%{opacity: 0;}
    }  
@keyframes text2
    {
        30%{opacity: 0;}
        90%{opacity:1;}
    }
    @keyframes banner
    {
        10%{background-color: #beebfd;}
        40%{background-color: #bedbfd;}
        80%{background-color: #becbfd;}
    }
 .banner
    {
        width: 150px;
        height: 35px;
        background-color: #89f3f8;
        margin: 0 auto;
        position: relative;
        border-radius: 3px;
        border-top: 1px solid #057cb6;
        border-right: 1px solid #057cb6;
        border-bottom: 1px solid #057cb6;
        border-left: 1px solid #057cb6;
        
    }
    .text1,.text2
    {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: #fff;
        opacity: 0;
    }
 
    .text1
    {
        animation : text1 6s infinite;
    }
 
    .text2
    {
        animation : text2 6s infinite;
    }
 
    .animated
    {
        opacity: 0.9;
        position: absolute;
        width: 100%;
        height: 100%;  
        background-color: #aaf7fb;
        animation: banner 4s infinite;
    }
/*** FINAL SABER MÁS ###########################################################################################################  ***/
/*** PRINCIPIO TEXTO PIE ###########################################################################################################  ***/
.letras-pie-1 {
	font-family: 'arial';
	font-size:14px;
	color:#032c83;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:13px;
	/*** grosor del texto ---------- ***/
	font-weight:400;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
/*** FINAL TEXTO PIE     ###########################################################################################################  ***/
.vinculo-1 {
  max-width:1440px;
  margin: 0 auto;
  padding:5px;
    font-family: 'arial';
	font-size:20px;
	color:#045e94;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:16px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;   
    text-transform: uppercase;
}
.vinculo-1 a{
  text-decoration:none;
  box-shadow:inset 0 -2px 0 rgba(177,250,211,0.5), 0 2px 0 rgba(177,250,211,0.5);
  transition: box-shadow 0.30s;
  color: inherit;
  overflow:hidden;
}
.vinculo-1 a:hover{
    box-shadow: inset 0 -30px 0 rgba(177,222,250,0.5), 0 2px 0 rgba(198,231,252,0.5);
    font-style: normal;
}
/*** PRINCIPIO REDES SOCIALES ###########################################################################################################  ***/
figure {
    /*** espacio hacia arriba, abajo, derecha e izquierda ( valor -10 es que la imagen se pone abajo de la otra imagen -------------- ***/
	margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    }
/* img tags */
.imagesContainer {
	width: 57px;
	height: 57px;
	position: relative;
	overflow: hidden;
    border: 0px solid #5F3602;        
	}
.imagesContainer img {
	width: 57px;
	position: absolute;
	top: 0;
	left: 0;     
    }
/* images using CSS */
.imageDiv {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;    
}
.image1 { background-image: url(img/banner-1-1000x300.jpg); }
.image2 { background-image: url(img/banner-1-1000x300-2.jpg); }

/* animation styles */
@keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}
.fadeInClass {
	animation-name: fadeIn;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
}
/*** FINAL REDES SOCIALES ###########################################################################################################  ***/
/*** PRINCIPIO GALERIA ###########################################################################################################  ***/
.vinculo-2{
  max-width:1440px;
  margin: 0 auto;
  padding:1px;
    font-family: 'arial';
	font-size:12px;
	color:#52a8db;
    text-transform: lowercase;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:5px;
	/*** grosor del texto ---------- ***/
	font-weight:600;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;    
}
.vinculo-2 a{
  text-decoration:none;
  box-shadow:inset 0 0.5px 0 rgba(123, 119, 185,0.5), 0 0.5px 0 rgba(123, 119, 185,0.5); 
  transition: box-shadow 0.30s;
  color: inherit;
  overflow:hidden;
}
.vinculo-2 a:hover{
    box-shadow: inset 0 -30px 0 rgba(119, 165, 185,0.5), 0 2px 0 rgba(119, 165, 185,0.5);
    font-style: normal;
}
/*** FINAL GALERIA ###########################################################################################################  ***/
.contador01 {
	font-family: 'arial';
	font-size:18px;
	color:#00b6ff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 4px;
    background-color: #e1faf5;
    border-radius: 5px;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:13px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
.contador02 {
	font-family: 'arial';
	font-size:18px;
	color:#00b6ff;    
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:13px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
.contador03 {
	font-family: 'arial';
	font-size:18px;
	color:#032c83;    
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:13px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
.contador04 {
	font-family: 'arial';
	font-size:18px;
	color:#e20303;    
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:13px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    }
.galeria-1 {
	font-family: 'arial';
	font-size:14px;
	color:#88b7ba;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:16px;
	/*** grosor del texto ---------- ***/
	font-weight:400;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;  
    text-transform: uppercase;
    }
/*** PRINCIPIO REDES SOCIALES ///////////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
.container-1 {
  width: 100%;
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f3fb;
}

.list-2 {
    position: relative;
    min-width: 425px;
    padding: 2px;
    background: #fb9948;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background-color: #aed6fc;
}

.list-2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 75px);
  height: 100%;
  background: #f7fcff;
}

.list-2 h3 {
  position: relative;
  color: #2437bc;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 70px;
}

.list-2 .list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 10px 0;
  cursor: pointer;
}

.list-2 .list-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9e3fe;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.list-2 .list-item:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}

.list-2 .list-item .image-box {
  position: relative;
  min-width: 70px;
  height: 70px;
  background: #fff;
  overflow: hidden;
  border-radius: 20%;
  border: 6px solid #ffffff;
  box-shadow: 4px 4px 5px rgba(128, 139, 150 , 0.3);
  margin-right: 20px;
  margin-left: 10px;
}

.list-2 .list-item .image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-2 .list-item .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #000b59;
}

.list-2 .list-item .content .rank {
  position: absolute;
  right: 0;
  font-size: 2rem;
  color: #ffffff;
  font-weight:900;
  transform: scale(0);
  transition: 0.5s;
}

.list-2 .list-item .content .rank small {
  font-weight: 500;
  opacity: 0.5;
}

.list-2 .list-item:hover .content .rank {
  transform: scale(1);
}

.list-2 .list-item .content h4 {
  font-weight: 900;
    /*** espacio entre cada linea de texto arriba y abajo ---------- ***/
  line-height: 0.2rem;
  text-transform: uppercase;
  transition: 0.5s;
}

.list-2 .list-item .content p {
  opacity: 0.8;
  transition: 0.5s;
}

.list-2 .list-item:hover .content h4,
.list-2 .list-item:hover .content p {
  color: #ffffff;
}

.texto-rs {
  max-width:1440px;
  margin: 0 auto;
  padding:5px;
    font-family: 'arial';
	font-size:18px;
	color:#045e94;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:14px;
	/*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;
    text-transform: uppercase;
}
.content {
  
    padding:2px;
    font-family: 'arial';
	font-size:14px;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:16px;
	/*** grosor del texto ---------- ***/
	font-weight:400;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 1px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;
}
/*** FINAL REDES SOCIALES     ///////////////////////////////////////////////////////////////////////////////////////////////////////////  ***/

/*** PRINCIPIO BANNER ###########################################################################################################  ***/

:root {
  --d: 150ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.card {
  position: relative;  
  overflow: hidden;
  padding: 0px;  
  text-align: center;
  color: #f4f6f9;
  background-color: #ffffff;
  width: 1100px;
  height: 344px;
  margin: auto;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900%;  
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  /*** muy importante para regular la claridad en celulares (antes esta en -50% ---------- ***/
  transform: translateY(-10%);
  transition: transform calc(var(--d) * 2) var(--e);
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }    
  .card:hover:after, .card:focus-within:after {
    transform: translateY(-35%);
  }  
}

/*** FINAL BANNER     ###########################################################################################################  ***/

/*** PRINCIPIO RESALTADO 1 /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
.resaltado-1 {
	font-family: 'arial';
	font-size:14px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
	/*** grosor del texto ---------- ***/
	font-weight:600;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px; 
    background: linear-gradient(-45deg, #ffffff, #d2e2fe, #d7e4ff, #d3cdff);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	height: 100%;
    border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 7px;  
  padding-left: 7px;
    }
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*** FINAL RESALTADO 1     /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
/*** PRINCIPIO RESALTADO 1- /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
.resaltado-1- {
	font-family: 'arial';
	font-size:14px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
	/*** grosor del texto ---------- ***/
	font-weight:600;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px; 
    background: linear-gradient(-45deg, #ffffff, #d2eefe, #d2fcfe, #d2f5fe);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	height: 100%;
    border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 7px;  
  padding-left: 7px;
    }
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*** FINAL RESALTADO 1-     /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
/*** PRINCIPIO RESALTADO 2 /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
.resaltado-2 {
	font-family: 'Helvetica';
	font-size:17px;
	color:#375ed6;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:20px;
	/*** grosor del texto ---------- ***/
	font-weight:700;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px; 
    background: linear-gradient(-45deg, #ffffff, #bdebfd, #e7fefd, #e9f1ff);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	height: 100%;
    border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3px;  
  padding-left: 3px;
    }
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*** PRINCIPIO RESALTADO 3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  ***/
.resaltado-3 {
	font-family: 'arial';
	font-size:14px;
	color:#191f57;
	/*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
	/*** grosor del texto ---------- ***/
	font-weight:600;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px; 
    text-transform: uppercase;
    background: linear-gradient(-45deg, #ffffff, #b6e7fd, #e3fff5, #cdfdec);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	height: 100%;
    border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 7px;  
  padding-left: 7px;
    }
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*** FINAL RESALTADO 3     +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  ***/

/*** PRINCIPIO RESALTADO 2 /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/

/*** PRINCIPIO FONDO-1 PIE DE PÁGINA   /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
.fondo-1 {
background: linear-gradient(-45deg, #daedfd, #63b6fb, #91affe, #aadefd, #98b1fd, #c5c6fe, #70a2fb);
	background-size: 400% 400%;
	animation: gradient 12s ease infinite;
	height: 100%;
    border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;  
  padding-left: 0px;
    }
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*** FINAL FONDO-1 PIE DE PÁGINA       /////////////////////////////////////////////////////////////////////////////////////////////////////  ***/

/*** PRINCIPIO AMPLIAR     ******************************************************************  ***/
@keyframes text1ampliar
    {
        10%{opacity: 1;}
        40%{opacity: 0;}
    }  
@keyframes text2ampliar
    {
        30%{opacity: 0;}
        90%{opacity:1;}
    }
@keyframes bannerampliar
    {
        10%{background-color: #c6c0f9;}
        40%{background-color: #a2a3f9;}
        80%{background-color: #a2cef9;}
    }
 .bannerampliar
    {
        width: 140px;
        height: 25px;
        background-color: #4dfe07;
        margin: 0 auto;
        position: relative;
        border-radius: 3px;
        border-top: 1px solid #be7ffc;
        border-right: 1px solid #be7ffc;
        border-bottom: 1px solid #be7ffc;
        border-left: 1px solid #be7ffc;
     }
    .text1ampliar,.text2ampliar
    {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 24px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        opacity: 0;
    } 
    .text1ampliar
    {
        animation : text1ampliar 6s infinite;
    } 
    .text2ampliar
    {
        animation : text2ampliar 6s infinite;
    } 
    .animatedampliar
    {
        opacity: 0.9;
        position: absolute;
        width: 100%;
        height: 100%;  
        background-color: #a2cef9;
        animation: bannerampliar 4s infinite;
    }
/*** FINAL AMPLIAR         ******************************************************************  ***/

/*** PRINCIPIO REGRESAR  //////////////////////////////////////////////////////////////////////////////////////  ***/
@keyframes text1regresar
    {
        10%{opacity: 1;}
        40%{opacity: 0;}
    }  
@keyframes text2regresar
    {
        30%{opacity: 0;}
        90%{opacity:1;}
    }
@keyframes bannerregresar
    {
        10%{background-color: #a9dfbf;}
        40%{background-color: #d5f5e3;}
        80%{background-color: #e9f7ef;}
    }
 .bannerregresar
    {
        width: 250px;
        height: 25px;
        background-color: #76d7c4;
        margin: 0 auto;
        position: relative;
        border-radius: 3px;
        border-top: 1px solid #73c6b6;
        border-right: 1px solid #73c6b6;
        border-bottom: 1px solid #73c6b6;
        border-left: 1px solid #73c6b6;
     }
    .text1regresar,.text2regresar
    {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 24px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        opacity: 0;
    } 
    .text1regresar
    {
        animation : text1regresar 6s infinite;
    } 
    .text2regresar
    {
        animation : text2regresar 6s infinite;
    } 
    .animatedregresar
    {
        opacity: 0.9;
        position: absolute;
        width: 100%;
        height: 100%;  
        background-color: #76d7c4;
        animation: bannerregresar 3.5s infinite;
    }
/*** FINAL REGRESAR      //////////////////////////////////////////////////////////////////////////////////////  ***/

/*** PRINCIPIO RECTANGULO-1 ###########################################################################################################  ***/
.rectangulo-1 {
	font-family: 'arial';
	font-size:16px;
	color:#191f57;
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
    /*** grosor del texto ---------- ***/
	font-weight:500;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;
    text-align: center;    
    }
/*** FINAL RECTANGULO-1     ###########################################################################################################  ***/

/*** PRINCIPIO RECTANGULO-2 ###########################################################################################################  ***/
.rectangulo-2 {
	font-family: 'arial';
	font-size:16px;
	color:#191f57;
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
    /*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 1px;
    text-align: center;    
    }
/*** FINAL RECTANGULO-2     ###########################################################################################################  ***/
/*** PRINCIPIO PUNTO-1 ************************************************************************************  ***/
.punto-1 {
	font-family: 'arial';
	font-size:18px;
	color:#191f57;
    /*** margen del texto de arriba y abajo ---------- ***/
	line-height:18px;
    /*** grosor del texto ---------- ***/
	font-weight:900;
	/*** separacion del texto entre una letra y otra ---------- ***/
    letter-spacing: 0.6px;
    /*** separacion entre las palabras ---------- ***/
    word-spacing: 0.1px;
    text-align: center;    
    }
/*** FINAL PUNTO-1     ************************************************************************************  ***/

/*** PRINCIPIO banner-slider-1 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  ***/
#my-slider {
  position: relative;
  display: inline-block;
  width: 1400px;
  height: 340px;
}

.slider-list ul {
  list-style-type: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.slider-list__item,
.slider-list__item--selected {
  position: absolute;
  transition: opacity 1s;
  opacity: 0;
  text-align: center;
}

.slider-list__item--selected {
  transition: opacity 1s;
  opacity: 1;
}

.slide-list__control {
  position: relative;
  display: table;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px;
  border-radius: 20px;
  bottom: 30px;
  margin: auto;
}

.slide-list__next,
.slide-list__previous {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 30px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  overflow: hidden;
  border: none;
  color: white;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s;
}

.slide-list__previous {
  left: 0;
}

.slide-list__next {
  right: 0;
}

#my-slider:hover .slide-list__previous {
  opacity: 1;
}

#my-slider:hover .slide-list__next {
  opacity: 1;
}

.slide-list__previous:after {
  content: "<";
}

.slide-list__next:after {
  content: ">";
}

.slide-list__control-buttons,
.slide-list__control-buttons--selected {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #e9f1f4;
  cursor: pointer;
}

.slide-list__control-buttons--selected {
  background-color: #11b1fa;
}
/*** FINAL banner-slider-1     XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  ***/
/*** PRINCIPIO DESCARGA -----------------------------------------------------------------------------------------------------------  ***/
.container2 {
  height: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-45deg, #b8dfff, #d2e2fe, #d7e4ff, #d3cdff);
}

.box {
  position: relative;
  width: 250px;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
}

.box::before {
  content: "";
  position: absolute;
  inset: -5px 70px;
  background: linear-gradient(315deg, #00ccff, #d400d4);
  transition: 0.5s;
  animation: border-animation 4s linear infinite;
}

.box:hover::before {
  inset: -20px 0px;
}

@keyframes border-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.box::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #a2cbfd;
  border-radius: 50%;
  z-index: 1;
}

.content2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  inset: 15px;
  border: 3px solid #5ba4fd;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

.content2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
  pointer-events: none;
  z-index: 3;
}

.box:hover .content2 img  {
  opacity: 0;
}

.content2 h2 {
  position: relative;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content2 h2 span {
  font-size: 18px;
  font-weight: 500;
}

.content2 a {
  position: relative;
  margin-top: 5px;
  padding: 5px 10px;
  background: #fff;
  color: #0050b2;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.5s;
}

.content2 a:hover {
  letter-spacing: 0.2rem;
}
/*** FINAL DESCARGA    -----------------------------------------------------------------------------------------------------------  ***/

/*** PRINCIPIO BANNER SLYDER 3 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000  ***/
svg {
  position: relative;  
  overflow: hidden;
  padding: 0px;  
  text-align: center;
  color: #f4f6f9;
  background-color: #ffffff;
  width: 1400px;
  height: 340px;
  margin: auto;
  
}
/*** FINAL BANNER SLYDER 3     000000000000000000000000000000000000000000000000000000000000000000000000000000000000000  ***/
/*** PRINCIPIO IMAGE-CARD GALERÍA ////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
.image-card{
  position: relative;
  height: 356px;
  width: 356px;
  overflow: hidden;
  border-radius: 6px;
  transition: all .4s;
}
.image-card:hover{
  box-shadow: 1px 1px 3px 3px rgba(51,59,156,.3);
}
.image-card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 180%;
  height: 100%;
  width: 75%;
  background: rgba(255,255,255,.1);
  z-index: 1;
  transform: skew(45deg);
  opacity: .9;
  pointer-events: none;
  transition: .5s;
}
.image-card:hover:before{
  left: -180%;
}
.image-card img{
  height: 100%;
  width: 100%;
  filter: contrast(100%);
  transition: 2s;
}
.image-card:hover img{
  filter: grayscale(0%);
  transform: scale(1.1);
}
/*** FINAL IMAGE-CARD GALERÍA     ////////////////////////////////////////////////////////////////////////////////////////////////////  ***/

/*** PRINCIPIO IMAGE-CARD-2 GALERÍA ////////////////////////////////////////////////////////////////////////////////////////////////////  ***/
.image-card-2{
  position: relative;
  height: 192px;
  width: 174px;
  overflow: hidden;
  border-radius: 6px;
  transition: all .4s;
}
.image-card-2:hover{
  box-shadow: 1px 1px 3px 3px rgba(51,59,156,.3);
}
.image-card-2:before{
  content: '';
  position: absolute;
  top: 0;
  left: 180%;
  height: 100%;
  width: 75%;
  background: rgba(255,255,255,.1);
  z-index: 1;
  transform: skew(45deg);
  opacity: .9;
  pointer-events: none;
  transition: .5s;
}
.image-card-2:hover:before{
  left: -180%;
}
.image-card-2 img{
  height: 100%;
  width: 100%;
  filter: contrast(100%);
  transition: 2s;
}
.image-card-2:hover img{
  filter: grayscale(0%);
  transform: scale(1.1);
}
/*** FINAL IMAGE-CARD-2 GALERÍA     ////////////////////////////////////////////////////////////////////////////////////////////////////  ***/

/*** PRINCIPIO VIDEO GALERÍA XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  ***/
.video-gal{
  position: relative;
  height: 356px;
  width: 356px;
  overflow: hidden;
  border-radius: 6px;  
  background: #000000;  
}
/*** FINAL VIDEO GALERÍA     XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  ***/

/*** PRINCIPIO SUBIR IMAGEN   --------------------------------------------------------------------------------------------------  ***/
.image7{    
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 14px;  
  padding-left: 14px;	
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;  
  font-weight:bold;	
  color: #000373;
}
/*** FINAL SUBIR IMAGEN       --------------------------------------------------------------------------------------------------  ***/

/*** PRINCIPIO PROBADOR IMAGEN   //////////////////////////////// 888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888  ***/
.image8{ 
  border-radius: 12px; 
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.50) 0px 0.125em 1em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 4px 4px;
}
/*** FINAL PROBADOR IMAGEN       //////////////////////////////// 888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888  ***/

/*** PRINCIPIO SUBIR IMAGEN   ******************************************************************************************************************  ***/
.image9{
  border-radius: 5px; 
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.50) 0px 0.125em 1em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 10px 10px;
}
/*** FINAL SUBIR IMAGEN       ******************************************************************************************************************  ***/

/*** PRINCIPIO GALERY  *****************************************************************************************  ***/
.galery{
  border-radius: 6px;  
  background: #ccf2fe;
  border: 1px solid #0073c6;  
  color: #000000;
  padding: 8px 4px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  /*** grosor del texto ---------------------------------------- ***/
  font-weight:bold;	   
}
.galery:hover {
  background-color: #b9e3fb;
  color: #000000;	
}
/*** FINAL GALERY      *****************************************************************************************  ***/



/*** PRINCIPIO PUEBA                              888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888  ***/

/*** FINAL PUEBA                                  888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888  ***/


/*** MUESTRAS CODIGOS:

    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;

border: solid #973503 1px;
  
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 1px;  
  padding-left: 1px;
    
  line-height: 50px;
  text-align: center;
  width: 1400px;
  height: 50px;

  border: 1px solid #9B4C03;

.contacto1 {
	font-family: 'arial';
	font-size:16px;
	color:#fbb344;
         separacion del texto arriba y abajo ----------
	line-height:20px;
	font-weight:600;
         separacion del texto entre una letra y otra ---------- 
    letter-spacing: 4px;
          separacion entre las palabras ---------- 
    word-spacing: 2px;
    text-transform: uppercase;
}

/*** FINAL MUESTRAS CODIGOS: ***/
/*** PRINCIPIO ###########################################################################################################  ***/
/*** FINAL ###########################################################################################################  ***/
