*{  
     margin: 0;
     padding: 0;
     box-sizing: border-box;

}

                                                                 /* Portada Cover 1*/

.container_campus{
	margin-top: 90px;
    background: #00688b;  /* fallback for old browsers */
	background: radial-gradient(at 23.00152296809246% 48.666364729898845%, hsla(230.7692307692308, 94.54545454545455%, 21.568627450980394%, 1) 0%, 
	hsla(230.7692307692308, 94.54545454545455%, 21.568627450980394%, 0) 100%), radial-gradient(at 75.6235189405936% 4.337741087916491%, hsla(178.8957055214724, 
	63.921568627450974%, 50%, 1) 0%, hsla(178.8957055214724, 63.921568627450974%, 50%, 0) 100%), radial-gradient(at 95.2076249882835% 36.31695949749667%, 
	hsla(257.6687116564417, 84.4559585492228%, 37.84313725490196%, 1) 0%, hsla(257.6687116564417, 84.4559585492228%, 37.84313725490196%, 0) 100%), 
	radial-gradient(at 41.51268468227249% 58.16240969925235%, hsla(225, 80%, 45.09803921568628%, 1) 0%, hsla(225, 80%, 45.09803921568628%, 0) 100%), 
	radial-gradient(at 96.44651726308275% 98.98501382707757%, hsla(230.7692307692308, 94.54545454545455%, 21.568627450980394%, 1) 0%, 
	hsla(230.7692307692308, 94.54545454545455%, 21.568627450980394%, 0) 100%), radial-gradient(at 98.71212183067179% 68.50354192557144%, 
	hsla(178.8957055214724, 63.921568627450974%, 50%, 1) 0%, hsla(178.8957055214724, 63.921568627450974%, 50%, 0) 100%), 
	radial-gradient(at 0.846770325362356% 71.82188115924978%, hsla(257.6687116564417, 84.4559585492228%, 37.84313725490196%, 1) 0%,
	hsla(257.6687116564417, 84.4559585492228%, 37.84313725490196%, 0) 100%);    
    height: auto;
    padding: 48px;
    width: 100%;
}
.container_info_campus{
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
}
.container_info_campus img{
    display: block;
    height: 480px;
    object-fit: cover;
    animation: arriba 1s ease-in;
}

.textos{
    width: 50%;
}
.textos h1{
    font-size:50px;
	color: white;
	text-shadow: 2px 2px #1B444A;
	margin-bottom: 10px;
    animation: moverDerecha 1s ease-in;

}

.textos h2{
    font-size:35px;
	color: #333333;
	margin-bottom: 35px;
    animation: moverIzquierda 1s ease-in;
}
.textos img{
	 height: 24px;
}
.textos p{
	margin-top: 30px;
	font-size:17px;
	color: #FFF3EC;
	animation: moverIzquierda 1s ease-in;
}
.accede a{
	color: #690AFF;
}
.accede a:hover{
   color: #000000;
   font-weight: 500;
   background: rgba(190,255,255,0.9);
}

