@CHARSET "ISO-8859-1";
a:hover,
a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
font-family: 'Oswald', sans-serif !important;
}
@media (min-width: 768px){

.nav-justified>li {
    display: inline-grid;
    width: 16%;
}
}
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f0cc30;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #00579f;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */

}

/******************************MENU MOVIL***************************/


/******************************MENU MOVIL***************************/


/*BOTON FLOTANTE DE WHATSAPP*/
#btn-whatsapp {
    width:269px;
    position: fixed;
    transform: translateX(73%);
    z-index: 70;
    right:0px;
    top:21%;
     object-fit: cover;
      background-color: #4dc247;
      border-radius: 0px 30px 0px 0px;
      box-shadow: rgb(36 36 38 / 78%) 0px 6px 20px -6px;
}
#btn-whatsapp ul li {
    height: 60px;
    transition: all 0.4s;
    
}
#btn-whatsapp ul li:hover {
    transform: translateX(-75%);
    
      background-color: #00579f;
      border-radius: 30px 0 0 30px;
      box-shadow: rgb(36 36 38 / 78%) 0px 6px 20px -6px;
}
#btn-whatsapp ul li a img {
    width: 240px;
    height: 60px;
}




@media (min-width:1100px) {
    /*BOTON FLOTANTE DE WHATSAPP*/
    #btn-whatsapp {
        width: 340px;
        list-style-type: none;
        top: 20%; /* Ajusta este valor según sea necesario */
        object-fit: cover;
        background-color: #4dc247;
        border-radius: 30px 0 0 30px;
        box-shadow: rgb(36 36 38 / 78%) 0px 6px 20px -6px;
    }

    #btn-whatsapp ul li {
        height: 80px;
        list-style-type: none;
    }

    #btn-whatsapp ul li a img {
        width: 320px;
        height: 80px;
    }
}




/*BOTON FLOTANTE DE WHATSAPP*/
#btn-whatsapp2 {
    width: 269px;
    position:  absolute;
    transform: translateX(-81%);
    z-index: 70;
     top:31%;
      object-fit: cover;
         background-color: #4dc247;
         border-radius: 0px 30px 0px 0px;
         box-shadow: rgb(36 36 38 / 78%) 0px 6px 20px -6px;
}
#btn-whatsapp2 ul li {
    height: 60px;
    transition: all 0.4s;
}
#btn-whatsapp2 ul li:hover {
    transform: translateX(75%);
  
      background-color: #00579f;
      border-radius: 0px 30px 0px 0px;
      box-shadow: rgb(36 36 38 / 78%) 0px 6px 20px -6px;
}
#btn-whatsapp2 ul li a img {
    width: 240px;
    height: 60px;
}



