*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
}
.contenedor{
    width: 100%;
    max-width: 1500px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}
header{
    height: 100vh;
    background-image: linear-gradient(-120deg, #262f4f7d 0%, rgba(38, 47, 79, 0.502) 100%), url(../img/ninos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.head{
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
/* Icono responsive menu */

#check {
    display: none;
}
/* Container menu */
.container{
    overflow: hidden;
    margin: auto;
}
.menu-navegacion{
    position: fixed;
    width:100%;
    background: #ffffff00;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 15px;
}
.menu-navegacion.active{
    background: #4063FF;
    padding: 5px;
}
.menu-navegacion.active .logo,
.menu-navegacion.active a{
color: #fdfeff;
}
.logo{
    padding: 15px;
}
.menu{
    display: flex;
    justify-content: end;
    padding: 25px;
    /* align-items: flex-end; */   
}
.menu li{
    list-style: none;
    margin: 10px;
    display: flex;   
}
.menu li a{
    color:rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
    display: block;
}
.menu li a:hover {
padding: 5px 10px;
background: #fff;
color: #011627;
border-radius: 15px;
}
.titulo{
    font-size: 60px;
    margin-bottom: 15px;

}
/* Conocenos */
.subtitulo{
    text-align: center;
    font-weight: 600;
    color: #4063FF;
    margin-bottom: 20px;
    font-size: 40px;
}
.contenedor-conocenos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    padding: 60px;
}
h2{
    font: 300;
    font-size: 25px;
    margin-bottom: 30px;
    color: rgba(20, 19, 19, 0.637);
    text-align: center;
}
.datos{
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 25%;
    bottom: 15px;
    
}
.analytics {
    width: 25%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 25%;
    bottom: 15px;

}
.sistemas{
    width: 25%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 25%;
    bottom: 15px;
}
.impacto{
    width: 25%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 25%;
}
h3 {
    font-size: 23px;
}
.contenedor-radar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
}
.conecta {   
    width: 32%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    bottom: 15px;
}
.sincroniza {
    width: 32%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    bottom: 15px;
}
.radar {
    width: 32%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    bottom: 15px;
}
p {
    font-size: 17px;
    margin-bottom: 30px;
}
.pasos{
    margin-bottom: 40px;
}
.boton{
    background-image: none !important;
    border-radius: 20px !important;
    display: block !important;
    margin: auto;
    padding: 15px 15px 15px 15px;
    color: #fff;
    background-color: rgb(223, 91, 14);
    font-size: 20px;
    border-color: rgba(255, 255, 255, 0);
    text-align: center;
    margin-bottom: 30px;
}
.boton a {
    text-decoration: none;
    color: #fff;
}
.imgpsos {
    width: 33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contenedor-permite{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    background-image: linear-gradient(-120deg, rgba(38, 47, 79, 0.614) 0%, rgba(38, 47, 79, 0.502) 100%), url(../img/estudiante.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 30px 40px 30px 40px;
}
.imagen-permite{
    width: 50%;
}
.textopermite{
    width: 50%;
    text-align: left;
    padding-left: 80px;
}
/* Hablemos */
.contenedor-hablemos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; 
}
.contenedorimg{
    width: 50%;
}
.contenedor-form {
    width: 50%;
}

.imgporque{
    margin-bottom: 40px;
}

.contenedor-x{
 
    overflow: hidden;
    margin: auto;
    background-image: linear-gradient(-120deg, rgba(36, 47, 79, 0.614) 0%, rgba(38, 47, 79, 0.502) 100%), url(../img/Group-5.jpg);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 60px 60px 60px 60px;
    color: #fff;
}

/* Seccion other services inicio */
.tituloexito{
    margin-top: 40px;
    margin-bottom: -150px;
    color: #011627 !important;
}
.exito{
    color: #4063ff;
    font-size: 40px;
    font-weight: 600;
}
.others{
    margin-top: 120px;
    
}
.otherservice{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    text-align: center;
}
.classroom{
    background-image: linear-gradient(-120deg, rgba(38, 47, 79, 0.614) 0%, rgba(38, 47, 79, 0.502) 100%), url(../img/Background-niño.jpeg) !important;
    align-items: center;
    justify-content:space-between;
    background-size:cover !important;
    padding: 60px 60px 60px 60px;
    color: #fff;
    width: 50%;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
    height: 80vh;
}

.logoclassroom{
padding-top: 90px;
}

.radarcontainer {
    width: 50%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 60px 60px 60px;
    background: #e14a0e8c;
    height: 80vh;
}

.integracion {
    width: 32%;
    text-align: center;
    justify-content: space-between !important;
    align-items: center !important;  
    margin-top: 22px;
}

.encuestas {
    width: 32%;
    text-align: center;
    justify-content: space-between !important;
    align-items: center !important;
    
}

.alertas {
    width: 32%;
    text-align: center;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: -25px;
    
}

/* final other services */

/* Scrol para javascript */

.scrol{
    height: 100px;
}

/* Footer */

footer {
    background-color: #262f4f;
    padding-bottom: 0.1px;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}

.contact-us{
    width: 40%;
    color: #fff;
}

.brand{

    font-weight: 500;
    font-size: 40px;
}

.social-media {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    

}

.social-media-icon{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
}

.social-media-icon:hover { 
    background-color: #fff;
    color: #011627;
}



.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
    color: #fff !important;
}

.line {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    margin-bottom: 60px;

}

