*{
padding:0;
margin:0;
}

body {
  font-family: "Century Gothic", 'Lato', sans-serif;
}

a {
  text-decoration: none;
}

.fondo{
    background-color:#eee; 
}

.et-hero-tabs{
  display: flex;
  height: 800px;
  position: relative;
    background: url(../img/portada.jpg)no-repeat center center/cover;
    }

.Para_quien{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  position: relative;
  background: #eee;
    text-align: center;
}

.como_trabajara {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
  background: #eee;
}

.et-slide5 {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
    background: #eee;

}


.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
  
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
    font-weight: 400;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff !important;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 1rem;
}
.et-hero-tab:hover {
  color: white;
  background: #6C5AA7;
  transition: all 0.5s ease;
}

.et-hero-tab2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 1rem;
}
.et-hero-tab2:hover {
  color: white;
  background: #68C9D0;
  transition: all 0.5s ease;
}

.et-hero-tab-slider2 {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #68C9D0;
  transition: left 0.3s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #6C5AA7;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 18px;
  }
}



.me_acompana {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 0 2em;
  background: url("../img/01.jpg") no-repeat center center/cover; 
    background-color:#eee ;
}

.sitio{
  height: 580px;
  padding: 0 2em;
  background: url("../img/03.jpg") no-repeat center center/cover;  
  padding-left: 5%;
  background-color:#eee ;
}

.titulo_como{
    height: auto;
  background: url("../img/02.jpg") no-repeat center center/cover;  
  background-color:#eee ;
    width: 100%;
}

.web1{
  flex-direction: column;
  height: 800px;
    padding-left: 3%;
    margin-top: 70px;
background-color:#fff;
margin-left: 5%;
    margin-right: 5%;
    border-radius: 30px 30px 30px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;
    padding-top: 60px;
    box-shadow: 10px 10px 24px -5px rgba(148,148,148,1);
    padding-bottom: 100px;
     text-align: center;
}


.titulo_2 {
    padding-top: 30px;
  font-size: 3rem;
  margin-left: 55%;
  font-weight: 800;
  color:#DF0084;
  font-family: 'Paytone One', sans-serif;
}


.texto1 {
  margin-bottom: 2rem;
  padding: 0 3rem 0 1.75rem;
  font-size: 1.2rem;
  line-height: 1.9;
  margin-left: 55%;
    color: #3F356D;
}

.texto_sitio{
    padding-left: 10px;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #3F356D;
  width: 33%;
    padding-right: 5%; 
}

.texto_como{
    padding-left: 10px;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #3F356D;
  width: 35%;
    margin-bottom: 10%;
    padding-left: 30px;
}

