/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


/*VARIABLES*/
:root {
  --primary-color: #034870;
  --secondary-color: #f1a210;
}

/* FONTS */
@font-face {
  font-family: "marco";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "flexReg";
  src: url(../fonts/Flexo-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Arciform";
  src: url(../fonts/Arciform.otf);
  font-weight: 400;
}
@font-face {
  font-family: "flexBold";
  src: url(../fonts/Flexo-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "popExtraBold";
  src: url(../fonts/Poppins-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "flexReg";
  src: url(../fonts/Flexo-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "flexBold";
  src: url(../fonts/Flexo-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "popExtraBold";
  src: url(../fonts/Poppins-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "popBold";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "popLightItalic";
  src: url(../fonts/Poppins-LightItalic.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "popBoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "popExtraBoldItalic";
  src: url(../fonts/Poppins-ExtraBoldItalic.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "popMedium";
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 800;
}
*,
*::before,
*::after {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
body {
  color: #555;
  /* font-family: "marco"; */
  font-family: "flexReg";
  height: 100%;
  padding-top: 80px;
}
ul {
  list-style: none;
}
.one {
  list-style: circle;
}
a {
  text-decoration: none;
  color: inherit;
}
.boton.uno::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #034870;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  opacity: 0.7;
  transition: .3s ease-in-out all;
}

.boton.uno:hover::after {
  top: 0%;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  background: #034870; 
}

.boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: .3s ease all;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 22px;
}

/* buttons */
.btn-primary {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem;
  line-height: 1;
  border-radius: 50px;
  background-color: #f1a210;
  color: #034870;
  font-weight: bold;
  cursor: pointer;
}
.btn-primary-inscribete {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem;
  line-height: 1;
  border-radius: 50px;
  background-color: #f1a210;
  color: #034870;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
}
.btn-inicio {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem;
  line-height: 1;
  border-radius: 50px;
  background-color: #034870;
  color: #fff;
  font-weight: bold;
}
.logo-ccal{
  width: 250px;
  height: 80px;
}
.titulo-areas-cursos{
  color: red;
}
.color-beneficios{
  color: #034870;
  font-family: "popMedium";
}
.texto-encima{
    position: absolute;
    bottom: 50px;
    left: 10px;
}
.texto-encima-direccion{
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom: 15px;
  left: 20px;
}
.nosotros-asesores{
  margin-left: 20px;
}
.nosotros-asesores-celular{
  margin-left: 30px;
}
.zoom:hover {
    transform: scale(1.05); 
}

.menu {
  display: flex;
}

.menu p {
  margin-right: 2rem;
  cursor: pointer;
}

.content {
  margin-top: 2rem;
}

[data-content] {
  display: none;
}

.active[data-content] {
  display: block;
}
.center {
  text-align: center !important;
}
.img100 {
  display: block;
  width: 100%;
}
.row {
  padding: 3rem 0;
  width: 100%;
}
.gris {
  background: #f9f9f9;
}
.margbot {
  margin-bottom: 3rem !important;
}
.h1 {
  color: var(--secondary-color);
  font-family: 'FlexBold';
  font-size: 2.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
.h2-nosotros {
  color: var(--secondary-color);
  font-family: 'FlexBold';
  font-size: 1.9rem;
  margin-bottom: 1rem;
  text-align: center;
}
h1 {
  color: #fff;
  font-size: 25px;
}
h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 100;
}
.cursos-wrapp h2 {
  color: #034870;
  font-family: 'Arciform';
  font-size: 37px;
  margin-bottom: 2rem;
  text-align: center;
}
.resal {
  color: #f1a210;
  font-size: 35px;
}
.resal-doble-flecha {
  color: #f1a210;
  font-size: 15px;
}
.resal-letra{
  font-size: 15px;
  font-family: "popMedium";
}
.resal-flechas{
  color: #f1a210;
  font-size: 22px;
}
.bold {
  font-family: "flexBold";
}
.cursos-wrapp {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem;
}
.cursos-wrapp-carreras {
  margin: 0 auto;
  max-width: 1100px;
  padding: 1rem;
}
.beneficios-wrapp {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem;
}
.hidden-element {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
/*----CSS CARRUSEL--------*/
.wrapp {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem;
}
.wrapp-slide{
  max-width: 100%;
  padding-left: 1rem ;
  padding-right: 1rem ;
  padding: 2rem 0 ;
  margin: 0 auto;
  border-radius: 6px;
}
.wrapp-slide-carrusel{
  max-width: 100%;
  padding-left: 1rem ;
  padding-right: 1rem ;
  padding: 2rem 0 ;
  margin: 0 auto;
  border-radius: 6px;
}
.slide-container{
  max-width: 1200px;
  max-height: 800px;
  width: 100%;
  padding: 40px 0;
  border-radius: 6px;
  border-radius-bottom: 6px;

}
.slide-content{
  margin: 0 50px;
  overflow: hidden;
  border-radius: 6px;
}
.card{
  /*border-radius: 22px;*/
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;

  /*background-color: #034870;*/
  height: 500px;
  width: 150px;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 60px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  border-radius: 22px;
  width: 100%;
}
.card-image{
  position: relative;
  width: 100%;
  border-radius: 50%;
  padding: 10px;

}
.card-image img{
  width: 100%;
  padding: 0px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.name{
  font-size: 20px;
  font-weight: 500;
  color: #f1a210;
  text-align: center;
  font-family: "popMedium";
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 2;
  transition: .3s ease all;
}
.name_direccion{
  font-size: 15px;
  font-weight: 500;
  color: #ffff;
  text-align: center;
  font-family: "Century Gothic";
  position: absolute;
  bottom: 30px;
  left: 20px;

  z-index: 2;
  transition: .3s ease all;
}
.color-texto li{
  color: #034870;
}
.tamanio-video-historia {
  width: 100%;
  padding-top: 5rem;
}
.imagen1 {
  margin-top: 0px;
  width: 10%;
}
.encabezado-imagen2{
  text-align:center;
  margin-top: -100px;
}
.imagen2 {
  width: 70%;
}
.imagen3 {
  width: 50%;
}
/*-----imagenes sobrepuestas-----*/
.primer-tabs-img1,
.primer-tabs-img2, 
.primer-tabs-img3 {
  text-align:center;
  margin-top: -80px;
}

.primer-tabs-parrafo3-virtuales {
  font-size: 40px; 
  color:#034870; 
  text-align: left; 
  font-family: 'popMedium';
}

.primer-tabs-parrafo1,
.primer-tabs-parrafo2,
.primer-tabs-parrafo3 {
  margin-top: 50px;
}
.primer-tabs-parrafo1,
.primer-tabs-parrafo2,
.primer-tabs-parrafo3 {
  margin-top: 100px;
}

.primer-tabs-parrafo1 span{
  font-size: 40px; 
  color:#034870; 
  text-align: center; 
  font-family: 'popMedium';
}

.primer-tabs-parrafo1 p{
  font-family: "popMedium";
  color: #034870; 
  font-size: 20px;
  text-align: right;
}

.primer-tabs-parrafo2 span{
  font-size: 40px; 
  color:#034870; 
  text-align: center; 
  font-family: 'popMedium';
}

.primer-tabs-parrafo2 p{
  font-family: "popMedium";
  color: #034870; 
  font-size: 20px;
  text-align: right;
}

.primer-tabs-parrafo3 span{
  font-size: 40px; 
  color:#034870; 
  text-align: center; 
  font-family: 'popMedium';
}

.primer-tabs-parrafo3 p{
  font-family: "popMedium";
  color: #034870; 
  font-size: 20px;
  text-align: right;
  padding-top: 20px; 
}


.primer-tabs-img1 img{
  width: 50%;
}
.primer-tabs-img2 img{
  width: 76%;
}
.primer-tabs-img3 img{
  width: 50%;
}
.active-tabs{
  background: linear-gradient(to right, #E7C17A, #f1a210) border-box;
  border-radius: 6px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: -10px;
}
.text1-index {
  font-size: 40px; 
  color:#034870; 
  text-align: right; 
  font-family: 'flexReg';
}
.tamaño-logo-footer{
   width: 80%;
}
/*------------*/
header {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
@media screen {
  header {
    position: fixed;
  }
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem ;
}
.fa-bars {
  color: #074E76;
  font-size: 25px;
  display: none;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu li {
  list-style: none;
  margin-top: 40px;
}
.menu a {
  color: #fff;
  font-size: 18px;
  font-family: "Arciform";
  text-decoration: none;
  padding: 1rem;
}
.menu-carreras a:hover {
  color: var(--secondary-color);
}
.color-redes a {
  color: #fff;
  font-size: 18px;
  font-family: "Arciform";
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  gap: rem;
  text-align: left;
 
}
.color-redes a:hover {
  color: var(--secondary-color);
}

.menu-carreras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:0 auto;
}
.menu-carreras p {
  list-style: none;
  margin-top: 40px;
  margin:0 auto;
}
.menu-carreras a {
  color: #fff;
  font-size: 18px;
  font-family: "Arciform";
  text-decoration: none;
  padding: 1rem;
}

.links {
  text-align: right;
  margin-top: 0;
  margin-bottom: 1rem;
}
.links a {
  color: var(--primary-color);
  font-size: 18px;
  padding: 1rem;
  text-decoration: none;
}
.links a:hover,
.menu a:hover {
  color: var(--secondary-color);
}
.links .emphasis {
  background-color: var(--primary-color);
  border-radius: 6px;
  color: #fff !important;
  padding: 0.25rem 0.5rem;
}
.out {
  display: none;
}
.slider {
  width: 100%;
}

/* banner */
.owl-dots{
  text-align: center;
  padding-top: 1rem;
  margin-top: -120px;
  position: absolute; 
  margin-left: 50%;
}
.owl-dots .owl-dot{
  border-radius: 50px;
  height: 15px;
  margin: 5px;
  width: 15px;
  background: var(--secondary-color) !important;
}
.owl-dots .owl-dot:hover{
  background: var(--primary-color) !important;
}
.owl-dots .owl-dot.active{
  background: white !important;
}



/* carreras */
.career__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.career__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.career__list-title {
  font-size: 1.5rem !important;
  line-height: 1 !important;
  display: inline-block;
  height: 3rem;
  margin-bottom: 0;
  color: #fff !important;
}
.grid-content-dos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
  margin-bottom: 0.1rem;
}
.grid-content-dos a {
  text-decoration: none;
}
.grid-content-tre {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.1rem 1fr 0.1rem 1fr;
  grid-template-columns: 3fr 3fr 3fr;
  gap: 1rem;
}

.ico-carrera {
  display: block;
  padding: 4rem 6rem;
  text-align: center;
}
.ico-carrera:hover img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.ico-carrera img {
  margin-bottom: 1rem;
}
.c-enf {
  background-color: var(--primary-color);
}
.c-far {
  background: #ffca28;
}
.c-fis {
  background: #00c853;
}
.c-lab {
  background: #ef5350;
}
.c-pro {
  background: #7e57c2;
}

/* cursos */
.slider-cursos {
  text-align: center;
  position: relative;
}
.slider-cursos .owl-next,
.slider-cursos .owl-prev {
  background: #5ab3df !important;
  color: #fff !important;
  font-family: "flexBold" !important;
  font-size: 55px !important;
  height: 180px;
  width: 30px;
  position: absolute;
  right: -1.5rem;
  top: 0;
}
.slider-cursos .owl-prev {
  left: -1.5rem;
}
.slider-cursos .owl-next:hover,
.slider-cursos .owl-prev:hover {
  background-color: var(--primary-color) !important;
}
.grupo-curso {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 1rem;
}
.grupo-curso .curso-item {
  border-radius: 6px;
}
.grupo-curso .curso-link {
  display: block;
  padding: 2rem;
  height: 100%;
  color: #fff;
}
.grupo-curso .curso-link p{
  display: block;
  height: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;

}

.curso-link, .atras{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.curso-item {
  background: #034870;
  font-family: "flexBold";
  /* padding: 2rem; */
  text-align: center;
  margin: 0.5px;
  display: block;
  height: 340px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

}
.curso-item img {
  width: 50px !important;
  display: block;
  margin: 0 auto 0.5rem auto;
}
.curso-item:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);

}
.atras {
  
  top:0px;
  left: 0px;
  bottom: 0px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #034870;
  font-family: "flexBold";
  /* padding: 2rem; */
  display: block;
  height: 340px;
  border-radius: 6px; 
  width: 100%;
}
.atras p{
  margin: 22px;
  text-align: center;
  color: white;
}
.link {
  margin-left: 15px;
  margin-right: 25px;
  text-align: left;
  color: white;
  font-size: 11px;
}
.link a{
  
}
.link a:hover {
  color: #f1a210;
}
.curso-contenedor-boton {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.curso-contenedor-boton-inscribete {
  padding-top: 2rem;
  padding-left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* testimonios */
.testimonios-bg {
  background: url(../img/bg_testimonios.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}
.testimonios-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
}
.testimonios-grid__titulo {
  text-align: left;
}
.testimonio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.test-texto {
  background: #fff;
  border-radius: 0.25rem;
  padding: 3rem 5rem;
  text-align: center;
  width: 100%;
}
.test-txt1 {
  color: #fff;
  font-family: "flexBold";
  font-size: 27px;
  margin-bottom: 2rem;
}
.test-txt2 {
  color: #fff;
  font-size: 37px;
  font-family: "flexBold";
}
.test-alu {
  color: var(--primary-color);
  font-family: "flexBold";
  margin-top: 1rem;
  font-size: 1.25rem !important;
  margin-bottom: 0;
}
.test-mas {
  background: #00c853;
  color: #fff;
  float: right;
  font-family: "flexBold";
  padding: 1rem 3rem;
  text-decoration: none;
}

/* convenios */
.convenios__lista {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.convenios__lista li img {
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.convenios__lista li img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.grid-content-cin {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.2rem;
}
.grid-content-cin li {
  border: 1px solid #f5f5f5;
  color: #fff;
  text-align: center;
}
.grid-content-cin li img {
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
}
.grid-content-cin li img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.hmas {
  color: var(--secondary-color);
  font-size: 19px;
  display: block;
  padding-top: 3rem;
  text-align: center;
  text-decoration: none;
}
.carreras-iconos {
  /*border: 1px solid #f5f5f5;*/
  color: black;
  padding: 2rem 3rem;
  
}
.cuadrado {
     width: 56px; 
     /*height: 5%;*/
     /*background: #f1a210;*/
     position: absolute;
     display: flex; 
     justify-content: center;
     
     border-radius: 10px;
     margin-top: -40px;
     margin-left: 45px;
     background: linear-gradient(to right, #F1D7A7, #f1a210) border-box;    
}
.cuadrado-blanco{
  padding:5px;
  margin:5px;
  background-color: white;
  border: solid 1px white;
  color: #034870;
  border-radius: 6px;
  font-size: 18px;
  font-family: "popMedium";
  margin: 30px;
  padding: 30px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

}

.cuadrado-celeste{
  padding:5px;
  margin:5px;
  background-color: #E2FBFF;
  border: solid 1px white;
  color: #034870;
  border-radius: 6px;
  font-size: 18px;
  font-family: "popMedium";
  margin: 30px;
  padding: 30px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/* beneficios */
.bene{
  /*border: 1px solid #f5f5f5;*/
  color: white;
  padding: 3rem 0.9rem;
}

.icono-derecha {
  text-align: right;
}

.bene h3 {
  font-family: "flexReg";
  font-weight: 400;
  font-size: 1rem !important;
  margin-bottom: 0;
}
.bene-resal {
  font-family: "flexBold";
}
.bene img {
  cursor: pointer;
}
.bene img:hover {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

/* modos */

.modos {
  display: inline-block;
  text-align: center;
  padding: 1rem;
  width: 100%;
}
.modos__title {
  font-size: 25px !important;
  margin-bottom: 0;
  color: #fff !important;
}

/* footer */
.grid-content-cua {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
}
.grid-content-cua a {
  color: #fff;
  font-family: "flexBold";
  display: block;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}
.grid-content-cua a:hover {
  background-color: var(--primary-color) !important;
}
footer {
  background-color: #034870;
  color: rgba(255, 255, 255, 0.8);
  font-family: "flexBold";
  font-size: 13px;
  padding: 1rem;
  text-align: center;
}
footer p {
  font-size: 40px;
}
footer .info {
  font-size: 21px;
  margin-bottom: 1rem;
}
footer i {
  font-size: 25px;
}
footer input {
  font-family: "flexBold";
  padding: 0.5rem;
  width: 100%;
}
.grid-footcolums {
  display: -ms-grid;
  display: grid;
  padding: 1rem;
  -ms-grid-columns: 16% 2rem 18% 2rem 32% 2rem 25%;
  grid-template-columns: 20% 20% 32% 25%;
  gap: 2rem;
}
.grid-footcolums div {
  text-align: left;
}
.grid-footcolums a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.grid-footcolums3 {
  display: -ms-grid;
  display: grid;
  padding: 1rem;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  text-align: left;
}
.grid-footcolums3 i {
  float: left;
  margin: 0.5rem;
}
.grid-footcolums3 a {
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
}
.grid-footcolums3 span {
  display: block;
  margin-bottom: 1rem;
}
.grid-footcolums3 i {
  font-size: 15px;
  margin-right: 0.5rem;
}
.grid-footcolums-iconos {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  gap: rem;
  text-align: left;
}
footer a:hover {
  color: #fff;
}
.footel {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline !important;
  font-size: 20px;
}
.footer__address {
  font-style: normal;
}
.footer__address a {
  text-decoration: none;
  color: inherit;
}
.footer__title {
  text-align: left;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 30px !important;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  color: #f1a210;
}

/* interna carrera */
.grid-internas-dos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 7% 33%;
  grid-template-columns: 60% 33%;
  gap: 7%;
}
.grid-internas-dos a:hover {
  background-color: var(--primary-color) !important;
}
.int-txt1 {
  color: #034870;
  font-size: 70px;

  font-family: 'Arciform', serif !important;
  text-align:center;
}
.int-txt2 {
  color: var(--secondary-color);
  font-size: 31px;
  font-family: "flexBold";
  text-align: left;
}
.int-txt3 {
  color: #555;
  font-size: 15px;
  margin-top: 0.3rem;
}
.grid-item {
  color: var(--primary-color);
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
}
.grid-item i {
  color: var(--secondary-color);
  font-size: 50px;
  margin-bottom: 1rem;
}

/* form */
.form-inscripcion {
  /* background-color: #034870; */
  background: -webkit-linear-gradient(to right, hsla(203, 100%, 36%, 0.705), hsla(203, 100%, 23%,1));  
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, hsla(203, 100%, 36%, 0.705), hsla(203, 100%, 23%,1));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  padding: 1rem;
  margin-bottom: 3rem;
  border-radius: 6px;
}
.form-inscripcion input,
.form-inscripcion select {
  color: var(--primary-color);
  font-family: "flexBold";
  font-size: 15px;
  padding: 0.6rem;
  border-radius: 10px;
  margin-bottom: 0.3rem;
  width: 100%;
}
.form-inscripcion p {
  text-align: center;
}
.form-inscripcion .t1 {
  text-align: center;
  font-family: 'popBold';
  font-weight: 900;
  font-size: 31px;
  color: inherit;
  margin-bottom: 0;
}
.form-inscripcion .t2 {
  font-size: 15px;
  margin: 1rem 0;
  font-family: 'marco';
}
::-webkit-input-placeholder {
  color: var(--primary-color);
}
::-moz-placeholder {
  color: var(--primary-color);
}
:-ms-input-placeholder {
  color: var(--primary-color);
}
::-ms-input-placeholder {
  color: var(--primary-color);
}
::placeholder {
  color: var(--primary-color);
}
.politicas {
  color: #fff;
  font-size: 11px;
  margin: 1rem 0;
}
.chk {
  float: left;
  width: 20px !important;
  height: 20px;
  margin-right: 0.5rem;
}
form .btn {
  background: -webkit-linear-gradient(to right, hsl(56, 100%, 64%), hsla(37, 93%, 47%, 1));  
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, hsl(47, 100%, 65%), hsla(37, 93%, 47%, 1));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  cursor: pointer;
  font-family: "flexBold";
  font-size: 17px;
  padding: 1rem;
  -webkit-appearance: none;
  border-radius: 6px;
  height:50px;
}

/* por que loayza */
.porque {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  margin-bottom: 0.2rem;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.porque:nth-child(odd) {
  background-color: var(--primary-color);
}
.porque i {
  font-size: 25px;
  margin-bottom: 0.5rem;
}
.down-file {
  background-color: var(--secondary-color);
  color: #fff;
  display: block;
  margin-bottom: 0.2rem;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
}
.down-file:nth-child(7) {
  background: #00c853;
  margin-top: 3rem;
}
.down-file i {
  font-size: 25px;
  margin-right: 1rem;
}

/* cursos*/
.mbot {
  margin-bottom: 1rem;
}
.grid-temas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  color: #555;
}
.gt2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  color: #555;
}
.grid-temas li {
  font-size: 16px;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-temas i {
  color: var(--secondary-color);
  margin-right: 0.5rem;
}

/* nosotros */
.nosotros {
  font-size: 15px;
  padding: 0 5rem;
  text-align: center;
}
.nosotros h3 {
  margin-bottom: 1rem;
}
.nosotros i {
  color: var(--secondary-color);
  font-size: 35px;
}
.nosotros .grid-content-dos {
  gap: 10rem;
  padding-top: 5rem;
}
iframe {
  display: block;
}

/* ADMISION */
.admision-titulo {
  color: var(--secondary-color);
  font-family: 'FlexBold';
  font-size: 2.25rem;
  margin-bottom: 2rem;
  text-align: center;
}
.admision-subtitulo {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: .25rem;
  font-family: 'FlexReg';
}
.admision-parrafo {
    color: #555 !important;
    font-size: 15px !important;
    font-family: "flexBold";
}
.adms ul {
    list-style: disc;
}

/* reingreso */
.reingreso-lista {
    list-style: none !important;
    margin: 0 !important;
    margin-bottom: 2.75rem !important;
}
.reingreso-lista-item {
    font-size: 15px;
    font-family: 'flexBold';
    margin-bottom: .75rem;
}
.reingreso-lista-item:last-child {
    margin-bottom: 0;
}
.reingreso-lista-item ul {
    font-family: 'FlexReg';
}
.reingreso-h3 {
    font-family: 'FlexReg' !important;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 1rem;
}

/* contactos */
.banner-contact {
  height: 300px;
  background-image: url(../img/banner-contactanos-ccal.png);
  background-size: cover;
  background-position: right center;
  position: relative;
}
.banner-contact__img {
  position: absolute;
  top: 40px;
  left: -60px;
}
.banner-contact__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner-contact__content {
}
.banner-contact__title {
  text-transform: uppercase;
  line-height: 1;
  font-size: 2rem;
  color: var(--secondary-color);
  font-family: "popExtraBold";
  margin-bottom: 2rem;
}

.banner-contact__title span {
  color: var(--primary-color);
}
.banner-contact__title img {
  height: 2rem;
  position: relative;
  top: 8px;
  left: -5px;
}

.contit {
  color: var(--secondary-color);
  font-size: 21px;
  margin-bottom: 1rem;
}
.contit.title {
  text-align: left;
}

.contxt {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: inherit;
  font-family: 'marco';
}
.contxt.descrip {
  width: 60%;
}
.contactanos-carreras {
  padding-left: .75rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  margin-bottom: 2rem;
}

.contactanos-carreras li {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
}
.contactanos-carreras img {
  display: block;
}
.contactanos-carreras__titulo {
  font-size: 15px !important;
  margin-bottom: 0;
}


/* transparencia */
.grid-trans {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.grid-trans .item {
  padding: 0.5rem;
  border-bottom: 1px solid #f9f9f9;
}
.grid-trans .item a {
  display: block;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  margin-bottom: 1rem;
}
.grid-trans p {
  margin-bottom: 1rem;
  font-size: 17px;
  color: var(--secondary-color);
  /*font-family: 'flexBold';*/
}
.grid-trans i {
  color: var(--primary-color);
  font-size: 25px;
  margin: 0 0.5rem;
}
.adms p {
  color: var(--secondary-color);
  font-size: 19px;
  margin-bottom: 0.2rem;
}
.adms span {
  font-size: 15px;
  font-family: "flexBold";
}
.adms ul,
.adms ol {
  margin: 0.5rem 0 2rem 2rem;
}
.adms li {
  font-size: 15px;
  line-height: 1.5rem;
}

/*blog*/
.blog {
  display: -ms-grid;
  display: grid;
  margin-bottom: 2rem;
}
.bdestacado {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62% 2rem 36% !important;
  grid-template-columns: 62% 36% !important;
  gap: 2rem;
}
.brecientes {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 6rem;
}
/*.sombra{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(#fff, 60%, rgba(255,255,255,0));
}*/

.blog-titulos {
  font-family: "flexBold";
  font-size: 25px;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.blog img {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.blog span {
  display: block;
  margin-bottom: 0.5rem;
}
.bfecha {
  color: #ef5350;
  font-size: 17px;
}
.blog .tit {
  font-family: "flexBold";
  color: #3283da;
  font-size: 21px;
}
.blog .txt {
  color: #555;
  font-size: 15px;
}
.blog a {
  color: #3283da;
  text-decoration: none;
}
.blog a:hover {
  text-decoration: underline;
  color: #3283da;
}
.masleidos {
  text-align: center;
}
.blog-leidos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  border-top: 1px solid #f5f5f5;
  padding: 2rem 0;
}
.blog-leidos div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "flexBold";
}
.span-nro {
  font-size: 35px;
  color: var(--primary-color);
  margin-right: 1rem;
}
.blog-leidos a {
  color: #3283da;
  font-size: 17px;
  text-decoration: none;
}
.blog-leidos a:hover {
  text-decoration: underline;
}
.bdetatit {
  color: var(--primary-color);
  font-size: 45px;
  font-family: "flexBold";
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.imgdetablog {
  border-radius: 0.5rem;
  display: block;
  margin: 2rem auto;
}
.txtdetablog {
  max-width: 900px;
  margin: 0 auto 4rem auto;
}

/* queries */
@media screen and (max-width: 1024px) {
  /* contactos */
  .banner-contact {
    background-image: url(../img/banner-contactanos-ccal-2.png);
  }

  .fa-bars {
    cursor: pointer;
    display: block;
    color: var(--primary-color);
  }
  /* menu */
  .nav {
    background: rgba(255, 255, 255);
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 999;
    top: 0;
    left: -100%;
    overflow-y: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  .menu {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .links,
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .links .emphasis {
    background: none;
    color: var(--primary-color) !important;
  }
  .links a,
  .menu a {
    display: block;
    padding: 2rem 3rem !important;
    text-align: left;
    border-bottom: 1px solid rgba(0, 82, 143, 0.2);
    font-family: "flexBold";
    text-transform: uppercase;
    font-size: 15px;
  }

  .out {
    color: var(--primary-color);
    cursor: pointer;
    display: block;
    position: absolute;
    padding: 2rem;
    top: 0;
    right: 0;
  }
  .grid-content-tre_columns-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .name{
    font-size: 15px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "popMedium";
  }
  .primer-tabs-img1 img{
    width: 70%;
  }
  .primer-tabs-img2 img{
    width: 110%;
  }
  .primer-tabs-img3 img{
    width: 70%;
  }
  /* banner */
  .owl-dots{
    text-align: center;
    padding-top: 1rem;
    margin-top: -80px;
    position: absolute; 
    margin-left: 50%;
  }
  .owl-dots .owl-dot{
    border-radius: 50px;
    height: 10px;
    margin: 5px;
    width: 10px;
    background: var(--secondary-color) !important;
  }
  .owl-dots .owl-dot:hover{
    background: var(--primary-color) !important;
  }
  .owl-dots .owl-dot.active{
    background: white !important;
  }
}
@media screen and (max-width: 768px) {
  
  .int-txt2_align_center {
    text-align: center;
  }
  /* contactos */
  .banner-contact {
    background-image: url(../img/banner-contactanos-ccal-3.png);
    background-position: 65% center;
  }
  .banner-contact__title {
    font-size: 1.5rem;
  }
  .banner-contact__img {
    left: -100px;
  }
  .banner-contact__title img {
    height: 1.5rem;
    top: 5px;
  }
  .testimonios-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 2rem;
  }
  .testimonios-grid__titulo {
    text-align: center;
  }
  .test-texto {
    padding: 1.5rem;
  }
  .grid-content-cin {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .grid-internas-dos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .name{
  font-size: 15px;
  font-weight: 500;
  color: #ffff;
  text-align: center;
  font-family: "Century Gothic";
  }
  .imagen1 {
    margin-top: 0px;
    width: 10%;
  }
  .encabezado-imagen2{
    text-align:center;
    margin-top: -100px;
  }
  .imagen2 {
    width: 70%;
  }
  .imagen3 {
    width: 50%;
  }
  /*-----imagenes sobrepuestas-----*/
  .primer-tabs-img1,
  .primer-tabs-img2, 
  .primer-tabs-img3 {
    text-align:center;
    margin-top: -100px;
  }

  .primer-tabs-img1 img{
    width: 100%;
  }
  .primer-tabs-img2 img{
    width: 150%;
    margin-left: -60px;
  }
  .primer-tabs-img3 img{
    width: 100%;
  }
  .active-tabs{
    background: linear-gradient(to right, #E7C17A, #f1a210) border-box;
    border-radius: 6px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: -40px;
  }
  .text1-index {
    font-size: 40px; 
    color:#034870; 
    text-align: right; 
    font-family: 'flexReg';
  }
  .name{
    font-size: 20px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "popMedium";
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 2;
    transition: .3s ease all;
  }
  .name_direccion{
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    text-align: center;
    font-family: "Century Gothic";
    position: absolute;
    bottom: 30px;
    left: 20px;

    z-index: 2;
    transition: .3s ease all;
  }
}

@media screen and (max-width: 736px) {
  .contxt.descrip {
    width: 100%;
  }
  .contactanos-contenido {
    margin-bottom: 2rem;
  }
  .contactanos-form {
    padding-top: 2rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .grid-content-tre {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-content-tre .ultimo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }

  .margbot {
    margin-bottom: 2rem !important;
  }
  .grid-item {
    margin: 1rem 0;
  }
  .grid-content-cua {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-cursos {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-footcolums {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  /*blog*/
  .bdestacado,
  .brecientes {
    -ms-grid-columns: 1fr 1.5rem 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem;
  }
  .blog-leidos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .imgdetablog {
    width: 100%;
  }
  .bdetatit {
    font-size: 35px;
  }
  .name{
    font-size: 15px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "Century Gothic";
  }
  .primer-tabs-img2 img{
    width: 150%;
    margin-left: -40px;
  }
  .primer-tabs-img3 img{
    width: 100%;
    margin-left: 40px;
  }
  .name{
    font-size: 20px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "popMedium";
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 2;
    transition: .3s ease all;
  }
}
@media screen and (max-width: 640px) {
  .convenios__lista {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .nosotros {
    padding: 0 2rem;
  }
  .slider__imagen {
    -o-object-position: 20% center;
       object-position: 20% center;
  }
  .grupo-curso {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .grupo-curso .curso-link {
    padding: 2rem 1rem;
  }
  .name{
  font-size: 15px;
  font-weight: 500;
  color: #ffff;
  text-align: center;
  font-family: "Century Gothic";
  }
  .imagen1 {
    margin-top: 0px;
    width: 10%;
  }
  .encabezado-imagen2{
    text-align:center;
    margin-top: -100px;
  }
  .imagen2 {
    width: 70%;
  }
  .imagen3 {
    width: 50%;
  }
  /*-----imagenes sobrepuestas-----*/
  .primer-tabs-img1,
  .primer-tabs-img2, 
  .primer-tabs-img3 {
    text-align:center;
    margin-top: -100px;
  }

  .primer-tabs-img1 img{
    width: 100%;
  }
  .primer-tabs-img2 img{
    width: 150%;
  }
  .primer-tabs-img3 img{
    width: 100%;
  }
  .active-tabs{
    background: linear-gradient(to right, #E7C17A, #f1a210) border-box;
    border-radius: 6px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: -40px;
  }
  .text1-index {
    font-size: 30px; 
    color:#034870; 
    text-align: right; 
    font-family: 'flexReg';
  }
  .primer-tabs-parrafo1 span{
    font-size: 25px; 
    color:#034870; 
    text-align: center; 
    font-family: 'flexReg';
  }

  .primer-tabs-parrafo1 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 15px;
    text-align: right;
  }
  .primer-tabs-parrafo2 span{
    font-size: 25px; 
    color:#034870; 
    text-align: center; 
    font-family: 'flexReg';
  }

  .primer-tabs-parrafo2 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 15px;
    text-align: right;
  }

  .primer-tabs-parrafo3 span{
    font-size: 25px; 
    color:#034870; 
    text-align: center; 
    font-family: 'flexReg';
  }

  .primer-tabs-parrafo3 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 15px;
    text-align: right;
  }
  .tab-text{
    font-size: 15px;
  }
  .name{
    font-size: 20px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "popMedium";
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 2;
    transition: .3s ease all;
  }
  .name_direccion{
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    text-align: center;
    font-family: "Century Gothic";
    position: absolute;
    bottom: 15px;
    left: 20px;

    z-index: 2;
    transition: .3s ease all;
  }
  h3 {
    font-size: 10px;
  }
}
@media screen and (max-width: 414px) {
  .convenios__lista {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .grid-content-dos,
  .grid-content-tre,
  .grid-content-cua,
  .grid-content-cua,
  .grid-cursos,
  .grid-footcolums,
  .grid-footcolums3,
  .bdestacado,
  .brecientes {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .grid-content-tre .ultimo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .test-mas {
    text-align: center;
    width: 100%;
  }
  h3 {
    font-size: 15px !important;
  }
  .ico-carrera {
    padding: 2rem;
  }
  .modos {
    padding: 1rem;
  }
  /*blog*/
  .bdetatit {
    font-size: 30px;
  }

  .grid-content-cin {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .name{
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    text-align: center;
    font-family: "Century Gothic";
  }
  .primer-tabs-img1,
  .primer-tabs-img2, 
  .primer-tabs-img3 {
    text-align:center;
    margin-top: -20px;
  }
  .primer-tabs-parrafo1,
  .primer-tabs-parrafo2,
  .primer-tabs-parrafo3 {
    margin-top: 0px;
  }
  .primer-tabs-parrafo1 span{
    font-size: 23px; 
    color:#034870; 
    text-align: center; 
    font-family: 'flexReg';
  }

  .primer-tabs-parrafo1 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 13px;
    text-align: right;
  }

  .primer-tabs-parrafo2 span{
    font-size: 23px; 
    color:#034870; 
    text-align: center; 
    font-family: 'flexReg';
  }

  .primer-tabs-parrafo2 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 13px;
    text-align: right;
     margin-top: -10px;
  }

  .primer-tabs-parrafo3 span{
    font-size: 23px; 
    color:#034870; 
    text-align: center; 
    font-family: 'flexReg';
  }

  .primer-tabs-parrafo3 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 13px;
    text-align: right;

  }

  .primer-tabs-img1 img{
    width: 120%;
  }
  .primer-tabs-img2 img{
    width: 120%;
    margin-left: -5px;
  }
  .primer-tabs-img3 img{
    width: 120%;
    margin-left: -25px;
  }
  .active-tabs{
    background: linear-gradient(to right, #E7C17A, #f1a210) border-box;
    border-radius: 22px;
    font-weight: bold;
    font-size: 500px;
    height: 100%;
    margin-top: 0px;
  }
  .name{
    font-size: 20px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "popMedium";
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 2;
    transition: .3s ease all;
  }
  .name_direccion{
    font-size: 10px;
    font-weight: 500;
    color: #ffff;
    text-align: center;
    font-family: "Century Gothic";
    position: absolute;
    bottom: 30px;
    left: 20px;

    z-index: 2;
    transition: .3s ease all;
  }
}
.np {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
}
.np,
.np a {
  color: #fff !important;
  font-size: 13px;
  font-family: "flexReg";
  margin-top: 2rem;
}
.btnwsp {
  background: #00bb2d;
  border-radius: 50%;
  cursor: pointer;
  font-size: 45px;
  height: 60px;
  text-align: center;
  padding: 0.5rem;
  width: 60px;
  position: fixed;
  z-index: 1100;
  right: 1.5rem;
  bottom: 3.15rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.btnwsp i {
  color: #fff;
}

 h1.title_tag {  
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: "flexBold";
    font-size: 32px;
    margin-bottom: 2rem;
}

.container-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 50px;
    background: white;
    margin-top: 10px;
    border-top: 6px solid #65d6a6;
}

.title{
    font-size: 40px;
    margin-bottom: 60px;
}

.sub-title{
    font-size: 20px;
    font-weight: 800;
}

.container-all img{
    width: 100%;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.container-all p{
    font-size: 18px;
    font-weight: 00;
    margin-top: 20px;
    text-align: justify;
}

.container-all h1{
    color: black;
}

.boton-enviar {
    background: #009ED7;
}

.letra-encabezado-tabs {
  font-family: "popMedium";
}

ul.tabs{
  width: 100%;
  height: 100%;
  /*background: #034870;*/
  background: linear-gradient(to right, #0587C9 , #034870 ) border-box;
  list-style: none;
  display: flex;
  border-radius: 6px;

  height:100px;
  border:5px solid #FEFBF7;
  border-radius:22px;
  box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
}

ul.tabs li{
  width: 100%;
}

ul.tabs li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 20px 0px;
}

.active-tabs{
  background: linear-gradient(to right, #E7C17A, #f1a210) border-box;
  border-radius: 22px;
  font-weight: bold;
  font-size: 500px;
  padding-bottom: 20px;

}

ul.tabs li a .tab-text{
  margin-left: 8px;

}

.text-none {
  text-decoration: none;
}

.secciones{
  width: 100%;
  background: #fff;
  margin-top: 10px
}

.secciones article{
  padding: 30px;
  background:#f9f9f9;
}

.secciones h1{
  color: black;
}

.secciones h2{
  color: black;
  font-size: 0px;
  position: relative;
  text-align: left;
  color: #034870;
  margin-top: -20px;
}

.secciones article p{
  text-align: justify;
}


@media screen and (max-width: 700px){
  ul.tabs li{
    width: none;
    flex-basis: 0;
    flex-grow: 1;
  }
  .icono-derecha {
    text-align: center;
  }
  .centrado-texto{
    text-align: center;
  }
  /*-----imagenes sobrepuestas-----*/
  .primer-tabs-img1,
  .primer-tabs-img2, 
  .primer-tabs-img3 {
    text-align:center;
    margin-top: -80px;
  }
  .primer-tabs-parrafo1,
  .primer-tabs-parrafo2,
  .primer-tabs-parrafo3 {
    margin-top: 50px;
  }
  .primer-tabs-parrafo1 span{
    font-size: 35px; 
    color:#034870; 
    text-align: center; 
    font-family: 'popMedium';
  }
  .primer-tabs-parrafo1 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 20px;
    text-align: right;
  }
  .primer-tabs-parrafo2 span{
    font-size: 35px; 
    color:#034870; 
    text-align: center; 
    font-family: 'popMedium';
  }
  .primer-tabs-parrafo2 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 20px;
    text-align: right;
    padding-left: 35px;
  }
  .primer-tabs-parrafo3 span{
    font-size: 35px; 
    color:#034870; 
    text-align: center; 
    font-family: 'popMedium';
  }
  .primer-tabs-parrafo3 p{
    font-family: "popMedium";
    color: #034870; 
    font-size: 20px;
    text-align: right;
  }
  .primer-tabs-img1 img{
    width: 100%;
  }
  .primer-tabs-img2 img{
    width: 150%;
  }
  .primer-tabs-img3 img{
    width: 100%;
  }
  .active-tabs{
    background: linear-gradient(to right, #E7C17A, #f1a210) border-box;
    border-radius: 6px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: -10px;
  }
  .text1-index {
    font-size: 40px; 
    color:#034870; 
    text-align: right; 
    font-family: 'flexReg';
  }
  .tamaño-logo-footer{
     width: 80%;
  }
}

@media screen and (max-width: 500px){
  ul.tabs li a{
    padding: 15px 1px;
    font-size: 15px;
  }
  .icono-derecha {
    text-align: center;
  }
  .centrado-texto{
    text-align: center;
  }
  .name_direccion{
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    text-align: center;
    font-family: "Century Gothic";
    position: absolute;
    bottom:30px;
    left: 20px;

    z-index: 2;
    transition: .3s ease all;
  }
}
@media screen and (max-width: 460px){
  ul.tabs li a{
    padding: 15px 0px;
    font-size: 16px;
  }
  .icono-derecha {
    text-align: center;
  }
  .centrado-texto{
    text-align: center;
  }
}
@media screen and (max-width: 450px){
  ul.tabs li a{
    padding: 15px 0px;
    font-size: 20px;
  }

  ul.tabs li a .tab-text{
    display: none;
  }

  .secciones article{
    padding: 20px;
  }
  .secciones h2{
    color: black;
    font-size: 35px;
    position: relative;
    text-align: left;
    color: #034870;
  }
  /* banner */
  .owl-dots{
    text-align: center;
    padding-top: 1rem;
    margin-top: -50px;
    position: absolute; 
    margin-left: 50%;
  }
  .owl-dots .owl-dot{
    border-radius: 50px;
    height: 5px;
    margin: 5px;
    width: 5px;
    background: var(--secondary-color) !important;
  }
  .owl-dots .owl-dot:hover{
    background: var(--primary-color) !important;
  }
  .owl-dots .owl-dot.active{
    background: white !important;
  }
  .icono-derecha {
    text-align: center;
  }
  .centrado-texto{
    text-align: center;
  }
}
@media screen and (max-width: 400px){
  ul.tabs li a{
   
    font-size: 6px;
  }
  .secciones h2{
    color: black;
    font-size: 35px;
    position: relative;
    text-align: left;
    color: #034870;
  }
  /* banner */
  .owl-dots{
    text-align: center;
    padding-top: 1rem;
    margin-top: -50px;
    position: absolute; 
    margin-left: 50%;
  }
  .owl-dots .owl-dot{
    border-radius: 50px;
    height: 5px;
    margin: 5px;
    width: 5px;
    background: var(--secondary-color) !important;
  }
  .owl-dots .owl-dot:hover{
    background: var(--primary-color) !important;
  }
  .owl-dots .owl-dot.active{
    background: white !important;
  }
  .icono-derecha {
    text-align: center;
  }
  .centrado-texto{
    text-align: center;
  }
  .primer-tabs-img1,
  .primer-tabs-img2, 
  .primer-tabs-img3 {
    text-align:center;
    margin-top: 0px;
  }
  .primer-tabs-img1 img{
    width: 100%;
  }
  .primer-tabs-img2 img{
    width: 100%;
    margin: 0 auto;
  }
  .primer-tabs-img3 img{
    width: 100%;
    margin-left: 20px;
  }
  .primer-tabs-parrafo2 p{
    margin-top: -180px;
  }
  .name{
    font-size: 20px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "popMedium";
    position: absolute;
    bottom: 40px;
    left: 20px;
  }
  .name_direccion{
    font-size: 5px;
    font-weight: 100;
    color: #ffff;
    text-align: center;
    font-family: "Century Gothic";
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
  h3 {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 391px){
  ul.tabs li a{
    font-size: 6px;
  }
  .cuadrado {
     width: 49px;
     /*height: 5%;*/
     /*background: #f1a210;*/
     position: absolute;
     display: flex; justify-content: center;
     justify-content: space-between;
     border-radius: 6px;
     margin-top: -30px;
     margin-left: 35px;
     background: linear-gradient(to right, #F1D7A7, #f1a210) border-box;    
  }
  .menu a {
    color: #034870;
    font-size: 18px;
    font-family: "Arciform";
    text-decoration: none;
    padding: 1rem;
  }
  .secciones h2{
    color: black;
    font-size: 35px;
    position: relative;
    text-align: left;
    color: #034870;
    margin-top: 20px;
  }
  .active-tabs{
    background: linear-gradient(to right, #E7C17A, #f1a210) border-box;
    border-radius: 6px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .primer-tabs-img1,
  .primer-tabs-img2, 
  .primer-tabs-img3 {
    text-align:center;
    margin-top: 0px;
  }
  .primer-tabs-img1 img{
    width: 100%;
  }
  .primer-tabs-img2 img{
    width: 100%;
  }
  .primer-tabs-img3 img{
    width: 100%;
  }
  .name{
    font-size: 20px;
    font-weight: 500;
    color: #f1a210;
    text-align: center;
    font-family: "popMedium";
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 2;
    transition: .3s ease all;
  }
  .name_direccion{
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    text-align: center;
    font-family: "Century Gothic";
    position: absolute;
    bottom: 30px;
    left: 20px;

    z-index: 2;
    transition: .3s ease all;
  }

  /* banner */
  .owl-dots{
    text-align: center;
    padding-top: 1rem;
    margin-top: -50px;
    position: absolute; 
    margin-left: 50%;
  }
  .owl-dots .owl-dot{
    border-radius: 50px;
    height: 5px;
    margin: 5px;
    width: 5px;
    background: var(--secondary-color) !important;
  }
  .owl-dots .owl-dot:hover{
    background: var(--primary-color) !important;
  }
  .owl-dots .owl-dot.active{
    background: white !important;
  }
  .icono-derecha {
    text-align: center;
  }
  .centrado-texto{
    text-align: center;
  }
  h3 {
    font-size: 10px;
  }
  .tamaño-logo-footer{
    width: 80%;
    text-align: center;
    margin:0 auto;
  }
}


/* codigo actualizado */
.contenedor_marco{
	width: 90%;
	margin: auto;
	overflow: hidden;
	max-width: 1150px;
}
.margen_ac{
  font-size: 31px;
  margin-bottom: 30px;
}
.iconos_cursos_especiales{
  display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.iconos_cursos_especiales .icono_c_e{
  width:33%;
  text-align: center;
}
.iconos_cursos_especiales .icono_c_e p{
  width: 50%;
  font-size:18px;
  margin: 30px auto;
  text-align: center;
}
.asecoras_lista{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
  margin-bottom: 40px;
}
.item_lista_asesoras img{
  width: 17px;
}
.item_lista_asesoras{
  width: 45%;
  margin-top: 13px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
	flex-wrap: wrap;
}
.border_telefono{
  width: 140px;
  text-align: center;
  background: #034870;
  color: #fff;
  padding: 3px 0;
  border-radius: 10px;
  font-family: 'marco';
}
.mini_lista{
  width: 300px;
  font-family: 'marco';
}
.mini_lista2{
  width: 150px;
}
.border_telefono2{
  width: 245px;
  text-align: center;
  background: #004876;
  color: #fff;
  padding:10px 10px 5px 10px;
  border-radius: 10px;
  font-family: 'marco';
}
.text_section_telefonos{
  margin-top: 35px;
  font-size: 19px;
  padding-left: 40px;
  padding-bottom: 40px;
  font-family: 'marco';
}
.caja_direcciones{
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-evenly;
	flex-wrap: wrap;
}
.item_caja_direcciones{
  width: 32%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
	flex-wrap: wrap;
}
.item_text_direcciones{
  width: 200px;
}
.item_text_direcciones h5{
  color: #004876;
  font-size: 18px;
  font-family: 'popBold';
}
.item_text_direcciones samp{
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  font-family: 'marco';
}

/* FOOTER MARCO ANTONIO */
.section_footer{
  background: #004876;
  color: #fff;
  padding: 60px 0 20px 0;
}
.caja_section_footer{
  width: 100%;
	margin: auto;
	overflow: hidden;
	max-width: 1550px;
  display: flex;
  justify-content: space-evenly;
	flex-wrap: wrap;
}
.item_caja{
  width: 32%;
}
.item_caja h4{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom:20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.289);
}
.item_caja li{
  font-size:20px;
  margin-bottom: 10px;
}
.item_caja img{
  width:60%;
}

.iconos_enlaces_footer{
  padding: 30px 0px;
  display: flex;
  justify-content: space-evenly;
	flex-wrap: wrap;
}
.iconos_web_footer a{
  font-size:40px;
  margin-right: 50px;
}
.telefono_footer a{
  font-size:40px;
}
.derechos_reservados_footer{
  border-top: 1px solid #fff;
  padding-top: 20px;
  text-align: center;
}
.letra_contactanos{
  font-family: 'marco';
}
.porque_esperar {
  color: #004876;
  font-size: 31px;
  font-weight: 900;
  font-family: 'popBold';
  text-align: left;
}

.contit2 {
  color: var(--secondary-color);
  font-size: 21px;
  margin-bottom: 1rem;
  font-family: "popBold";
}
.contit2.title {
  text-align: left;
}
.tipo_letra{
  font-size:'marco' !important;
}

@media screen and (max-width:1079px){
  .mini_lista{
    width: 200px;
  }

  .item_caja_direcciones{
    width: 42%;
  }

}

@media screen and (max-width:832px){
  .mini_lista{
    width: 50%;
  }

  .item_caja_direcciones{
    width: 42%;
  }
  .item_lista_asesoras{
    width: 100%;
  }

}

@media screen and (max-width:810px){
  .item_caja_direcciones{
    width: 50%;
  }

}
@media screen and (max-width:410px){
  .item_caja_direcciones{
    width: 100%;
  }
  .contit2{
    font-size: 21px !important;
  }
  .iconos_cursos_especiales .icono_c_e{
    width:50%;
    text-align: center;
  }

}
@media screen and (max-width:332px){
  .mini_lista{
    width: 100%;
  }
  .iconos_cursos_especiales .icono_c_e{
    width:100%;
    text-align: center;
  }

}