.marca{
	background-image: linear-gradient(to right,#bdebf8,#bdebf8 4%,#bdebf8);
	padding: .4px .4px; 
	border-radius: .2em .2em; 
	box-decoration-break: clone;
}
.container_campus a{
  color: #FFFFFF;
}
.inicia a{
	color: #BDEBF8;
}
.container_campus a:hover{
  color: #000000;
  font-weight: 500;
  background: rgba(190,255,255,0.2);
}
.inscripcion{
    display: inline-block;
    color:#fff;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
    border: 2px solid #ffffff;
    width: 150px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    animation: arriba 1s ease-in;
}
.inicia{
    font-size:18px;
	color: #FFF3EC;
	animation: moverIzquierda 1s ease-in;
}
	                                                          /* Estilos generales */

.wave-contenedor{
    width: 90%;
    max-width: 1000px;
    overflow: hidden;
    margin: auto;
    padding: 0 0 80px 0;
}
.wave-contenedor h3{
	font-size: 28px;
}
.wave-contenedor img{
	margin-top: 30px;
	width: 1000px;
	box-shadow: 6px 1px 6px 1px rgba(32,32,32,0.3);
	Margin-bottom: 40px;
}

.parrafo-info{
	color: #0084B0;
	font-weight: 600;
	font-size: 18px;
}
.parrafo-info2{
	color: #00b3da;
	font-weight: 600;
	font-size: 18px;
}

                                                       /* Subrayado */
.margen_superior{
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center; 
    font-weight: 500;
    font-size: 28px;
    color: #202931;	
}
.margen_superior h2{
	margin-top: 10px;
	display: inline-block;
	position: relative;
}
.margen_superior h2::after{
	content:"";
	position: absolute;
    width: 100px;
	height: 4px;
    background-color: #00B3DA;
	top: 1.4em;
	left: 80px;
}
.parrafo1{
	text-align: center;
	margin-top: 20px;
	line-height: 100%;
	color: #202931;	
	font-size: 18px;
	line-height: 200%;
}
.parrafo2{
    text-align: justify;
	margin-top: 20px;
	line-height: 150%;
	color: #202931;	
}
.parrafo{
    text-align: left;
	margin-top: 20px;
	line-height: 150%;
	color: #202931;	
	font-size: 20px;
}
.subtitulo{
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center; 
    font-weight: 500;
    font-size: 28px;
    color: #202931;	
}
.highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.highlight-before {
  width: calc(100% - 2px);
  background: linear-gradient(to right,#bdebf8,#bdebf8 4%,#bdebf8);
  height: 100%;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: 50%;
  z-index: -1;
  transform: skew(-15deg) translate(-50%,-50%);
}



                                             /* Cuadro informativo */

.content-cards-elearn{
	margin-bottom: 30px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
	cursor: default;
}
.titulo-elearn{
	font-size: 36px;
	text-align: center;
	color: #373737;
	margin-bottom: 30px;
}
.card-elearn{
    width: 55%;
    text-align: left;
    height: 370px;
	border-radius: 10px;
	background: -webkit-linear-gradient(bottom, #F4F4FF 0%, #ffffff 100%); 
	background: linear-gradient(to bottom, #F4F4FF 0%, #ffffff 100%);
	transform: scale(1);
    transition: transform 0.6s;
}

.icono img{
	margin-left: 50px;
	width: 50px; 
}

.card-elearn p > img{
	width: 20px;
	
}

.card-elearn:hover{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
    transform: scale(1.03);
}
.card-elearn h3{
	margin-top: 10px;
	margin-left: 50px;
	text-align: left;
	font-size: 22px;
}
.card-elearn p{
	margin-left: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
h3{
    text-align: justify;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 150%;
	color: #1C3498;	
}
                                       
                             /* Apartado */
.apartado{
	background: #2980B9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	width: 100%;
    overflow: hidden;
    margin: auto;
    padding: 0 0 60px 0;
}
.apartado h2{
	color: #F8F9FA;
	text-shadow: 2px 2px #1B444A;
}
.apartado a{
	display: inline-block;
    text-decoration: none;
    font-size: 18px;
	font-weight: 700;
    padding: 25px 45px;
    color: #FFFFFF;
	background-color:#04B0B0; 
    border: 3px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #d6bcff;
	justify-content:  center;
	text-align: center;
	transition-duration: 0.4s;
}

.apartado a:hover{
	color: #F8F9FA;
	background-color: #690AFF;
	transform: scale(1);
	box-shadow: 0 0 5px 5px rgba(226, 252, 252, .5);
}
 /* Animación */
                                                                 
@keyframes moverIzquierda{
    0%{
        opacity: 0;
        transform: translateX(-100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moverDerecha{
    0%{
        opacity: 0;
        transform: translateX(100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes arriba{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}


                                               /* Responsive */
											   
 @media screen and (max-width: 1200px){ 
	.card-elearn{
        width: 80%;
		height: 460px;
    }
}
@media screen and (max-width: 1100px){ 
	.card-elearn{
        width: 90%;
		height: 430px;
    }
}
@media screen and (max-width:1000px){
    .container_campus img{
        height: 400px;
    }

}

@media screen and (max-width: 890px){ 
	.card-elearn{
       height: 550px;
    }
}

@media screen and (max-width: 830px){
	.subrayado{
	   margin-top: 80px;
	}
          
	.card-elearn{
		width: 90%;
        height: 530px;
    }
	.accede{
		text-align: center;
        color: #313131;
		font-weight: 500;
	}
	
	
	
}
@media screen and (max-width:1000px){
    .wave-contenedor img{
	   width: 90%;
	   text-align: center;	
    }	
}
@media screen and (max-width:800px){
    .container_campus img{
        height: 300px;
    }  
    .wave-contenedor img{
	   width: 90%;
	   text-align: center;	
    }	
}

@media screen and (max-width: 720px){
	.card-elearn{
      	height: 725px;
    }
	.card-pago{
        width: 90%;
        margin-bottom: 20px;
    }
	.content-cards-pago{
		flex-direction: column;
		padding: 10px;
		justify-content: center;
	}
}
@media screen and (max-width:700px){
    .container_campus img{
        height: 250px;
    }
    .textos h1{
        font-size: 45px;
    }

    .textos h2{
        font-size: 20px;
    }
    
}
@media screen and (max-width:450px){
    .container_info_campus{
        width: 100%;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .textos{
        width: 100%;
        text-align: center;
    }
    .textos h1{
        font-size: 35px;
    }    
}
@media screen and (max-width:340px){
	.container_campus img{
        height: 100px;
    }
    .textos h1{
        font-size: 30px;
    }
    .textos a{
        width: 120px;
    }
    .textos h2{
        font-size: 15px;
    }
	    
}