@import url("estilo-index.css");
/*imagen de fondo con texto nosotros*/

.fondonosotros {
  background-image: url(../imagenes/cecatientrada.jpg);
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detallenosotros {
  width: 70px;
  height: 13px;
  background-color: var(--rojo);
  margin-top: 10px;
}

.fondonosotros h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fad591;
}

/*texto con el nombre de la escuela*/

.nomcecati {
  background-color: var(--rojo);
  height: 60px;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
}

/*titulo de seccion*/

.tituloseccion {
  margin-top: 50px;
}

.tituloseccion hr {
  margin-top: 10px;
}

.detalleseccion {
  width: 50px;
  height: 10px;
  background-color: var(--rojo);
  margin-top: -1px;
}
/*info primera seccion*/

.infocecati {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  min-height: 300px;

  margin-top: 25px;
}

.infoleft {
  width: 50%;
  height: auto;
  padding-right: 30px;
}

.inforight {
  width: 50%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}

.fotoconefecto {
  position: relative;
}
.infoleft p {
  font-size: 16px;
  line-height: 24px;
}

.parrafo1 span {
  font-weight: bold;
}

.inforight img {
  width: 94%;
  height: 100%;
}

.logodecorado {
  width: 100px;
  height: 100px;
  background-image: url(../imagenes/cecatidecorado.svg);
  bottom: 10%;
  right: 10%;
  background-size: 90px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.efectofoto {
  width: 90%;
  height: 90%;
  border: 15px var(--rojo) solid;
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: -2;
}

.textofoto {
  margin-top: 40px;
  text-align: center;
}

.textonosotros {
  color: var(--rojo);
}
.central {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items:center:center;
}
.imagenesydetalle {
  width: 50%;
  padding: 15px;
}
.imagenesydetalle img{
  width: 100%;
}
.centralderecho {
  width: 50%;
  padding:15px;
}

.info {
  display: flex;
  flex-direction: column;
}

.info h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--verdecla);
}

.info p {
  font-size: 16px;
}

.info span {
  color: var(--rojo);
  font-weight: 700;
}

/*modalidades*/

.modalidades {
  display: flex;
  flex-direction: row;
  background-color: #dddddd;
  width: 100%;

}

.contmodalidades {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  width: 100%;
  padding: 15px;
}

.modalidades_izquierdo {
  width: 50%;
  padding-left: 25px;
}

.contmodalidades ul {
  line-height: 2.5;
  list-style-image: url(../imagenes/chevron-circle-right-solid.svg);
}
.contmodalidades ul li{
  padding-left:10px;
}
.modalidades_derecho {
  border-left: 1px black solid;
  width: 50%;
  padding-left: 8%;
}


/* especialidades */

.fondonespecialidades{
  background-image: url(../imagenes/especialidades.jpg);
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fondonespecialidades h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fad591;
}
.filtroimagen{
  position: absolute;
  top: 0;
  width: 100%;
  height: 190px;
  background-color: # ;
  opacity: .5;
}
/*texto con el nombre de la escuela*/

.nomcecati{
  background-color: var(--rojo);
  height: 60px;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
}

/*titulo de seccion*/

.tituloseccion{
  margin-top: 70px;
}

.tituloseccion hr{
  margin-top: 10px;
}

.detalleseccion{
  width: 50px;
  height: 10px;
  background-color: var(--rojo);
  margin-top: -1px;
}

/*seccion central*/

