
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {
    font-family: "Roboto Slab", serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

@keyframes moviendrew {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 10px);
    }
}

.updown  {
  animation-name: moviendrew;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

.header-wm {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 1px 19px 0px #33333342;
}

.header-wm > img{
    width: 200px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn i {
    margin-right: 10px;
    font-size: 20px;
}

.whatsapp-btn img {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    margin-left: 20px;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
}

.banner-wm {
    position: relative;
    margin-top: 3%;
    background: #001d53;

}

.banner-wm img{
   width: 100%;
   opacity: 0.2;
}

.typed-text {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0 10%;
    z-index: 9;
}

#oneBlock h2{
    font-weight: normal;
}

#oneBlock h2 > span{
    color: #00b0e1;
}

#twoBlock ol {
    width: 100%;
    list-style: none;
    font-size: 22px ;
}

#twoBlock ol > li {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#twoBlock ol > li > div{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    border-radius: 100px;
    font-size: 32px;
    font-weight: bold;
    color: #dc3545;
    border: 2px solid;
}

#twoBlock ol > li > p {
    width: 80%;
    padding: 0%;
}

#tiguer{
    width: 70%;
    height: 100px;
    background: #00000014;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 50px;
}

#tiguer > img {
    width: 100px;
    height: 100px;
    padding: 1%;
    border-radius: 50%;
    position: relative;
}

#tiguer > p {
    width: 80%;
    padding: 0% 5%;
    margin: 0;
}

#twoBlock ul {
    width: 100%;
    display: flex;
    margin: 5% 0;
    padding: 0%;
    list-style: none;
    justify-content: space-evenly;
}

#twoBlock > div > div > img{
    width: 100%;
    border-radius: 100px;
}


#twoBlock ul > li {
    padding: 10px 20px;
    border: 3px solid #212529;
    border-radius: 57px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    outline: none;
    box-shadow: 4px 5px 1px black;
    cursor: pointer;

}

#bloque-7   {
		width: 100%;
	    margin: 0 0 0 0;
	    padding: 5% 10% 5% 10%;
	    background-image: url(https://www.imaveracruz.edu.mx/resources/images/ban-4.jpg);
	    position: relative;
	}

	#bloque-7 > div {
		width: 100%;
		margin: 0 0%;
		padding: 1%;
		background: #141B4Dd4;
		/* border: 3px solid #fff; */
		border-radius: 125px;
		text-align: center;
		display: flex;
		align-items: center;
	}

	#bloque-7 > div > h2 {
		width: 80%;
		margin: 0% 5% 0% 5%;
		font-family: 'RobotoSlab', sans-serif !important;
		font-size: 2vw;
		text-align: center;
		color: #fff;
		letter-spacing: 1px;

	}

	#bloque-7 > div > button{
	    font-size: 22px;
		padding: 0;
		outline: none;
		border: none;
		background: #F9423A;
		font-weight: bold;
		letter-spacing: 0px;
		transition: 0.3s;
		color: #fff;
		border-radius: 250px;
		width: 160px;
		height: 160px;
		line-height: 27px;
	}

	#bloque-7 > div > button:hover{
		background: #2D2926;
    	color: #fff;
    	transition: 0.3s;
	}

#Oferta-educativa > ol {
	width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#Oferta-educativa > ol > li {
	width: 23%;
	position: relative;
    border-radius: 15px;
}

#Oferta-educativa > ol > li> span{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    font-size: 28px;
    letter-spacing: 0.5px;
    border-radius: 15px;
}

#Oferta-educativa > ol > li:hover span{
	opacity: 1;
	transition: 0.3s;
	
}

#Oferta-educativa > ol > li > img{
	width: 100%;
	border-radius: 15px;
}

#threeBlock .card-wm{
    background-color: #c2c2c2;
    padding: 2%;
    border-radius: 15px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#threeBlock .card-wm ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#threeBlock .card-wm ul > li > img {
    width: 90%;
    padding: 5%;
  }

  #threeBlock .card-wm ul > li > ol {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-left: 5%;
  }

  #threeBlock .card-wm ul > li > h3 {
    text-align: left;
  }


  /* BLOQUE 14 - ACTIGVIDAES EXTRA*/



  #custom-bloque-14 {
	width: 100%;
	margin: 0;
	padding: 5% 10%;
	position: relative;
	background: #67a43a;
	display: flex;
}

#custom-bloque-14 > .custom-sub-bloque-1 {
	width: 25%;
}

#custom-bloque-14 > .custom-sub-bloque-2 {
	width: 75%;
}

#custom-bloque-14 > .custom-sub-bloque-1 > h2 {
	width: 100%;
	font-family: "Roboto Slab", serif;
	font-size: 2.2vw;
	margin: 0 0 3% 0;
	color: #fff;
	position: relative;
}

#custom-bloque-14 > .custom-sub-bloque-1 > h2::before {
	content: 'After the Bell';
	position: absolute;
	top: -80%;
	left: 0;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.custom-container {
	display: flex;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	height: 500px;
}

