body, p{
     font-family: 'Raleway', sans-serif;
} 
a {
  color: #743237;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #00887f;
  text-decoration: none;
  font-weight: bold;
}
/*Start Header*/
.bannerLogo img{ 
    width: 70%;
    margin: 0 auto;
}
.iconsGoVirtual{
   /* background-image: url(../images/aula_virtual.svg);*/
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 2em;*/
    margin: 0.5em 3em;
    text-align: center;
}
.iconsForo{
    /*background-image: url(../images/globoBeige.svg);*/
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0.5em 0em;
    text-align: center;
}

.iconsForo a , .iconsGoVirtual a{
    top: 35%;
    position: relative;
    color:#fff;
    font-family: 'Boogaloo', cursive;
    text-decoration:none;
}  
.menuSuscription a{ color:#fff; text-decoration: none; }
.iconsForo a:hover , .iconsGoVirtual a:a:hover {
    top: 35%;
    position: relative;
    color:#fff;
    text-decoration:none;
}    
#mod-search-searchword107 {
    font-family: 'Boogaloo', cursive;
    font-size: 1.8em;
    border: 1px solid #743237;
    margin: 0.3em 0em 0.3em 0em;
}
.container-center {
    padding-top: 16px;
}
.title-course > h3{
    color: #fff;
    background: #743237;
    text-decoration: none;
    font-family: Boogaloo, cursive;
    text-align: center;
    margin: 19px 0px 0px 0px;
    cursor: default;
}
/*EndHeader*/


/*start Menu*/
#iapMenu li>a, #iapMenu span.menu-title{
    font-family: 'Boogaloo', cursive;
    color: #591e22;
}
 #iapMenu span.haschild {
    padding-top:4px;
 }
.webSiteMenu{
    /*border-top: 4px solid #b7b19b;
    border-bottom: 4px solid #b7b19b;*/
    padding: 0.5em 0px;
}
.megamenu  > li.mega{
    padding:0em 0.5em;
}
.menuSuscription, .menuSuscription:hover{
    font-family: 'Boogaloo', cursive;
    background-color: #00887f;
    color:#fff;
    padding: 1em;
}
.megaMenuToggle{
    font-family: 'Boogaloo', cursive;
    color: #fff;
    background: #5d2123;
}
/*End Menu*/

/*BANNER START*/
.bannerImage {
     width: 100%;
}
/*BANNNER END*/

/* start BODY*/
#webSiteBody{
     padding: 1em 0em;
}

/*END BODY*/

/*start FB*/
#titleRightFB{
     font-family: 'Boogaloo', cursive;
     color: #00887f;
     text-align:center;
     font-size: 1.5em;
     cursor:default;
}
 .fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {width: 100% !important;}
/* en FB*/

#iconsRRSS {
     padding: 1em 0em;
     text-align: center;
     font-family: 'Boogaloo', cursive;
}
.iconBackground  {  
     border-radius: 50%;
}
.iconBackground a {  
     color:#fff;
}
.ibFB  i {
     background-color: #3a4d7d;
	color: #fff;
	padding: 0.25em;
	border-radius: 50%;
	height: 1.5em;
	width: 1.5em;
	font-size: 2em;

}
.ibYT i{
     background-color: #c62f2d;
	color: #fff;
	padding: 0.25em;
	border-radius: 50%;
	height: 1.5em;
	width: 1.5em;
	font-size: 2em;
}
.ibWT i{
     background-color: #73ad4a;
	color: #fff;
	padding: 0.25em;
	border-radius: 50%;
	height: 1.5em;
	width: 1.5em;
	font-size: 2em;
}

.newsBody{
 padding: 1em 2em;
}