@media (min-width:1100px) {
    /*BOTON FLOTANTE DE WHATSAPP*/
    #btn-whatsapp2 {
        width: 350px;
        top: 45%;
    }
    #btn-whatsapp2 ul li {
        height: 80px;
    }
    #btn-whatsapp2 ul li a img {
        width: 320px;
        height: 80px;
      
    }

    
}

    
    
    
/*parpadeo*/
.text {
  font-size:28px;
  font-family:helvetica;
  font-weight:bold;
  color:#d91e1e;
  text-transform:uppercase;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/*parpadeo*/


.panel-default>.panel-heading {
    color: #5a5252 !important;
    background-color: #ffe536 !important;
    border-color: #ffe536 !important;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px !important;
    color: inherit;
}
.whatsapp2 {
  position:fixed;
  width:350px;
  height:108px;
  bottom:130px;
  right:20px;

  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.whatsapp {
  position:fixed;
  width:350px;
  height:108px;
  bottom:20px;
  right:20px;

  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:15px;
}


.label-success {
    background-color: #5cb85c;
    font-size: 18px;
}
.label-danger {
    background-color: #d9534f;
     font-size: 18px;
}
dl {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}


header {
    background-image: url(../img/fondo.jpg);
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
}



/*mergamenu**/
.mega-dropdown-one {
   /* width: 100%;*/
    display: inline-block
    
}

.mega-dropdown {
    background:linear-gradient(to right,#294594,#528ce4);
    text-align: center
}

.mega-dropdown,
.mega-dropdown-one {
   /* width: 100%;*/
    display: inline-block
}

.mega-dropdown-one,
.mega-dropdown-one2,
.mega-dropdown-two {
    position: static!important;
    display: inline-block
   
}

.mega-dropdown {
    background:linear-gradient(to right,#294594,#528ce4);
    border-bottom: 1px solid #518ae2;
    padding: 0;
}

.mega-dropdown2 {
background: linear-gradient(to right,#eba02f,#f2d409);
    border-bottom: 1px solid #f2d409;
    padding: 0;
    text-align: center
}    
    
.mega-dropdown-one {

    background: linear-gradient(to right,#294594,#528ce4);
    border-bottom: 1px solid #518ae2;
     padding: 0;
      text-align: center;

}

.mega-dropdown-one2 {

background: linear-gradient(to right,#eba02f,#f2d409);
    border-bottom: 1px solid #f2d409;
    padding: 0;
      text-align: center;

}


.mega-dropdown-two {
    background:linear-gradient(to right,#386ee8,#7da0de);
    color: #fff;
    width: 33.4%
}




@media (max-width:769px) {
    .mega-dropdown,
    .mega-dropdown-one,
    .mega-dropdown-two {
        width: 100%;
        display: inline-block
    }
    .mega-dropdown {
        background-color: #2aaab6
    }
    .mega-dropdown-one {
        position: static!important;
        background-color: #f4af00
    }
    .mega-dropdown-two {
        position: static!important;
        background-color: #fb6e69;
        color: #fff
    }
    .navbar-nav {
        margin: 0;
        text-align: left !important;
    }
    .mega-dropdown-one .mega-dropdown-menu:after,
    .mega-dropdown-one .mega-dropdown-menu:before,
    .mega-dropdown-two .mega-dropdown-menu:after,
    .mega-dropdown-two .mega-dropdown-menu:before {
        display: none
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        text-align: center
    }
}

.mega-dropdown-menu {
    padding: 20px !important;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
        text-align: center;
        top: auto;
}

.mega-dropdown-one .mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff0;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 90%;
    z-index: 10
}

.mega-dropdown-one .mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #fff0;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 90%;
    z-index: 8
}

.mega-dropdown-two .mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff0;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 82%;
    z-index: 10
}

.mega-dropdown-two .mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 82%;
    z-index: 8
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #999;
    white-space: normal
}

.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: 700
}

.mega-dropdown-menu form {
    margin: 3px 20px
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px
}

@media (min-width:770px) {
    .dropdown-menu>li>a {
        text-align: center;
        background: #ededed;
        margin: 2px;
        z-index: 5;
        padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    white-space: normal;

    }
}

/*megamenu***/
footer {
   /* background-image: url(../img/fondo_footer.jpg);*/
    background-color: #fff;
    padding: 15px;
    padding-left: 25px;
    color: #000;
}
.text-orange,
.text-orange:hover,
.text-orange:focus {
    color: #00569d;
}
ul.social {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0px;
    padding-right: 25px;
    text-align: right;
}
ul.social li {
    display: inline;
}
ul.social .fa,
.list-group li.active a {
    color: #ffffff;
}
.navbar-menu {
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #01559d !important;
    background: #fff;
    border-radius: 10px;
}

/* Slide 1 */
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.background33 {
    background-image: url(../img/pages/fo.jpg);
}

.background22 {
    background:#fff;
}


.bg-body-tertiary {
    -bs-bg-opacity: 1;
    background-color: transparent !important;
}





.bg-transparent {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(103 105 107 / 70%);
    z-index: auto;
    top: 0;
    right: 0;
}
.padding-100 {
    padding: 50px 0;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #ffffff !important;
    background-color: #01559d;
}

body {
    font-family:sans-serif;
    font-size: 15px !important;
    line-height: 20px;
    color: #303030;
   background-image: none !important;
}
.navbar-default {
   background-image: url(../img/fondo-2.jpg); 
       background-repeat: repeat;
      /* background-size:contain;*/
    background-color: #eff2fb !important;
   /*background-position-x: -120px;*/
   /*height: 80vh;*/
}

/* <!--navbar azul de los usuarios--!> */

.nav-Link .nav-item {

  size: 46px;
  color:white !important;
}

.navbar-menu {
    /*background-image: url(../img/fondo_menu.jpg);*/
   /** background-color: #0f66d1;
   /* background: rgb(254,182,69); 
    background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(249,198,103,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,182,69,1)), color-stop(100%,rgba(249,198,103,1))); /* Chrome,Safari4+ 
    background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%,rgba(249,198,103,1) 100%); 
    background: -o-linear-gradient(top, rgba(254,182,69,1) 0%,rgba(249,198,103,1) 100%); 
    background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%,rgba(249,198,103,1) 100%); 
    background: linear-gradient(to bottom, rgba(254,182,69,1) 0%,rgba(249,198,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f9c667',GradientType=0 ); */
}
.nav-pills,
.navbar-menu .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a,
.navbar-text  {
    font-weight: bold;
}
.navbar-form .form-control,
.navbar-form button {
    margin-left: 5px;
}
.carousel-caption h2 {
    font-size: 1.5em;
}
.carousel-caption h2 a {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-caption {
    bottom: 0px;
    padding-bottom: 0px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.2) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.2) 0),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0.2) 0,rgba(0,0,0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
}
@media screen and (min-width: 768px) {
    #header-carousel .carousel-inner {
        min-height: 300px;
    }
    #header-carousel .item img {
        margin: 0 auto;
        min-height: 500px;
        max-height: 300px;
        width: 100%;
    }
    .carousel .item .inner-item {
        padding: 15px;
        float: left;
    }
    .carousel-caption {
        text-align: right;
        padding: 15px;
        margin-bottom: -15px !important;
    }
    .carousel-caption a,
    .panel-footer .list-group a {
        text-decoration: none;
    }
}
.all_service_area {
   
    /*background: url(../img/pages/pt-gris.png) repeat;*/
   /*background-color: #f0f4f7;*/

    bottom: 0;
    width: 100%;

}
.all_service_area2 {
   
    background: url(../img/pages/pt-gris.png) repeat;

    
}
.call_to_action:before {
    background-color: rgb(37 47 177 / 54%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    content: "";
}
.call_to_action {
    background-image: url(../img/pages/fun-fact.jpg);
    background-size: cover;
    background-position: 0 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.section_padding_60 {
    padding: 60px 0;
}

.text-muted {
    color: #fff !important;
}

blockquote {
    border-left: none;
    padding: 0px;
    margin-bottom: 10px;
}
.quote, .quote-admin {
   /* border: 1px solid #e9e9e9;
    border-left: 5px solid #3498db;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 10px 10px 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.quote {
   /*  background: #f8f8f8;*/
    margin-top: 15px;
}
.quote small {
    font-size: 100%;
}
.padding-top,
.panel-footer .row {
    padding-top: 15px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top {
    margin-top: 15px;
}
.padding-bottom {
    padding-bottom: 15px;
}
#latest-news .carousel-control.left,
#latest-news .carousel-control.right {
    background-image: none;
}
#latest-news .carousel-indicators a,
#latest-news .carousel-indicators a.active {
    border: none !important;
    background-color: transparent;
    width: 12px;
    height: 12px;
    color: #000;
}
#latest-news .carousel-indicators {
    width: 60px;
    position: inherit;
    margin-left: 30px;
    left: 0px;
    bottom: 45px;
}
.head-news {
 
    padding-bottom: 5px;
}
.main-content,
.home-content {
   /*  background-color: rgba(0, 0, 0, 0.1);*/
}
.main-content > .container {
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.info-box {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.info-box i {
margin-right: 20px;
    margin-top: 7px;
    text-align: center;
    color: #d2d2d2;
    float: left;
    font-size: 26px;
}
.info-text {
    overflow: hidden;
    font-weight: 300;
  /*  display: inline-block;*/
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin:10px;
    margin-left: 40px;
}
}

.list-group-item-danger {
    color: #fff !important;
    background-color: #278fe9 !important;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center !important;
}


.btn-primary {
    color:#515A5A;
    background-color:#ddc318!important;
border-radius: 10px !important;
}
.btn-primary:hover {
    color: #515A5A;
    background-color: #ffe536 !important;
border-radius: 10px !important;
}
.btn-primary2 {
  color: #515A5A;
    background-color: #ffe536!important;
    border-color: #515A5A !important;
    padding: 15px 18px;
    border-radius: 54px;
}
.btn-primary2:hover {
  color: #515A5A;
    background-color: #515A5A !important;
    border-color: #515A5A !important;
    padding: 15px 18px;
    border-radius: 54px;
}



.page-header {
    border-bottom-color: #CCC;
}

.fa {
    padding-left: 0px !important;
}

#back-to-top {
    color: #FFF;
    text-decoration: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    display: block;
    background: #FFCC00;
    background: rgb(25 27 29 / 75%);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
.list-group {
    margin-bottom: 0px;
}
.dropdown-list {
    padding: 0px;
}
.dropdown-list .list-group-item:first-child {
    border-radius: 0px;
}
.dropdown-list .list-group-item {
    font-weight: normal;
    white-space: normal;
}
.dropdown-list .list-group-item > span {
    white-space: nowrap;
}
.dropdown-list.dropdown-talentus .list-group-item {
    padding: 5px 10px;
}
.dropdown-list.dropdown-external {
    min-width: 275px;
}
.dropdown-list .list-group-item-heading {
    font-weight: bold;
    font-size: 15px;
}
.form-actions {
   /* border-top: 1px solid #e5e5e5;*/
    padding-top: 20px;
}
input.error, select.error,
textarea.error {
    border-color: #B94A48 !important;
}
button.error, span.error {
    border: 1px solid #B94A48 !important;
    color: #B94A48;
}
label.error {
    color: #B94A48;
}
.label,
.navbar-text {
    color: #FFF !important;
    font-size: 14px;
}
.errorContainer li {
    list-style: none;
}
.hide-alt {
    display: none;
}
.panel-body p,
p.text-justify {
    text-align: justify;
}
.panel-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
}