.web2{

  font-size: 1.2rem;
  line-height: 1.9;
  border-right: 2px solid #464D9E;
    color: #3F356D;
    width: 28%;
    float:left;
    padding-right: 2%;
   text-align: center;
    border-style: dashed;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.web3{
 
  font-size: 1.2rem;
  line-height: 1.9;
  border-right: 2px solid #464D9E;
    color: #3F356D;
    width: 28%;
    float:left; 
     padding-left: 2%;
    padding-right: 2%;
     text-align: center;
    border-style: dashed;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.web4{
 
  font-size: 1.2rem;
  line-height: 1.9;
    color: #3F356D;
    width: 28%;
    float:left;  
     padding-left: 2%;
    padding-right: 2%;
    height: 470px;
     text-align: center;
   
}

.web_img1{
    
    width: 100%;

    margin:0px auto; 
     margin-bottom:10%;
   
}

.web_img2{
    
    width: 100%;
    margin:0px auto;  
      margin-bottom:10%;
}

.web_img3{
    
    width: 100%;
    margin:0px auto;
     margin-bottom:10%;
}


.web_titulo1{
    line-height: 1em;
    font-size: 2.2em;
    padding-bottom: 5%;
      padding-top: 5%;
    color:#6C5AA4;
     font-family: 'Paytone One', sans-serif;
}

.web_titulo2{
    line-height: 1em;
    font-size: 2.2em;
     color:#EC3C94;
     font-family: 'Paytone One', sans-serif;
}

.web_titulo3{
    line-height: 1em;
    font-size: 2.2em;
     color:#00AC9B;
     font-family: 'Paytone One', sans-serif;
}

.web_text{
     margin:0px auto; 
    padding-bottom: 50px;
    font-size: 2.2em;
    font-family: 'Paytone One', sans-serif;
    margin-right: 8%;
   
}

.titulo3{
    padding-top: 55px;
  font-size: 2.5rem;
  font-weight: 800;
  color:#DF0084;
  font-family: 'Paytone One', sans-serif;
}

.titulo4{
  font-size: 2.5rem;
  font-weight: 800;
  color:#DF0084;
  font-family: 'Paytone One', sans-serif;
    padding-left: 3%;
    background-color: #fff;
    width: 500px;
    float: left;
}

.texto2 {
  margin-bottom: 2rem;
  padding: 0 3rem 0 1.75rem;
  font-size: 1.2em;
    width: 50%;
    margin-left: 23%;
     line-height: 1.9;
    padding-bottom: 40px;
}

.gif_portada {
    width: 420px;
    background: url(../img/portadas.gif)no-repeat center center/cover;
    height: 400px;
  margin-bottom: 2rem;
  padding: 0 3rem 0 1.75rem;
    margin-left:auto;
    margin-right: auto;
     line-height: 1.9;
  -webkit-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
  -moz-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
  box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
     
}

.lower-landing__heading3{
   font-size: 2.5rem;
  font-weight: 800;
    color:#DF0084;
   font-family: 'Paytone One', sans-serif; 
    text-align:left;
    margin-left: 20px;
    line-height: 1.2;
}

.lower-landing__copy4{
    margin-bottom: 2rem;
    padding: 0 3rem 0 1.75rem;
    font-size: 1em;
    width: 40%;
    text-align:left;
    line-height: 1.9;
    color: #3F356D;
}



.substitulo{
    font-size: 1.2em;
    text-align: center;
    width: 40%;
     line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;  
}

.container{
    background-color: #fff;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    width: 90%;
    height:auto;
    box-shadow: 10px 10px 24px -5px rgba(148,148,148,1);
}

.container2{
    background-color: #fff;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    width: 90%;
    height:auto;  
    position: relative;
    box-shadow: 10px 10px 24px -5px rgba(148,148,148,1);
}


.eva_dia{
    margin-bottom: 2rem;
    padding: 0 3rem 0 1.75rem;
    width: 40%;
    text-align:left;
    line-height: 1;
    margin-left: 10px;
    float: left;
}

.asig{
    margin-bottom: 2rem;
    padding: 0 0 0 1.75rem;
    width: 35%;
    text-align:left;
    line-height: 1;
    margin-left: 10px;
    float: left;
    padding-bottom: 30px;
}

.eva_dia_titulo{
    margin-bottom: 2rem;
    padding: 0 3rem 0 1.75rem;
    font-size: 2.2em;
    text-align:left;
    line-height: 1;
    font-weight: 800;
    font-family: 'Paytone One', sans-serif;
    margin-left: 10px;
    color:#F7942C;
}

.eva_img1{
    
    width: 50%;
    margin:0px auto; 
     margin-bottom:10%;
    float: left; 
    background-size: 100%;
     margin: 0 auto;
}

.eva_img2{
    
    width: 100%;
}
.dosi_img1{
    
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    margin-top: 50px;

}

.mi_carp{
    margin-top: 30px;
    margin-bottom: 2rem;
    width: 80%;
    line-height: 1;
    color:#DF0084;
    margin-left: auto;
    margin-right: auto;
}

.mi_carp_titulo{
    margin-bottom: 2rem;
    font-size: 2.2em;
    text-align:left;
    line-height: 1;
    font-weight: 800;
    font-family: 'Paytone One', sans-serif;
    margin-left: 10px;
    color:#29B19D;
}

.dosi_titulo{
    margin-bottom: 2rem;
    font-size: 2.2em;
    text-align:center;
    line-height: 1;
    font-weight: 800;
    font-family: 'Paytone One', sans-serif;
    margin-left: 10px;
    color:#6DC551;
}
.act_titulo{
    margin-bottom: 2rem;
    font-size: 2.2em;
    text-align:left;
    line-height: 1;
    font-weight: 800;
    font-family: 'Paytone One', sans-serif;
    margin-left: 10px;
    color:#E5B32A;
}

.carp_img1{
    
    width: 50%;
    float: left;
    margin-top: 40px;
    margin-left: 60px;
    margin-bottom: 10px;
}

.acti_img1{
    
    width: 50%;
    float: left; 
    background-size: 100%;
    margin-top: 40px;
    margin-left: 60px;
    margin-bottom: 10px;
}

.eval_img1{
    
    width: 50%;
    float: left; 
    background-size: 100%;
    margin-left: 60px;
    margin-bottom: 30px;
    margin-bottom: 2%;
    margin-top: 50px;
}

.asig_titulo{
    margin-bottom: 2rem;
    font-size: 2.2em;
    text-align:left;
    line-height: 1;
    font-weight: 800;
    font-family: 'Paytone One', sans-serif;
    margin-left: 10px;
    margin-top: 30px;
    color:#DF0084;
}

.eval_titulo{
    margin-bottom: 2rem;
    font-size: 2.2em;
    text-align:left;
    line-height: 1;
    font-weight: 800;
    font-family: 'Paytone One', sans-serif;
    margin-left: 10px;
    margin-top: 30px;
    color:#3EBEF1;
}

.asig_img1{
    
    width: 50%;
    height: 184px;
    float: left; 
    background-image: url(../img/asig.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 20px;    
}

.asig_img3{
    
    
    position: absolute;
    width: 290px;
    height: 250px;
     background: url(../img/asig.png)no-repeat center center/cover; 
    top:90px;
    left:70%;
    
}


.lower-landing__copy6{
    margin-bottom: 2rem;
    padding: 0 3rem 0 1.75rem;
    font-size: 2.2em;
    width: 40%;
    text-align:right;
    line-height: 1;
    font-weight: 800;
    font-family: 'Paytone One', sans-serif;
    margin-left: 45%;
    color:#DF0084;
    
}

.lower-landing__copy7{
     margin-bottom: 2rem;
    padding: 0 3rem 0 1.75rem;
    font-size: 1.2em;
    width: 32%;
    text-align:right;
    line-height: 1.9;
    color: #3F356D;
     margin-left: 55%;   
}


.como8{
    width: 415px;
    height: 300px;
    background-color: blue;
    position: absolute;
    top: 61%;
    left: 12%;
    -webkit-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    background: url(../img/activi.jpg)no-repeat center center/cover; 
}

.como9{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 63%;
    left: 35%;
    background-image: url(../img/activi.png);
    background-position: center; 
  background-repeat: no-repeat;   
}

.como10{
    width: 415px;
    height: 300px;
    background-color: blue;
    position: absolute;
    top: 75.5%;
    left: 50%;
    -webkit-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    background: url(../img/eva.jpg)no-repeat center center/cover;
}

.como11{
    width: 260px;
    height: 220px;
    position: absolute;
    top: 80%;
    left: 76%;
    background: url(../img/eva.png) no-repeat center center/cover;
}

.como12{
    width: 415px;
    height: 300px;
    background-color: blue;
    position: absolute;
    top: 88.5%;
    left: 12%;
    -webkit-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    box-shadow: 9px 9px 5px 1px rgba(0,0,0,0.09);
    background: url(../img/dos.jpg)no-repeat center center/cover; 
}

.como13{
    width:150px;
    height: 250px;
    position: absolute;
    top: 90.5%;
    left: 39%;
      background: url(../img/dos.png) no-repeat center center/cover;
}

.titulo_web{
  font-size: 2rem;
  font-weight: 800;
  color:#DF0084;
  font-family: 'Paytone One', sans-serif;
  padding-top: 8%;
    width: auto;
    
}

.titulo_como_tx{
  font-size: 2.5rem;
  font-weight: 800;
  color:#DF0084;
  font-family: 'Paytone One', sans-serif;
  padding-top: 12%;
    width: auto;
    padding-bottom: 30px;
    padding-left: 30px;
    
}

.para_quien2{
    width: 100%;
    height: 400px;
    background-color: red;
    margin-top: 50px;
}

.eva_dia_tx{
    margin-bottom: 2rem;
    padding: 0 3rem 0 1.75rem;
    font-size: 1.2em;
    text-align:left;
    line-height: 1.9;
    color: #3F356D;
}

.asig_tx{
    margin-bottom: 2rem;
    font-size: 1.2em;
    text-align:left;
    line-height: 1.9;
    color: #3F356D;
}



.footer-basic-centered{
	background-color: #000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;
	padding: 5px;
	margin-top: 80px;
    z-index: 999;
}
.footer-basic-centered .footer-santillana{
	color: #b0b2b6;
	font-size: 0.7em;
	margin: 0;
	padding: 5px;
}
.footer-basic-centered img{
	max-width:80%;
}
/* footer responsive*/
@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 5px;
	}
	.footer-basic-centered .footer-santillana{
		font-size: 12px;
	}
	main section form input[type="button"] {
  margin-bottom:300px;
}
}
footer{
	position: fixed;
	bottom: 0;
}
button:is(:active, :focus) {
  outline: none !important;
}

.btn{
  color: white;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.8px;
  padding: 15px 30px;
  transition: all 0.4s;
  text-transform: uppercase;
}

.btn--orange {
  background-color: #DF0084;
  border: 2px solid #DF0084;
}

.btn--orange:hover {
    background-color: transparent;
    color: #DF0084;
}

.container2{
    margin-left: 5px;
}
h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

@media only screen and (max-width: 1150px) {
    
    .web_titulo2{
        font-size: 1.7em;
    }
    
    .web_titulo1{
        font-size: 1.7em;
    }
    
     .web_titulo3{
        font-size: 1.7em;
    }
}