.bodyNews{
     border: 3px solid #00887f;
         background-color: #dad8cd;
}
.bodyNews div.newsHead{
     background-color:  #00887f;
     font-size: 2em;
     text-align:center;
     font-family: 'Boogaloo', cursive;
     color:#fff;
}
.newsTitle{
    color:#743237;
    font-size:2.5em; 
    font-family: 'Boogaloo', cursive;
}
.bodyNews img{
    width: 90%; 
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.newsText{ 
    font-size:1em; 
    font-family: 'Raleway', sans-serif;
    text-align:justify;
    margin: 2em 3em;
}
.newsBody a {
    font-size:1.5em; 
    font-family: 'Boogaloo', cursive;
    text-decoration:none;
    color:#743237;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.containerIframe{
padding-top:1em;
}

/*START EFFECTS IMAGE*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  
  position: relative;
  width: 100%;
  height: 180px;
  
  overflow: hidden;
  text-align: center;
  cursor: default;
  background: #fff;
}

..hovereffect:hover {background: gray;}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: red;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #743237;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*END EFFECTS IMAGE*/

/*START LOGOS  */
body{padding-top:20px;}
.webSiteSliderLogos {
     padding-top: 10%;
}


.webSiteSliderLogos img{
     /*height: 2em;*/
     width:80%;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
    transform: translateY(-50%);

}
.webSiteSliderLogos img:hover{
     /*height: 2em;*/
     width:100%;
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  transform: translateY(-50%);
}


div.col-md-100 {
     width: 11.11%;
     float: left;
     display: inline-block;;
}


@media screen and (max-width: 524px) {

div.col-md-100 {
     width: 33.33%;
     display: inline-block;
}
.webSiteSliderLogos img {
    max-height: 100px;
    width: 80%;
}

}


#bodyMultimedia{
     border: 3px solid #743237;
         background-color: #fff;
         margin-top: 2em;
}
#bodyMultimedia div.multimediaHead{
     background-color:  #743237;
     font-size: 2em;
     text-align:center;
     font-family: 'Boogaloo', cursive;
     color:#fff;
}
.multimediaHead{
    color:#fff;
    font-size:1.5em; 
    font-family: 'Boogaloo', cursive;
}

.bodyInfografias{
     border: 3px solid #b7b19b;
         background-color: #fff;
         margin-top: 2em;
}
.bodyInfografias div.infografiasHead{
     background-color:  #b7b19b;
     font-size: 2em;
     text-align:center;
     font-family: 'Boogaloo', cursive;
     color:#fff;
}
.infografiasHead{
    color:#fff;
    font-size:1.5em; 
    font-family: 'Boogaloo', cursive;
}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img.imgInfogra,

.carousel-inner > .item > a > img.imgInfogra {
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 0em 0em;
  max-height: 60vh;
}
.legendVideo h4{
     text-align:center;
     font-family: 'Boogaloo', cursive;
}

/* ------------------- Carousel Styling ------------------- */


.carouselPrimary .item {
    -webkit-transition: opacity 3s; 
    -moz-transition: opacity 3s; 
    -ms-transition: opacity 3s; 
    -o-transition: opacity 3s; 
    transition: opacity 3s;
}
.carouselPrimary .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
.carouselPrimary .next {
    left:0;
    opacity:1;
    z-index:1;
}

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



/**********************/
.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 55px 25px 0;
    text-align: right;
}

.carousel-control.left i,
.carousel-control.right i , .contentDirection i{
    background-color: #743237;
    color: #fff;
    padding: 0.25em;
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em;
    top: 35%;
    font-size: 2em;
    position: relative;
}

.contentDirection.left, .contentDirection.right  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-indicators .active {
     background-color: #5a968b;
}
/*slider news*/

.carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  /*counter-increment: carousel-cell;*/
}

.carousel-cell.is-selected {
  background: #ED2;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  /*content: counter(carousel-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.carousel-cell p{
    color: #fff;
    background: #743237;
    text-align: center;
}