/* Testimonial Inicial */
.texto{
    color: #fff;
}
.testimonialsliders{
    
    background-repeat: no-repeat;
    background-size: cover ;
    padding: 15px;
    margin-right: 0px;
    padding-left: 140px;
	color: rgb(245, 243, 255);
	font-family: sans-serif;
	display: flex;
	align-items: center;
	min-height: 100vh;
    margin-bottom: -100px;
}
.slider {
	width: 90%;


}
.slider input {
	display: none;
}
.testimonials {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 350px;
	perspective: 1000px;
	overflow: hidden;
}
.testimonials .item {
	width: 450px;
	padding: 20px;
	border-radius: 5px;
	background-color: #262f4f;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(235, 157, 67, 0.3);
	user-select: none;
	cursor: pointer;
    border: 5px solid #fff;
}
.testimonials .item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 13px solid #3B344D;
}
.testimonials .item p {
	color: rgb(255, 251, 251);
}
.testimonials .item h2 {
    color: #fff;
	font-size: 14px;
}
.dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dots label {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #413B52;
	margin: 7px;
	transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
	transform: scale(2);
	background-color: #fff;
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
	transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(1200px, 0, -360px) rotateY(-45deg);
}
#t-1:checked ~ .testimonials label[for="t-4"],
#t-2:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(900px, 0, -270px) rotateY(-35deg);
	z-index: 1;
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(600px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(300px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"] {
	transform: translate3d(-300px, 0, -90px) rotateY(15deg);
	z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"] {
	transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}
#t-5:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-1"] {
	transform: translate3d(-900px, 0, -270px) rotateY(35deg);
}
#t-5:checked ~ .testimonials label[for="t-1"] {
	transform: translate3d(-1200px, 0, -360px) rotateY(45deg);
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
	z-index: 4;
}
/* Testimonial Final */

/* Formulario */

.contenedor-form{
    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 50px !important;
    display: block !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
}

.subtitulo-2{
    text-align: center;
    font-weight: 600;
    color: #080b53;
    margin-bottom: 40px;
    font-size: 40px;
}

.subtitulo-3{
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
}


/* Responsive desktop */

@media screen and (min-width:768px) {

}

/* responsive movil */
@media screen and (max-width:800px) {

    
    .container{
        max-width: 800px;
        margin: auto;
    }
    .logo{
        width: 30%;
        
    }
    .menu-navegacion{
        width: 50vw;
        display: none;
    }
    .menu-navegacion.active{
        width: 50vw;
    }
    .titulo{
        font-size: 40px;
        text-align: center;
        
    }


.contenedor-conocenos{
    align-items: center;
    justify-content: center;
}
    .contenedor-conocenosimg{
        width: 80%;
        margin-top: 40px;
    }
    .textoconocenos{
        width: 80%;
    }
    .imagen-permite{
        width: 80%;
        margin-bottom: 40px;
    }
    .textopermite{
        width: 100%;
        text-align: center;
        padding-left: 0px;    
    }
   
    .h2{
        text-align: left;
    }

    .contenedorimg{
        width: 80%;
        margin-bottom: 40px;
    }
    .contenedor-form {
        align-items: center;
            width: 80%;
        }

    .footer-content {
        width: 80%;
        justify-content: center;

    }

    .datos{
        width: 80%;
        justify-content: center;
    }
    .analytics {
        width: 80%;
    }
    .sistemas{
        width: 80%;
    }
.impacto{
    width: 80%;
}
.subtitulo{
    padding: 20px;
}

.contenedor{
    text-align: center;
    align-items: center;
    padding: 20px;
}
.contenedor-radar{
    justify-content: center;
    align-items: center;
}
.conecta{
    width: 80%;
}
.sincroniza{
    width: 80%;
}
.radar{
    width: 80%;
}
    .social-media {
        width: 80%;
        justify-content: space-evenly;
    }

    .social-media i {
        margin-left: 0;
    }

    .contact-us {
        text-align: center;
        width: 80%;
        margin-bottom: 40px;
    }

    #check {
        display: none;
    }
   

    .barra{
        color: #fff;
        font-size: 20px;
        padding: 5px;
        margin-right: 20px;
        cursor: pointer;
    }
    
    .social-media-icon{
    display: inline-block;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
}
.subtitulo-2{
    font-size: 25px;
}
.subtitulo-3{
    font-size: 25px;
}
.contenedor-x {
   padding-bottom: 15px;
   padding-left: 1px;
   padding-right: 1px;

}

.subtitulo{
    font-size: 25px;
}
.otherservice{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 10px;
    text-align: center;
}
.classroom{
    background-image: linear-gradient(-120deg, rgba(38, 47, 79, 0.614) 0%, rgba(38, 47, 79, 0.502) 100%), url(../img/Background-niño.jpeg) !important;
    align-items: center;
    justify-content:space-between;
    background-size:cover !important;
    padding: 60px 60px 60px 60px;
    color: #fff;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    height: 60vh;
}
.radarcontainer {
    width: 100%;
    overflow: hidden;
    margin-top: -80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 60px 60px 60px;
    background: #e14a0e8c;
    height: 150vh;
    }
.integracion{
    width: 100%;
    justify-content: center;
    align-items: center;
}

.encuestas{
    width: 100%;
}
.alertas{
    width: 100%;
}
.testimonialsliders{
    width: 100%;
    padding: 0px;
    margin-left: 25px;
}
}



/* Iconos sociales */
