/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body{
    background-image: url("../../assets/img/fondo/2.jpg");

}


h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85),
     rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointmentt {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
/**********icono banner*/

#icono-banner{
    font-size: 50px;

}
#texto-banner{
    font-size: 20px;
}

/*---ventajas--*/
.ventajas{
    color:#EEF9FF;
}













.card-circle{
    text-align:center;
     margin-top:10px;
     background:white;    
     border:10px solid transparent;
     color:#fff;
     Font-family: Montserrat;
     padding:10px;
     border-radius:50%;
}





.card-circle .btn,.card-circle .card-icon i,.card-circle{
   transition: all ease-in-out 0.2s;
}

 .card-circle:hover{
    border:10px solid #00A8CC;
}
 .card-circle:hover i {
   text-shadow: 0px -1px 10px #00A8CC;
    transform:scale(1.2)rotate(20deg);
}



.texto-ventaja{
    color: white;
}


.programa {
    height: 680px;
    background-color: #EEF9FF;
}

.cv_btn{
    background-color: dark;
    border-radius: 40px;
}

.circle {
    background: #456BD9;
    border-radius: 50%;
    color: #fff;
    height: 5em;
    position: relative;
    width: 5em;
  }
  
  .circle-icon {
    fill: currentColor;
    height: 50%;
    left: 50%;
    position: absolute;
    stroke: currentColor;
    stroke-width: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
  }



  /**********evento*/


  * {
	box-sizing: border-box;
}

.hola {
	background: #1D1D1F;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.contenedor {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

/* --- --- CONTENEDOR PRINCIPAL --- --- */

.contenido-principal {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.contenido-principal__imagen {
	vertical-align: top;
	margin-right: 20px;
	width: 50%;
	max-width: 550px;
}

.contenido-principal__contenedor {
	width: 50%;
}

.contenido-principal__titulo {
	font-weight: normal;
	font-size: 28px;
}

.contenido-principal__resumen {
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color: #CFCFCF;
}



/* --- --- CAROUSEL --- --- */
.carousel__contenedor {
	position: relative;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #fff;
	opacity: 20%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -30px;
}

.carousel__siguiente {
	right: -30px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	body {
		padding: 40px 0;
	}

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
}

/*--enlace--*/
.enlace a img{
    width: 100%;
}

.enla {
    border-radius: 40px;
}





/*--social bar--*/



.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.icon2 {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
  transition: all .5s;
width: 45px;
}

.a1 {
	background: #3e64ff ;
}

.a2 {
	background: #339DC5;
}

.a3 {
	background: #E83028;
}

.a4 {

  
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  
}
.fa-caret-down {
    color: white;
}
.ddd{
  padding: 20px;
}


.icon2:first-child {
	border-radius: 1rem 0 0 0;
}

.icon2:last-child {
	border-radius: 0 0 0 1rem;
}

.icon2:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

#uname{
  border-radius: 30px;
}

.dd{
  color: white;
}

.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
  
  #vvv{
    background-color: #fa5c20 ;
  }

  

.horacio ul .menu-vertical {
  
   background-color:#06A3DA;
}

.horacio ul li {
    border:solid 1px;
  
}

.horacio ul li a {
   color: #d6249f;
}

/*--programa de estudio--*/
.texto-carrera{
    color:#EEF9FF;
}
.texto-carrera2{
    color:#EEF9FF;
    font-size: 20px;
}


/*--CARRERA--*/

  .fas{
    font-size: 50px;
    color: #F57E57;
    font-weight: bold;
  }

  .texto-docente{
    color: #EEF9FF;
  }

 
  .display-h{font-size:calc(1.525rem + 3.3vw);
    font-weight:700;
    line-height:3}
  @media (min-width: 1200px){.display-h{font-size:4rem}}


  .carousel-caption2 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption2 h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption2 h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}