#webSiteBanner{ padding: 1em 0em;}
.bannerLegendTop{
    font-family: 'Boogaloo', cursive;
    font-size: 2em;
    color: #fff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    right: 20%;
    padding: 0.2em 1em;
}
.bannerText{
    font-family: 'Boogaloo', cursive;
    position: absolute;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    top: 40%;
    font-size: 2em;
    color: #fff;
    width: 30%;
    right: 10%;
}
.bannerLink{
font-family: 'Boogaloo', cursive;
    position: absolute;
    font-size: 2em;
    color: #fff;
    bottom: 3em;
    right: 20%;
    margin: 0em 0em;
}
.bannerLink a{ 
    color:#fff;
    text-decoration: none;
    padding: 0.3em 1em;
    border-radius: .5em;
}
.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(116, 50, 55, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(116, 50, 55, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(116, 50, 55, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(116, 50, 55, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(116, 50, 55, 0.4);
    box-shadow: 0 0 0 0 rgba(116, 50, 55, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(116, 50, 55, 0));
      box-shadow: 0 0 0 10px rgba(116, 50, 55, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(116, 50, 55, 0);
      box-shadow: 0 0 0 0 rgba(116, 50, 55, 0);
  }
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #5a968b;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
  /* padding: 10px 0;*/
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     /*padding: 1.5em 0;*/
  }

}

@media screen and (min-width: 992px) {

  .container {
    max-width: 1207px;
  }

}


/*END LOGOS*/


#webSiteFooter h3{ text-align:center;}
#webSiteFooter{
     background-color: #743237;
     font-family: 'Boogaloo', cursive;
     color:#fff;
     padding-bottom: 1.5em;
}
.footerBottom{
     background-color: #b7b19b; 
     padding:0.5em;
     font-family: 'Boogaloo', cursive;
     font-weight: 100;
} 
.pagination-item {
  width:1.5em;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0ea59a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0ea59a;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0ea59a;
    border-color: #0ea59a;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%; 
}
/*OLD PARAMS*/

#js-mainnav.megamenu .js-megamenu {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}

/*START JOOMLA CONTENT*/
div[itemprop="blogPost"], .item-page {
   background-color: #e1dfd6;
   padding: 1em 0.8em;
   margin: 1em 0em;
   border: 2px solid #bbccc5;
}
div[itemprop="blogPost"] p {
   text-align: justify;
}
.blog img, .item-page img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-header {
    padding-bottom: 9px;
    margin: 1em 1em;
    border-bottom: 1px solid #eee;
}

.page-header > h2 {
     text-aling:center;
     -webkit-transition: color 2s; /* For Safari 3.0 to 6.0 */
     transition: color 2s; /* For modern browsers */
     font-size: 2.2em;
}

.page-header > h2 > a, .page-header > h2{
 color:#743237;
 text-decoration: none;
 font-family: 'Boogaloo', cursive; 
} 
.page-header > h2 > a:hover{
 color:#31312e;
 text-decoration: none;
 font-family: 'Boogaloo', cursive; 
} 
/*END JOOMLA CONTENT*/

/*START COMPONENTE DOCENTES*/
.docentesData img {
     height: 200px;
     max-width: 100%;
     margin: 0 auto; 
}
.docentesData h4 {
    background-color: #aec7c2;
    font-family: 'Boogaloo', cursive;
    padding: 0.5em;
} 
.docentesData p{ 
    text-align: justify;
    height: 250px;
    overflow-y: auto;
    padding: 0px 10px;
    
}   
.docentesData p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.docentesData p::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.docentesData p::-webkit-scrollbar-thumb
{
	background-color: #00887f;
	padding: 5px;
}
.docentesData{
    border-bottom: 2px solid #00887f;
    padding: 1em 1em;
}
.componentTitle , .newsflash-title a{
    color: #541c1e;
    font-family: 'Boogaloo', cursive;
    
}
.chronoform > a { display:none; }
.titleFormS {
    color: #ffffff;
    font-family: 'Boogaloo', cursive;

}
/*END COMPONENTE DOCENTES*/


/*CATEGORIAS*/t

.cat-children > h3 {
display:none; 
}

.leftBody {
    background-color: #fff; 
    padding-top: 11px;
}
.leftBody > div {
    /*margin: 0px 0px 20px 0px;*/
    background-color: #d7d7d7; 
}

.leftBody  li{
     border-bottom: 2px solid #1d1d1b; 
     color:#fff;
     width: 100%;
}

.leftBody  li:first-child{
     color:#fff;
     background-color: #0b8f9b; 
}

.coordinacion{  text-align:center; }
.coordinacion h4{
     color: #0a909b;
     text-align:center; 
}

.btnInsc { 
     background-color: #743237;
     color:#fff;
     width:100%;
     text-decoration:none;
     -webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
}
.btnInsc:hover { 
     background-color: #00889f;
     color:#fff;
     width:100%;
     text-decoration:none;
}
.btn-green {
  background-color: #0ea59a;
  color: #fff;
}
.btn-green:hover {
  background-color: #0b8e85;
  color: #fff;
}

#chronoform_FORM-BESAS  input {  
text-transform: uppercase;
}
#chronoform_FORM-BESAS  label {  
width:100%;
}
#email1_container_div > inut {
text-transform: lowercase;
}