.btn-success {
    color: #fff;
    background-color: #999;
    border-color: #777;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #750cb6;
    border-color: #7d3cb1;
}




.well {
   background-color: #fff !important;
   border: 0px solid #fff !important;
       box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
}
.note-editor {
    background-color: #FFF;
}
#accordion-admin > .panel-default > .panel-heading,
#accordion-admin-resources .padding-bottom-resources {
   padding-bottom: 30px;
}
.links-menu {
    min-width: 360px;
}
.links-menu .list-group-item {
    border: none;
}
.links-menu .list-group {
    margin-bottom: 0px;
}
.modal-header {
    background-color: #0f66d1;
    color: #fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #CC0000!important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
}

.label-primary a {
    color: #FFF;
}
.btn-group-vertical button {
    text-align: left;
}
.btn-group-vertical {
    padding-left: 30px;
}
.carousel-indicators {
    bottom: 5px;
}
#ModalResource .modal-dialog {
    width: 95%;
    height: 89%;
}
#ModalResource .modal-dialog .modal-content {
    height: 100%;
}
iframe {
    background:url("../img/ajax-loader.gif") no-repeat center;

     max-width: 100%;
    height: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 100%;
    height: 1150px;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-plan a {
    font-size: 24px;
    font-family: 'Oswald', sans-serif !important;
}
#FormExam .form-group .btn-group .btn {
    white-space: normal;
    width: 100%;
    border-radius: 0px;
}
.dropdown-header {
    background-color: #f0ad4e;
    color: #FFF;
}
.popover-content {
    font-weight: normal;
}
.btn-group-vertical .btn {
    white-space: normal;
    text-align: left;
}
.select2-container .select2-choice .select2-arrow {
    border-left-color: #CCC;
    background: none;
}
.select2-container .select2-choice {
    background-image: none;
    line-height: 32px;
    height: 32px;
}
.select2-container .select2-choice .select2-arrow {
    border-left-color: #CCC;
    background: none;
}
div.dataTables_info {
    white-space: normal;
}
.table-admin td .page-header {
    margin: 0 0 10px;
}
.table-admin td .page-header:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
.error-container {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
}
.error-container h1 {
  margin-bottom: .5em;
  font-size: 60px;
  line-height: 1em;
}
.error-container h2 {
  margin-bottom: .75em;
  font-size: 28px;
}
.error-container .error-details {
  margin-bottom: 1.5em;
  font-size: 16px;
}
.pager {
    margin: 0px;
}