.contenedor_es
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
}
.cuadro_especialidad{
  display: flex;
  flex-direction: column;
  justify-content:space-evenly;
  align-items: center;
  width: 310px;
  height: 250px;
  padding: 15px;
  background-image: url(../imagenes/fondo_article_especialidades.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cuadro_especialidad h2{
  font-size: 28px;
  color: var(--verdecla);
  font-weight: 700;
  line-height:30px;
  text-align: center;
}

/* seccion ADMINISTRACION*/

.fondoadministracion {
  background-image: url(../imagenes/administracion1.jpg);
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoadministracion h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
.botonpdf {
  margin-top: 60px;
  padding: 15px;
}
#Btn1 {
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: 700;
  border: 2px var(--verdecla) solid;
  background-color: var(--rojo);
}

#Btn2 {
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: var(--verdecla);
  font-weight: 700;
  border: 2px var(--verdecla) solid;
}
/* secretariado */
.fondosecretariado {
  background-image: url(../imagenes/secretariado_slide.jpg);
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondosecretariado h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* contabilidad */
.fondocontabilidad {
  background-image: url(../imagenes/contabiliadad_slide.jpg);
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondocontabilidad h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}

/* faciales */
.fondofaciales {
  background-image: url(../imagenes/faciales_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondofaciales h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* estilismo */
.fondoestilismo {
  background-image: url(../imagenes/estilismo_slide.jpg);
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoestilismo h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* carpinteria */
.fondocarpinteria {
  background-image: url(../imagenes/slide_carpinteria.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondocarpinteria h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* diseño */
.fondodiseno {
  background-image: url(../imagenes/diseno_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondodiseno h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* plomeria */
.fondoplomeria {
  background-image: url(../imagenes/plomeria_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoplomeria h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* automotriz */
.fondoautomotriz {
  background-image: url(../imagenes/automotriz_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoautomotriz h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* torneria */
.fondotorneria {
  background-image: url(../imagenes/torneria_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondotorneria h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* seccion informatica */
.fondoinformatica {
  background-image: url(../imagenes/informatica1.jpg);
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoinformatica h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* visual */
.fondovisual {
  background-image: url(../imagenes/visual_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondovisual h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* electricidad */
.fondoelectricidad {
  background-image: url(../imagenes/electricidad1.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoelectricidad h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* soporte */
.fondosoporte {
  background-image: url(../imagenes/soporte_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondosoporte h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* ingles */
.fondoingles{
  background-image: url(../imagenes/ingles_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoingles h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
/* electronica */
.fondoelectronica{
  background-image: url(../imagenes/electronica_slide.jpg);
  background-size: cover;
  height: 210px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondoelectronica h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}

/*titulo de seccion*/
.tituloseccion {
  margin-top: 70px;
}

.tituloseccion hr {
  margin-top: 10px;
}

.detalleseccion {
  width: 50px;
  height: 10px;
  background-color: var(--rojo);
  margin-top: -1px;
}

/*info primera seccion*/

.infocecati {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 25px;
}
.infoleft {
  width: 50%;
  height: auto;
  padding-right: 30px;
}
.inforight {
  width: 50%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.infoleft p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
}
.infoleft h3 {
  font-size: 28px;
  color: var(--verdecla);
}
.infoleft span {
  font-weight: bold;
  color: var(--rojo);
}
.inforight img {
  width: 90%;
  height: 90%;
}
.fotoconefecto {
  position: relative;
}

.filtrofotoclase {
  position: absolute;
  width: 90%;
  height: 98%;
  background-color: var(--verdecla);
  opacity: 0.6;
  top: 0;
}


.efectofoto {
  width: 90%;
  height: 100%;
  border: 15px var(--rojo) solid;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -2;
}
.rojo2{
  color: var(--rojo);
  font-weight: bold;
}
.textofoto {
  margin-top: 40px;
  text-align: center;
}

.textonosotros {
  color: var(--rojo);
}

/*tabv2*/

.wrapper {
  max-width: 1200px;
  margin: 50px auto;
  background-color: #dfc9a4;
}

.tabs ul {
  display: flex;
  flex-direction: row;
  padding: 5px;
  justify-content: space-between;
}

.tabs ul li {
  width: 24%;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  background: #13322b;
  list-style: none;
}

.tabs ul li:last-child {
  border-right: 0px;
}

.tabs ul li:hover,
.tabs ul li.active {
  background: #a22244;
  color: white;
}

.tabs ul li:hover:before,
.tabs ul li.active:before {
  opacity: 1;
}

.content {
  background: #fbfbfb;
  border-radius: 5px;
  height: auto;
  padding: 20px;
  background-color: #dfc9a4;
}

.tab_content {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.tab_content a {
  margin-top: 40px;
  color: black;
}

.tab_wrap .title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.tab_wrap ul{
  margin-left: 40px;
}
.tab_wrap .tab_content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

/*seccion pequeña verde*/

.separadorverde {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--verdefooter);
  height: 100px;
  display: flex;
  color: white;
  font-size: 28px;
  font-weight: 700;
}

/*resolver tus dudas*/

.resolverdudas {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  padding:15px;
}

.resolverdudas p {
  line-height: 2.5;
}

.infoconbtns {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.infoconbtns h3 {
  color: var(--rojo);
  font-size: 28px;
  font-weight: 700;
}

.infoconbtns hr {
  width: 70px;
  height: 15px;
  background-color: var(--rojo);
  margin: 10px 0px;
}

.botonesinfo {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.iconobtn {
  margin-left: 20px;
  font-size: 20px;
}

/*video*/

.videos {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.medidas-video {
  width: 45%;
  margin: 0 auto;
}

#contenedorvideo {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#contenedorvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*seccion perfil*/

.seccionperfil {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items:center;
  margin-top: 40px;
}

.infoparrafos {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  height: auto;
  padding: 10px;
}

.infoparrafos span {
  color: var(--rojo);
}
.imagenperlfil{
  padding:15px;
  max-width: 50%;
}
.imagenperlfil img{
  width: 100%;
}
/*campo laboral*/

.campolaboral {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dddddd;
  width: 100%;
  padding: 15px;
  height: auto;
}

.campolaboral h3 {
  font-size: 28px;
  color: var(--verdecla);
  font-weight: 700;
  padding: 10px;
  margin-bottom: 20px;
}

.contcampolaboral {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  width: 100%;
}

.campo_izquierdo {
  width: 50%;
  padding-left: 25px;
}

.contcampolaboral ul {
  line-height: 2.5;
  list-style-image: url(../imagenes/chevron-circle-right-solid.svg);
}

.campo_derecho {
  width: 50%;
  padding-left: 8%;
}

/*seccion del acordeon de beneficios*/

.preguntas {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  min-height: 50px;
  justify-content: space-around;
}
.acordeonesleft {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.acordeonesright {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* min-height: 350px; */
}
.fondo{
  background-color: #dfc9a4;
  margin: 5px;
}
.contacordeon {
  display: flex;
}
.acordeon_titulo {
  cursor: pointer;
  background-image: url("../imagenes/minus-solid.svg");
  background-repeat: no-repeat;
  padding: 10px;
  background-color: white;
  background-size: 15px;
  width: 100%;
  background-position: 95% 50%;
  border: 1px black solid;
  background-color: var(--doradocls);
}
.acordeon_contenido {
  padding: 15px;
  display: none;
}
.acordeon_titulo.menos {
  cursor: pointer;
  background-image: url("../imagenes/plus-solid.svg");
  background-repeat: no-repeat;
  padding: 10px;
  background-size: 15px;
  background-position: 95% 50%;
  width: 100%;
}
.iconow {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 200%;
  background-color: var(--doradocls);
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconow img {
  width: 25px;
}
.contacordeon {
  padding: 20px;
}
.cajaacordeon {
  width: 100%;
}
.cursosproximos{
  margin-top: 20px;
  padding: 15px;
  background-color: var(--doradoobs);
  display: flex;
  justify-content: space-evenly;
  align-items:center;
  flex-wrap: wrap;
}
.negritas{
  font-weight: 700;
}
.mes{
  background-color: var(--verdecla);
  padding:10px;
  color: white;
}
.acordeonescursos{
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: wrap;
}
.informacioncursos{
  max-width:700px;
  line-height:24px;
  padding: 15px;
}
.regresar{
  padding: 15px;
}
.negrita{
  font-weight: 700;
  padding-right: 5px;
}
.cont_curso{
  padding: 15px 0px;
  margin-bottom: 10px;
}
.cont_curso a{
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  align-items: center;
  color: #13322b;
}
.cont_curso p{
  padding-right: 15px;
}
.cont_curso i{
  padding-right: 15px;
}
.fondorequisitos {
  background-image: url(../imagenes/requisitos.jpg);
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fondorequisitos h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fad591;
}

/* requisitos */

.tituloseccion{
  margin-top: 70px;
}

.tituloseccion hr{
  margin-top: 10px;
}

.tituloseccion span{
    font-size: 28px;
    font-weight: 600;
}

.detalleseccion{
  width: 50px;
  height: 10px;
  background-color: var(--rojo);
  margin-top: -1px;
}

/*primera seccion*/
.reqinscripcion{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: stretch;
 padding: 15px;
}

.documentacion{
 display: flex;
 justify-content: flex-start;
 align-items: center;
 background-color: var(--dorado2);
 width: 50%;
 padding: 15px 15px 15px 50px;
}

.documentacion ul{
  line-height: 2.5;
  margin: 0;
  padding: 0;
  list-style-image: url(../imagenes/chevron-circle-right-solid.svg);
}

.alumnosylap{
  width: 50%;
  background-image: url(../imagenes/alumnosylap.svg);
  background-repeat: no-repeat;
  background-size: 450px;
  margin-left: 40px;
}

/*pasos para la inscripcion*/
.pasosins{
   display: flex;
   flex-direction: column;
   align-items: center;
   background-color: #DDDDDD;
   width: 100%;
   height: auto;
   padding: 15px;
}
 .pasosins h3{
   font-size: 28px;
   color: var(--rojo);
   font-weight: 700;
   margin-top: 50px;
   margin-bottom: 20px;
}
.contpasos{
  display:  flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
}

.separador{
 display: flex;
 flex-direction: column;
 align-items: center;
 width: 30%;
 height: auto;
 padding: 30px;
}

.detallepaso{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--verdecla);
  color: white;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.separador .detallepaso span{
 font-size: 26px;
 font-weight: 700;
}

.separador p{
 text-align: center;
 font-size: 16px;
 margin-top: 10px;
}

/*pago*/
.pago{
 display: flex;
 flex-direction: column;
 align-items: center;
 background-color: #DDDDDD;
 width: 100%;
 height: auto;
}

.pago h3{
   font-size: 28px;
   color: var(--rojo);
   font-weight: 700;
   margin-top: 50px;
   margin-bottom: 20px;
}

.continfopago{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 15px;
}

.continfopago div{
  display: flex;
  flex-direction: column;
  width: 45%;
}

.titulofinal{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--verdecla);
}
.verde{
  text-decoration: none;
  font-weight: 700;
  color: #a22244;
  font-size: 20px;
}
.gracias{
  padding:15px;
}
.cursos{
  margin-bottom: 30px;
}