/*CURSOS REALIZADOS*/
.cursos-realizados .page-header > h1{
	font-family: 'Boogaloo', cursive;
	color: #591e22;
}
.cursos-realizados > div > div{
	background-color: #fff;
	margin-bottom: 1em;
}
.cursos-realizados > div > div a{
	background-color: #e1dfd6;
    border-radius: 1em;
    padding: 1em 3em;
    font-family: 'Boogaloo', cursive;
    color: #591e22; 
    font-weight:bold;
}

/*boton inscripcion*/
 #confirmInscription{
    background-color: #571d21;
    color: #fff;
    width: 80%;
    text-align: center;
    border-radius: 0.5em;
 }
 #chronoform_FORM-BESAS{
 border: 1px solid #eee;
    padding: 5px;
 }
.autorPhoto{
    width: 40px;
    max-height: 40px;
    margin: 0 auto;
    position: absolute;
}
.destacadoPortada{
	background-image: url('../../../images/Destacados_alumnos/backgroundGray.jpg');
    color: #fff;
    font-family: 'Boogaloo', cursive;
    text-align: center;
    background-size: contain;
    height: 185px;
    margin: 0.5em 0em;
	
}
.destacadoPortada a{
    text-decoration:none;
}
.destacadoPortada h4{
	padding: 0.5em 1em;
	text-align:center;
	min-height: 100px;
	color:#fff;
}
.destacadoPortada h5{
	padding: 0.5em 1em;
	text-align:left;
	color:#fff;
}
.downloadDestacado{
 background-color: #dad8cd;
 
}
.downloadDestacado a {
 color:#743237;
 text-decoration: none;
 font-family: 'Boogaloo', cursive;
}
.cat-children h3>a{
 color:#743237;
 text-decoration: none;
 font-family: 'Boogaloo', cursive;
}
.newsItem-0, .newsItem-1{ display:none;}


.cfdiv_checkboxgroup label:first-child, .cfdiv_radio label:first-child {
    width: 100%;
    margin-right: 0;
}
.cfdiv_text label {
    width: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: auto; /* 480px;*/
    object-fit: cover;
}


/* EASY DISCUSS */
div#discuss-wrapper .discuss-component-title {
    font-weight: bold;
    line-height: 1.3em;
    background-color: white;
}
div#discuss-wrapper .discuss-component-title:before  {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f25a  ";
}
.discuss-post-title:before  {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f25a  ";
}
.discuss-post-title {
    font-weight: bold;
    line-height: 1.2em !important;
    font-size: 1.3em !important;
}
.discuss-attachments {
    padding: 0 .5em;
    border: 2px solid #743237;
    border-radius: .5em;
}