.text {
  font-size:28px;
  font-family:helvetica;
  font-weight:bold;
  color:#FF3333;
  text-transform:uppercase;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}  




/*****************acordeon*****************************************/
.acordeon .etiqueta::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.acordeon {

  color: black;
  background-color: white;

}

.acordeon .contenedor {
  position: relative;
  margin: 10px 10px;
}

/* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */

.acordeon .etiqueta {
  position: relative;
  padding: 10px 0;
  font-size: 20px;
    color: #2c2c2c;
    cursor: pointer;
    font-weight: 600;
}




/* Oculta el contenido (altura: 0), disminuye el tamaño de la fuente, justifica el texto y añade la transición */

.acordeon .contenido {
  position: relative;
  background: white;
  height: 0;
  text-align: justify;
  overflow: hidden;
  transition: 0.5s;
}
.acordeon .contenedor {
  position: relative;
  margin: 10px 10px;
}

/* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */

.acordeon .etiqueta {
  position: relative;
  padding: 10px 0;
  color: black;
  cursor: pointer;
}

/* Muestra la parte de contenido cuando está activa. Establece la altura */
@media (min-width:1100px) {
 .acordeon .contenedor.activa .contenido {
  height: 150px !important;
} 
    
}
.acordeon .contenedor.activa .contenido {
  height: 500px;
}

