* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --rojo: #6a1c32;
  --verdeobs: #0c231e;
  --verdecla: #3c5b4e;
  /* --verdecla: #13322b; */
  --verdefooter: #13322b;
  --doradoobs: #9b977c;
  --doradocls: #fad591;
  --dorado2: #ccbe9e;
  --doradoespe: #dac6a1;
}
body {
  font-family: "Open Sans", sans-serif;
}
.ancho {
  max-width: 1200px;
  margin: auto;
}
.ir-arriba {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 100;
  transition: all 0.5s;
  background-color: #621232;
  padding: 11px;
  border-radius: 50%;
  color: white;
}
.ir-arriba:hover {
  background-color: #fad591;
  color: #13322b;
}
.negritas {
  font-weight: bold;
  color: var(--rojo);
  font-size: 14px;
  margin-left: 10px;
  padding: 5px;
}
header {
  width: 100%;
  margin: auto;
  background-color: var(--verdeobs);
}
.contenedorPHeader {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
}
.contenedorPHeader a {
  text-decoration: none;
}
.izquierda {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  color: white;
}
.logoytextoheader {
  display: flex;
  align-items: center;
}
.blanco {
  color: white;
}
.logoytextoheader a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logoytextoheader span {
  color: var(--doradoobs);
  font-weight: 700;
  font-size: 30px;
  margin-left: 30px;
}
.izquierda :nth-child(3) {
  font-weight: 700;
  font-size: 30px;
}
.contenedorRs {
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}
.contenedorRs i {
  font-size: 25px;
  color: white;
}

/*menu*/

.fondomenu {
  background-color: var(--verdecla);
}
.cajamenu {
  animation: animacionmenu 2s;
}
#iconomenu {
  display: none;
}
nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
}
nav ul a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  padding: 15px;
  display: inline-block;
}
nav ul a:hover {
  color: var(--doradocls);
}
#menu {
  display: none;
}

/*Slide*/

#contenedor_slide {
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  /* max-width: 1600px; */
  height: 450px;
  margin: auto;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: 100%;
  float: left;
  width: 100%;
  object-fit: cover;
}
.filtro {
  height: 100%;
  width: 100%;
  background-color: var(--verdeobs);
  position: absolute;
  opacity: 40%;
  top: 0;
  z-index: 2;
}
.txt_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 80%;
  height: auto;
  color: white;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
}
.txt_slide h2 {
  font-size: 40px;
  text-shadow: 0px 0px 10px #666;
}
.txt_slide h3 {
  font-size: 25px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: black;
  top: 52%;
  left: 0;
  opacity: 0.5;
  z-index: 4;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background-size: 40px;
  background-color: var(--rojo);
  background-image: url(../imagenes/chevron-left-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5%;
}
.callbacks_nav.next {
  left: auto;
  background-image: url(../imagenes/chevron-right-solid.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  fill: currentColor var(--doradocls);
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  background-color: var(--rojo);
  padding-right: 10px;
  margin-right: 5%;
}
#contenedor_slide:hover .callbacks_nav {
  opacity: 1;
}
#Btn {
  border: 2px var(--verdeobs) solid;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: var(--verdeobs);
  background-color: #dddddd;
  display: inline-block;
  margin-top: 15px;
}
.iconobtn {
  margin-left: 20px;
  font-size: 20px;
}

/*texto con el nombre de la escuela*/

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

/*titulo de seccion*/

.tituloseccion {
  margin-top: 50px;
  padding-left: 15px;
}
.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: 15px;
}
.fotocentro {
  width: 90% !important;
}
.inforight {
  width: 50%;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.fotoconefecto {
  position: relative;
}
.fotoconefecto figure {
  margin-right: 10px;
}
.fotoconefecto figure img {
  width: 92%;
}
.infoleft p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
}
.infoleft p span {
  font-weight: bold;
}
.inforight img {
  width: 100%;
  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;
}

/*seccion del acordeon de beneficios*/