.carousel-caption2{position:absolute;right:15%;bottom:1.25rem;left:15%;
    padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;
    text-align:center}
    
    .carousel-caption2{color:#000}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}



/*--TAB CARRERA-*/
.programa_iestp{
    background-color: #091E3E;
    text-align: center;

}
.lista_sontabilidad{
    list-style: none;
    padding-left: 0px;
   
}
.lista_sontabilidad li{
    text-decoration: none;
    padding-left: 0px;
}
.programa_iestp h3{
    color: white;
}


/*--ICONO-*/
.ico-se {

 color: #F57E57;
}

.ico-modulo {
    font-size:60px;
    
}


.modulo:hover{
    background-color:  #F57E57;
    color: white;
}

/*** Service ***/
.datos_generales {

    transition: .5s;


}

.datos_generales:hover {
    margin-top: -10px;
    background: var(--primary);


}

.datos_generales * {
    transition: .5s;
}

.datos_generales:hover * {
    color: var(--light) !important;
   
}
.detail-box{
  
  background-color: #EAECEE; padding: 10px; margin: 5px; border-radius: 10px; 
 
}
.detail-box{
   background:  #F57E57;
}



/*** Slider de programas de estudio***/


.slide-info{vertical-align:middle;text-align:center;position:absolute;left:15%;top:18%;background-color:#06A3DA;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;width:397px;height:397px}
.flexslider .slide-con{padding:100px 40px 0;position:relative}
.flexslider .slide-con b{display:inline-block;padding:0 20px;background-color:#06A3DA;background-color:rgba(0, 0, 0, 0.1);font-style:italic;font-weight:normal;font-size:14px;line-height:32px;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;color:#1ee0ff}
.flexslider .slide-con h3{font-weight:800;color:#fff;margin-top:20px;font-size:32px}
.flexslider .slide-con p{font-size:20px; 
    font-weight: 900;
    margin-top:15px;line-height:27px;color:#c7f6fd}
.flexslider .slide-con a{position:absolute;right:80px;bottom:-120px;background-color:#333;color:#fff;font-size:24px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;padding-top:15px;width:60px;text-align:center;height:60px}
@media (min-width:981px) and (max-width:1169px){
    .flexslider .slide-info{top:10%;left:10%;width:350px;height:350px}
    .flexslider .slide-con{padding:70px 30px 0}
    .flexslider .slide-con a{right:90px;bottom:-85px;width:50px;height:50px}}
    @media (min-width:768px) and (max-width:980px){
        .flexslider .slide-info{position:relative;left:0;top:0;width:100%;height:auto;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}
        .flexslider .slide-con{padding:25px 0}
        .flexslider .slide-con p{padding:0 25px}
        .flexslider .slide-con a{position:relative;right:0px;bottom:0px;display:inline-block;text-align:center;width:50px;height:50px}}

        @media (min-width:768px) and (max-width:980px)
    {.flexslider .slide-info{position:relative;left:0;top:0;width:100%;height:auto;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}
    .flexslider .slide-con{padding:25px 0}
    .flexslider .slide-con p{padding:0 25px
    }.flexslider .slide-con a{position:relative;right:0px;bottom:0px;display:inline-block;text-align:center;width:50px;height:50px}}@media (max-width:767px){.flexslider .slide-info{position:relative;left:0;top:0;width:100%;height:auto;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.flexslider .slide-con{padding:25px 0}.flexslider .slide-con p{padding:0 25px;font-size:14px;line-height:22px}
    .flexslider .slide-con h3{font-size:24px}
    .flexslider .slide-con a{position:relative;right:0px;bottom:0px;display:inline-block;text-align:center;width:50px;height:50px}}
   


    

    
    .admision {
        font-size: 40px;
        color: red;
    }

    .convocatoria {
        font-size: 40px;
       
    }
    .adm{
        align-items:center;
    }

    .documentos{
        color: white;
    }

    .convocatoria-texto {
        color:black;
    }

    .color-vieta {
        color: #F57E57;
        font-size: 20px;
    }
    .quitar{
        list-style: none;
    }
    .texto-lista{
        color: #000;
       text-align: justify;
    }




    .matricula-iconos {
      list-style: none;
      padding-left: 17px;
    }

    .justificado {
      text-align: justify;
    }

    .image-container {
      text-align: center;
    }

    .image-container img {
      max-width: 100%;
      height: auto;
    }

    .progress {
      margin: 10px 0;
      height: 30px;
    }

    .progress-container {
      display: flex;
      align-items: center;
      margin-bottom: 1px;
    }

    .progress-label {
      width: 40%;
      margin-right: 1rem;
    }

    .progress-bar {
      text-align: center;
      color: #fff;
    }

    







    