/* Cambia de signo positivo a negativo una vez activado */

.acordeon .contenedor.activa .etiqueta::before {
  content: '-';
  font-size: 30px;
}
/* Añade una línea horizontal entre los contenidos */

.acordeon hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

button.accordion-button.collapsed {
  background-color: #F9E79F;
}
.accordion-button:not(.collapsed){
background-color: #F9E79F;
}
.text {
  font-size:22px;
  font-family:helvetica;
  font-weight:bold;
  color:#CC0000;
  text-transform:uppercase;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.wrap{
	width: 800px;
	max-width: 90%;

}

ul.tabs{
	width: 100%;
	background: #fff;
	list-style: none;
	display: flex;
}

ul.tabs li{
	width: 18%;
	background-color: #d5d5d5;
}

ul.tabs li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;

	display: block;
	padding: 5px 0px;
}

.active{
	background: #fbf4d9;
}

ul.tabs li a .tab-text{
	margin-left: 8px;
}

.secciones{
	width: 100%;
	background: #fff;
}

.secciones article{
	padding: 10px;
}

.secciones article p{
	text-align: justify;
}


@media screen and (max-width: 700px){
	ul.tabs li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media screen and (max-width: 450px){
	ul.tabs li a{
		padding: 15px 0px;
	}

	ul.tabs li a .tab-text{
		display: none;
	}

	.secciones article{
		padding: 20px;
	}
}

/* Design of card de Carrera Magisterial */
.cuadro_magisterio {
    background-color: #cffcf5;
}
 