.beneficios {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}
.acordeonesleft {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.acordeonesright {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.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;
  border-radius: 50%;
  margin-right: 20px;
  background-color: var(--doradocls);
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconow img {
  width: 25px;
  height: 25px;
}
.contacordeon {
  padding: 15px;
}
.cajaacordeon {
  width: 100%;
}

/*tramites y servicios*/

.tramitesyservicios {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  padding: 15px 15px 30px 15px;
}
.contts {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 180px;
  justify-content: space-between;
}
.ultimots {
  height: 30px;
}
.tsinfo {
  display: flex;
  flex-direction: row;
  font-size: 20px;
}
.tsinfo i {
  width: 50px;
  margin-right: 20px;
  font-size: 30px;
}
.tsinfo a {
  color: var(--rojo);
  font-size: 22px;
  font-weight: bold;
}
.iconocert {
  width: 40px;
  height: 40px;
  background-image: url("../imagenes/cert.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 28px;
}

/*Seccion de preguntas frecuentes*/

.preguntas {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  min-height: 50px;
  justify-content: space-around;
}
.preguntas .acordeon_titulo {
  width: 100%;
  background-color: var(--doradocls);
}
.preguntas .cajaacordeon {
  width: 100%;
}

/*Noticias*/

.noticias {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: var(--dorado2);
}
#slider2 {
  padding: 40px 15px 20px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contenedor_info p {
  text-align: justify;
}
.cont_flechas {
  display: flex;
  flex-direction: row;
  width: auto;
  margin-top: 40px;
  justify-content: flex-end;
}
.prev {
  margin-right: 20px;
}
.btns {
  display: flex;
  flex-direction: row;
  color: var(--dorado2);
  background-color: var(--rojo);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  margin-top: 20px;
  transition: all 0.9s;
}
.btns i {
  font-size: 35px;
}
.viewport {
  flex-grow: 1;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.overview {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.cards {
  width: 310px;
  padding: 15px;
  margin-right: 15px;
  background-color: #9b8b72;
  text-align: center;
}
.cards h3 {
  color: var(--verdecla);
  font-weight: bold;
  font-size: 16px;
}
.cards p {
  color: white;
  text-align: left;
  font-size: 14px;
}
.cards :nth-child(5) {
  font-size: 14px;
}
.cards img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 25px;
}

/*solicitar info*/

.solicitarinfo {
  max-width: 1600px;
  height: 385px;
  margin: auto;
  overflow: hidden;
}
.solicitarinfo figure {
  max-width: 1600px;
  height: 385px;
  position: relative;
}
.filtrocall {
  width: 100%;
  height: 385px;
  background-color: rgba(19, 50, 43, 0.6);
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.filtrocall h2 {
  color: white;
  padding: 10px;
}
.detallecall {
  width: 75px;
  height: 4px;
  background-color: var(--rojo);
  margin-top: 20px;
}
#Btncall {
  border: 2px var(--verdeobs) solid;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: var(--verdeobs);
  background-color: #dddddd;
}

/* links */

#slider3 {
  height: auto;
  padding: 15px;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#slider3 .viewport {
  height: 250px;
}
.cards2 {
  width: 310px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}
.linkslogocecati {
  width: 150px;
}
.cards2 a {
  text-decoration: none;
  color: #e01535;
}

/*botones anclados*/

.btnfacebook {
  color: var(--rojo);
  font-size: 50px;
  position: fixed;
  top: 75%;
  right: 20px;
  z-index: 9;
}
.btntphone {
  color: white;
  font-size: 40px;
  position: fixed;
  top: 45%;
  right: -20px;
  z-index: 9;
  width: 130px;
  background-color: #61c955;
  border-radius: 40px 0px 0px 40px;
  transition: all 0.5s;
}
.btntphone a {
  padding-right: 60px;
  color: white;
}
.btntphone:hover {
  right: 0px;
}
.btntphone i {
  margin-left: 35px;
}

/*footer*/
.capacitate {
  font-size: 28px;
  font-weight: bold;
  color: var(--verdecla);
  display: block;
  text-align: center;
  padding: 20px;
}
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--verdefooter);
}
.fondo2 img {
  background-color: white;
}
.continfofooter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: white;
  margin: auto;
  justify-content: space-evenly;
  padding: 15px;
}
.continfofooter span {
  font-size: 26px;
  font-weight: bold;
  margin-top: -20px;
}
.continfofooter .logocecati {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.correos {
  margin-top: 40px;
}
.correos h3 {
  line-height: 40px;
}
.correos a {
  text-decoration: none;
  color: var(--dorado2);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
.correos a:hover {
  color: white;
}
.correo1 {
  margin-left: 45px;
}
.correo2 {
  margin-left: 10px;
}
.correo3 {
  margin-left: 20px;
}
.ubicacion {
  margin-top: 40px;
}
.btn_aviso {
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--rojo);
  color: white;
  text-decoration: none;
}
.ubicacion h4 {
  line-height: 40px;
}
.ubicacion span {
  font-size: 16px;
  font-weight: 400;
  color: var(--dorado2);
}
.ubicacion .direccion {
  margin-left: 20px;
  color: var(--dorado2);
}
.ubicacion .telefono {
  margin-left: 30px;
  font-size: 20px;
  color: var(--dorado2);
}
.RS {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110px;
  font-size: 30px;
  color: white;
}
.RS a {
  color: white;
  transition: all 0.5s;
}
.RS a:hover {
  color: var(--doradocls);
}
.RS a:nth-child(1) {
  margin-right: 100px;
}
.derechos {
  display: flex;
  background-color: var(--verdeobs);
  text-align: center;
  color: white;
  padding: 10px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
/* contactanos */
/*imagen de fondo con nombre de la especialidad*/

.fondocontactanos {
  background-image: url(../imagenes/contactanos.jpg);
  height: 190px;
  background-size: cover;
  display: flex;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fondocontactanos h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fad591;
  z-index: 1;
}
.filtroimagen {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background-color: #13322b;
  opacity: 0.5;
}
.detallenosotros {
  width: 70px;
  height: 13px;
  background-color: var(--rojo);
  margin-top: 10px;
  z-index: 1;
}

/*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;
}
.consultar {
  padding: 10px 20px;
  background-color: var(--rojo);
  color: white;
  text-decoration: none;
  display: inline-block;
}
.contform {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-top: 40px;
  padding-bottom: 50px;
}
.contform form {
  padding: 15px;
}
.curp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.infopersona {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.infopersona1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.formatoinfoselect {
  display: flex;
  flex-direction: column;
}
.formatoinfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.formatoinfo2 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.contacto {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.Bx {
  width: 300px;
  height: 40px;
  border-radius: 4px;
  border: 2px #e0e0e0 solid;
  color: rgb(122, 119, 119);
}
.Bxlada {
  width: 60px;
  height: 40px;
  border-radius: 4px;
  border: 2px #e0e0e0 solid;
  color: rgb(122, 119, 119);
}
.partefinalform {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.botones {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.btn-enviar {
  background-color: var(--verdecla);
  width: 130px;
  height: 50px;
  border: 2px solid #6f7271;
  box-shadow: 0 0 0 0 #6f7271;
  color: white;
  border-radius: 3px;
  font-weight: 300;
  font-size: 16px;
}
.btn-cancelar {
  background-color: white;
  width: 130px;
  height: 50px;
  border: 2px solid #9d2449;
  box-shadow: 0 0 0 0 #9d2449;
  color: #9d2449;
  border-radius: 3px;
  font-weight: 300;
  font-size: 16px;
}

/*botones anclados*/

.btnfacebook {
  color: var(--rojo);
  font-size: 50px;
  position: fixed;
  top: 75%;
  right: 20px;
  z-index: 9;
}
.rojo {
  color: var(--rojo);
  font-weight: bold;
}
.btntphone {
  color: white;
  font-size: 40px;
  position: fixed;
  top: 45%;
  right: 0px;
  z-index: 9;
  width: 90px;
  background-color: #61c955;
  border-radius: 40px 0px 0px 40px;
}
.btntphone i {
  margin-left: 35px;
}
.overview h3 {
  font-size: 18px;
}
.overview .fecha {
  color: var(--verdefooter);
  padding: 10px;
  margin: auto;
  text-align: center;
}
.overview .parrafo {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.fotonoticia img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.informacionnoticia {
  padding: 15px;
}
.informacionnoticia ul {
  margin-left: 40px;
}
.fechanoticia {
  font-weight: bold;
  color: var(--doradoobs);
  font-size: 18px;
}
.mayuscula {
  text-transform: uppercase;
}
.btn_guardar {
  cursor: pointer;
}
.contenedor_botones {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#Btn_whats {
  margin: 10px 10px 10px 0px;
  color: white;
  background-color: #61c955;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border: 2px var(--verdecla) solid;
}
.listaspreguntas {
  margin-left: 20px;
}