.custom-box {
	flex: 1;
	overflow: hidden;
	transition: 0.5s;
	margin: 0 2%;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
	line-height: 0;
	cursor: pointer;
}

.custom-box > img {
	width: 200%;
	height: calc(100% - 10vh);
	object-fit: cover;
	transition: 0.5s;
}

.custom-box > span {
	font-size: 3vh;
	display: block;
	text-align: center;
	height: 10vh;
	line-height: 3;
	background: #fff;
}

.custom-box:hover {
	flex: 1 1 50%;
}

.custom-box:hover > img {
	width: 100%;
	height: 100%;
}

#bloque-2-nd{
	width: 100%;
    margin: 0% 0 0% 0;
    padding: 6% 5%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #517e4942;
}

#bloque-2-nd > h2 {
    width: 100%;
    font-size: 2.5vw;
    padding: 0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
	text-align: center;
}

#bloque-2-nd > a {
	font-size: 16px;
    text-align: center;
    color: #F9423A;
    font-weight: 500;
    letter-spacing: 1px;
}

#bloque-2-nd > p{
	width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

#bloque-2-nd > ol {
	width: 100%;
    list-style: none;
    margin: 5% 0 0 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

#bloque-2-nd > ol > li {
	width: 24%;
    text-align: center;
    background: #fff;
    padding: 2%;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    transform: translateY(0px);
    border-bottom: 2px solid #0000;
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
    align-items: center;
	margin-bottom: 3.3%;
}

#bloque-2-nd > ol > li:hover{
	transition: 0.3s;
	transform: translateY(-20px);
	border-bottom:3px solid #dc3545;
}

/**/

.instagram > ul {
	display: flex;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;

}

.instagram > ul > li {
	width: 50%;
    display: flex;
    align-items: center;
	justify-content: flex-start;
}

.instagram > ul > li > a{
	background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    width: 26px;
    height: 26px;
    border-radius: 50px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center; margin-right: 5px;
}

.instagram > ul > li > p {
	margin: 0;
	padding: 0;
}

.instagram > div > img{
    width: 100%;
    margin-bottom: 10px;
}

.instagram > ol {
	display: flex;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.instagram > ol > li{
	display: flex;
    width: 30%;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
	font-size: 18px;
}

.instagram > div {
	text-align: left;
}

/**/

#bloque-2-nd > ol > li > img {
	width: 35%;
    padding: 4%;
    text-align: center;
    border-radius: 50%;
    background: #333;
}

#bloque-2-nd > ol > li > h3 {
	font-size: 1.5vw;
    font-family: 'RobotoSlab', sans-serif !important;
    padding: 0;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: bold;
    margin-top: 20px;
}

#bloque-2-nd > ol > li > button{
	background: #0000;
    border: 0;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #dc3545;
    outline: none;
}

#bloque-2-nd > button{
	background-color: #F9423A;
    padding: 10px 15px;
    border: none;
    border-radius: 57px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    margin-bottom: 25px;
    box-shadow: 4px 5px 1px black;
    border: 3px solid #212529;		
}


.desktop{
    display: initial;
}
.mobil{
    display: none;
}

@media (max-width: 1024px) {
    #threeBlock .card-wm ul > li > h3 {
        font-size: 22px;
    }
    #threeBlock .card-wm ul > li > ol {
        font-size: 14px;
    }
    .banner-wm {
        margin-top: 5%;
    }
    #twoBlock > div > div > img {
        width: 70%;
        margin-top: 10%;
    }

    #threeBlock .card-wm {
        margin-bottom: 4%;
    }

    #custom-bloque-14 > .custom-sub-bloque-1 > h2::before {
        content: 'After the Bell';
        top: 25px;
    }
}

@media (max-width: 425px) {
    .typed-text {
        font-size: 30px;
    }
    .desktop{
        display: none;
    }
    .mobil{
        display: initial;
    }

    .header-wm {
        flex-direction: column;
        padding: 10px 0;
    }
    #twoBlock ul > li {
        margin-bottom: 20px;
    }
    #twoBlock ul {
        flex-direction: column;
    }

    #twoBlock  h2 {
        text-align: center;
    }

    #twoBlock ol > li > p {
        font-size: 14px;
    }

    #Oferta-educativa > ol > li {
        width: 90%;
        margin-bottom: 15px;
        margin-left: 5%;
    }

    #Oferta-educativa > ol {
        flex-direction: column;
    }

    #custom-bloque-14 {
        flex-direction: column;
    }
    
    #custom-bloque-14 > .custom-sub-bloque-1 {
        width: 100%;
    }

    #custom-bloque-14 > .custom-sub-bloque-1 > h2 {
        font-size: 5.2vw;
        margin: 0 0 15% 0;
    }
    #custom-bloque-14 > .custom-sub-bloque-1 > h2::before {
        content: 'After the Bell';
        top: 25px;
        left: 26%;
    }

    ol, ul {
        padding-left: 0rem;
    }

}

