html,
body{
	background-color: #000001;
  background-image: url(/bundles/projectapp/img/fondo.jpg);
  font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  width: 100%;
  position: relative;
  /*overflow-x: hidden;*/
}

a:focus,
a:visited,
a:active,
a:hover{
  text-decoration: none;
}

@media (min-width: 650px){
  .multicolumna{
    -moz-column-count: 2;
    -moz-column-gap: 4em;
    -webkit-column-count: 2;
    -webkit-column-gap: 4em;
  }
}


.institucional{
  padding: 30px 0 40px 0;
  background: #f2f2f2;
  background: rgba(250,250,250,1);
  background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
  border-top:1px solid #e0e0e0;

}
.institucional .tips{
    padding-left: 0px;
    list-style: none;

    font-style: italic;
    margin-bottom: 40px;
    line-height: 20pt;
    font-size: 11.5pt;
}
.institucional .mision-vision{
  margin-top: 40px;
}
.institucional .mision-vision h4{
  margin-top: 20px;
  margin-bottom: 15px;
}

.institucional .mision-vision .division{
  border-top: 1px solid rgba(95, 124, 151, 0.19);
  padding: 10px 60px;
}

.institucional h4{
     margin-bottom: 30px;
    margin-top: 38pt;
    font-size: 19pt;
    color: #5e7c97;
}
.institucional .intro{
      font-style: italic;
    margin-bottom: 40px;
    line-height: 20pt;
    font-size: 11.5pt;
}
.institucional .subtitulo{
  color: rgb(93, 124, 151);
  font-family: 'Helvetica neue Bold';
}
.institucional .texto{
  margin-bottom: 20px;
}

/***************************  MODAL GALERIA CURSOS  *******************************************/
.modal-open .modal{
  overflow-y: hidden;
}
#modalCursosPresenciales .modal-body,
#modalCursosPresenciales .modal-title{
  color: #444;
  font-size: 14pt;
}
#modalCursosPresenciales .modal-body {
	width: 100% !important;
}
#modalGalleryContent {
  height: 100vh;
  width: 100%;
}
#modalGalleryContent .imgModalGallery,
#modalCursosPresenciales .carousel-inner > .item > img{
    max-height: 80vh;
    margin: 0 auto;
    box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.18);
    height: auto;
    width: auto;
}

#modalCursosPresenciales .modal-gallery-content{
	margin: 0 auto;
	    text-align: center;
	    display: inherit;
}

#modalCursosPresenciales .modal-backdrop.in{
  opacity: .9;
}
#modalCursosPresenciales .modal-backdrop{
  background-color: #444;
}

#modalCursosPresenciales .modal-dialog{
    width: 100%;
    margin: 0;
}
#modalCursosPresenciales .modal-footer{
  display: none;
}
#modalCursosPresenciales .modal-content{
  height: 100%;
  box-shadow: none !important;
  border-radius: 0px;
  border: 0px;
  background-color: #fff;
}
#modalCursosPresenciales .close{
    float: right;
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    color: #444;
    text-shadow: 0 1px 0 #444;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}
#modalCursosPresenciales .modal-header{
  border-bottom: 0px;
}
#modalCursosPresenciales .carousel-control.left,
#modalCursosPresenciales .carousel-control.right{
  display: block;
}
/**********************************************************************************************/
.carousel-control.left,
.carousel-control.right{
  display: none;
}

#cursosHome .cursos .carousel-control{
  width: 5%;
}

.carousel-control.right{
  background: none;
  right: 0px;
}
.carousel-control.left{
  background: none;
  left: 0px;
}


#principal{
  position: relative;
  overflow: hidden;
}


.navbar-header{
  height: 80px;
}
.collapse.in{
  background-color: #1A3758;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: inherit;
}

.flyers{
	position: relative;
	margin: 0 auto;
  text-align: center;
}
.center{
  text-align: center;
  margin: 0 auto;
}
.centro{
	z-index: 200;
	position: absolute;
}
.circuloLogo{
	background: url(../img/circulo.png) no-repeat 0 0;
	width: 56px;
	height: 56px;
	display: inline-block;
}

.flyer-home{
    position: absolute;
    z-index: 100;
    text-align: center;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    height: 50%;
}
/*
.flyer-home.picA{
    background: url(../img/p1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
}
.flyer-home.picB{
    background: url(../img/p2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    right: 0;
}
.flyer-home.picC{
	background: url(../img/p3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  bottom: 0;
  left: 0;
}
.flyer-home.picD{
	background: url(../img/p4.jpg) no-repeat center center;
  background: url(../img/p4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  bottom: 0;
  right: 0;
}*/

.flyer-home .azul{
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(2, 37, 78, 0.7);
}

.flyer-home:hover .azul{
	background: rgba(17, 9, 105, 0);
}
.flyer-home:hover h2{
	color: #000001;
}

.flyer-home h2{
	font-family: 'Helvetica Neue Bold';
	color: #fff;
	font-size: 37pt;
	padding: 5%;
	text-align: center;
	margin-top: 20%;
	cursor: pointer;
	position: relative;
	z-index: 5;
}

.posterior{
  display: block;
    z-index: 100;
    position: relative;
}

.navbar-default{
  background-color: transparent;
  /*
  #1b1464
  #Azul Charly 100B3E
  */
  border-color: inherit;
}
.navbar{
  position: relative;

  margin-bottom: 0px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*
  min-height: 90px;
  height: 90px;*/
}

.navbar-brand{
  padding-right: 0px;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav > li > a:focus{
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Helvetica Neue Normal';
}
.navbar-default .navbar-nav>li>a:hover{
  color:#E60024;
}
.navbar-default .navbar-collapse{
  /*height: 90px;*/
}

section.cursos{
  /*background: url(../img/bgCursos.jpg) no-repeat bottom center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

#cursosHome .cursos .carousel{
  padding: 0px 0;
}

section.cursos.casa .carousel{
  padding: 0px 0;
}

section.cursos.casa .openModalGalleryCourse img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}


section.cursos.casa .videoCurso{
  vertical-align: middle;
}

section.cursos.casa .texto{
  vertical-align: middle;
}
section.cursos.casa  .texto h2,.cursos .texto h4{
  color:#fff;
  margin: 0px;
}
section.cursos.casa .texto h2{
  font-size: 35pt;
}
section.cursos.casa  .texto h4{
  font-size: 20pt;
  font-weight: lighter;
}


.publicidad.workshop{
  background: url(../img/bgPublicidad.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 110px 0;
}

.publicidad.workshop h2{
  font-size: 40pt;
  color: #fff;
  margin:0;
}
.publicidad.workshop span{
  font-size: 24pt;
  color: #fff;
  line-height: 30pt;
  font-weight: lighter;
}


section.proveedores{
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.42);
}

.jcarousel-wrapper{
    margin: 0px auto !important;
    position: relative;
    border: 0px solid #fff !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 0px #999 !important;
    -moz-box-shadow: 0 0 0px #999 !important;
    box-shadow: 0 0 0px #999 !important;
}

.principalServicios{
  background: url(../img/principalServicios.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}
/*************************************/

.principalCursos{
  background: url(../img/principalCursos.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}
.principalCursosCasa{
  background: url(../img/principalCursosCasa.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-height: 70px;
}

.contenido.cursos a, .contenido.cursos a:focus, .contenido.cursos a:active, .contenido.cursos a:visited, .contenido.cursos a:hover{
  text-decoration: none;
}
/*.contenido.cursos h1.text-line-height:hover{
  color:#225282;
}*/

section.bajada.cursosCasa{
   background:#193d62 ;
   color: #fff;
   padding: 45px 0 20px;
}


.tabServicios{
  list-style: none !important;
  padding:0px !important;
}
.tabServicios li{
  display: inline-block;
}

.tabServicios a
{
  text-decoration: none;
  margin: 0 5px;
}/*
.tabCursos a.LinkCursos1{
  background: url(../img/tabs.png) no-repeat -108px -111px;
  display: block;
  width: 96px;
  height: 109px;
}
.tabCursos a.LinkCursos1:hover,
.tabCursos li.active a.LinkCursos1{
  background: url(../img/tabs.png) no-repeat -108px 0;
  display: block;
  width: 96px;
  height: 109px;
}
.tabCursos a.LinkCursos2{
  background: url(../img/tabs.png) no-repeat 0px -126px;
  display: block;
      width: 83px;
    height: 98px;
}
.tabCursos a.LinkCursos2:hover,
.tabCursos li.active a.LinkCursos2{
  background: url(../img/tabs.png) no-repeat 0px 0;
  display: block;
     width: 83px;
    height: 98px;
}
*/

section.contenido.cursos{
  background-color: #f5f4f4;
    padding:10px 0 2px;
    margin-top: -10px;
    z-index: 2;
    position: relative;
}
section.contenido.cursos{
  margin-top:0px;
}

section.contenido.cursos .half{
  vertical-align: middle;
  display: inline-block;
}

section.contenido.cursos .cursoItem.b{
  text-align: right;
  position: relative;
  display: block;
}

section.contenido.cursos .cursoItem.a{
  text-align: left;
  position: relative;
  display: block;
}

section.contenido.cursos .cursoItem.a h1,
section.contenido.cursos .cursoItem.b h1{
  line-height: 1;
}

section.contenido.cursos.casa .cursoItem.a{
  text-align: left;
  position: relative;
  border-bottom: 1px solid #DADADA;
}
section.contenido.cursos.casa .cursoItem.a .pic,
section.contenido.cursos.casa .cursoItem.a .text{
vertical-align: middle;
}

section.contenido.cursos.casa .cursoItem.a .text .detalle{
  margin-bottom: 5px;
}
section.contenido.cursos.casa .cursoItem.a .text {
  padding-top: 10px;
}


section.contenido.cursos .cursoItem h1{
  color: #3285e3;
  font-size: 20pt;
  font-family: 'Helvetica Neue Bold';
  margin-top: 20px;
  line-height: 15pt;
}

section.contenido.cursos .cursoItem h2{
  color: #5c7c97;
  font-size: 16pt;
}

section.contenido.cursos .cursoItem .detalle{
  font-size: 9pt;
  color: #494949;
  margin-bottom: 10px;
}
section.contenido.cursos .half.text{
  width: 40%;
  padding-bottom: 20px;
}
section.contenido.cursos .half.pic{
  width: 50%;
  min-width: 300px;
}



section.contenido.cursos .cursoItem .precio{
  color: #5c7c97;
  font-size: 18pt;
  text-align: left;
}


section.contenido.cursos .cursoItem.a .detalle,
section.contenido.cursos .cursoItem.b .detalle{
  margin: 0 20px 0 20px;
  max-height: 100px;
  overflow: hidden;
}

section.contenido.cursos .cursoItem.b h1,
section.contenido.cursos .cursoItem.b h2,
section.contenido.cursos .cursoItem.a h1,
section.contenido.cursos .cursoItem.a h2{
  margin: 5px 20px 5px 20px;
}

section.contenido.cursos .cursoItem.a .detalle,
section.contenido.cursos .cursoItem.a h1,
section.contenido.cursos .cursoItem.a h2{
  text-align: right;
}

section.contenido.cursos .cursoItem.b .detalle,
section.contenido.cursos .cursoItem.b h1,
section.contenido.cursos .cursoItem.b h2{
  text-align: right;
}

section.contenido.cursos.casa .cursoItem.vigente .text h1,
section.contenido.cursos.casa .cursoItem.vigente .text h2{
  color: #dd081e !important;
}


.tabServicios a.LinkServicios1{
  background: url(../img/tabs.png) no-repeat -262px -122px;
  display: block;
  width: 110px;
  height: 99px;
  cursor: default;
}
.tabServicios a.LinkServicios1:hover,
.tabServicios li.active a.LinkServicios1{
  /*background: url(../img/tabs.png) no-repeat -262px 0;
  display: block;
  width: 110px;
  height: 99px;*/
}

.tabServicios a.LinkServicios2{
  background: url(../img/tabs.png) no-repeat -409px -137px;
  display: block;
  width: 123px;
  height: 87px;
  cursor: default;
}
.tabServicios a.LinkServicios2:hover,
.tabServicios li.active a.LinkServicios2{
/*      background: url(../img/tabs.png) no-repeat -409px 0;
    display: block;
    width: 123px;
    height: 87px;
      cursor: default;*/
}

.tabServicios a.LinkServicios3{
  background: url(../img/tabs.png) no-repeat -588px -135px;
  display: block;
  width: 72px;
  height: 87px;
  cursor: default;
}
.tabServicios a.LinkServicios3:hover,
.tabServicios li.active a.LinkServicios3{
    /*background: url(../img/tabs.png) no-repeat -588px 0;
    display: block;
    width: 72px;
    height: 87px;
    cursor: default;*/
}

/*************************************/

.principalProductos{
  background: url(../img/principalProductos.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}

.principalOfertas{
   background: url(../img/principalOfertas.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}

section.bajada{
  color: #494949;
  font-size: 10pt;
  padding: 45px 0 60px;
  text-align: center;
  background: url(../img/a.png) repeat-x 0 bottom #fff;
}
section.contenido{
  background: #fff;
  color: #494949;
  font-size: 11pt;
  text-align: center;
  padding: 20px 0 40px;
}

section.promociones {
  padding-bottom: 0px !important;
}



section.contenido.promociones .mobile{
  margin: 0px !important;
  padding: 20px 0 0px;
  background: #fff;
}

section.promociones .b {
  border-bottom: 1px solid #CCC;
}

section.contenido.promociones .cursoItem h4{
    text-align: center;
    display: inline-block;
    color: #3285e3;
    font-size: 20pt;
    font-family: 'Helvetica Neue Bold';
    margin-top: 20px;
    line-height: 15pt;
}
section.contenido.promociones .a .half.text, section.contenido.promociones .b .half.text{
    bottom: inherit !important;
    position: relative !important;
    right: inherit !important;
    text-align: center;
    display: inline-block;
    width: 49%;
}

/************* NOTICIAS *************/


.principalNoticias{
  background: url(../img/principalNoticias.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}

.principalNoticia{
  background: url(../img/principalNoticia.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}

section.contenido.noticias .half{
  vertical-align: middle;
}
section.contenido.noticias .item{
  margin-bottom: 20px;
}

section.contenido.noticias .item h1{
  color: #5c7c97;
  font-size: 20pt;
  font-family: 'Helvetica Neue Normal';
  text-align: left;
  margin-top: 0px;
}

section.contenido.noticias .item h2{
  color: #bdd3e3;
  font-size: 16pt;
  text-align: left;
  margin-top: 0px;
}
section.contenido.noticias .item .detalle{
  font-size: 9pt;
  color: #494949;
  text-align: left;
  margin-bottom: 10px;
}
section.contenido.noticias .item .leerMas{
  color: #3285e3;
  text-align: left;
  font-size: 14pt;
  text-decoration: none;
  display: inherit;
}

section.contenido.noticia .item{
  margin-bottom: 20px;
}

section.contenido.noticia .item h1{
  color: #3285e3;
  font-size: 25pt;
  font-family: 'Helvetica Neue Bold';
  text-align: left;
  margin-top: 0px;
}

section.contenido.noticia .item h2{
  color: #5c7c97;
  font-size: 14pt;
  text-align: left;
  margin-top: 0px;
}
section.contenido.noticia .item img{
  width: 100%;
  padding: 0px;
}

section.contenido.noticia .item .detalle{
  font-size: 10pt;
  color: #494949;
  text-align: justify;
  margin-bottom: 10px;
}
section.contenido.noticia .item .texto{
  font-size: 9pt;
  color: #494949;
  text-align: justify;
  margin: 20px 0;
}
section.contenido.noticia .item .volver{
  color: #3285e3;
  text-align: left;
  font-size: 14pt;
  text-decoration: none;
  display: inherit;
  margin-bottom: 20px;
}

section.contenido.noticia .item .fuente{
  color: #8099ad;
  text-align: left;
  font-size: 14pt;
  text-decoration: none;
  display: inherit;
}
section.contenido.noticia .item .fuente b{
  font-family: 'Helvetica Neue Bold';
}

section.contenido.noticia .item .tags{
  text-align: left;
}
section.contenido.noticia .item .tag{
  color: #3285e3;
  text-align: left;
  font-size: 14pt;
  text-decoration: none;
  display: inline-block;
}


/***** PRODUCTOS ******/
.categoriasMenu{
  padding-left:0px;
}
.categoriasMenu li{
  display: inline-block;
  color: #bdd3e3;
  padding: 5px 0px;
}
.categoriasMenu li a{
  text-transform: uppercase;
  font-size: 14pt;
  color: #bdd3e3;
  text-decoration: none;
  font-family: 'Helvetica Neue Normal';
  letter-spacing: 1px;
  padding-bottom: 5px;
  display: inline-block;
}

.categoriasMenu li + li::before {
    content: " | ";
    margin: 15px;
}

.categoriasMenu li a:hover,
.categoriasMenu li.active a{
  color:#e60013;
  border-bottom: 2px solid #e60013;
}




/**************************************************************************************************/

.contenido.productos .linkPrecios{
  background-color: #225282;
  padding: 20px 60px;
  color: #fff;
  font-size: 14pt;
  text-decoration: none;
  text-align: center;
  margin: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.contenido.productos img{
  min-width: 100%;
}

.contenido.productos .item{
  margin-bottom: 10px;
  background-color: #f9f9f9;
  display: inline-block;
  padding-bottom: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.27);
}


.contenido.productos .item{
  display: inherit;
  padding-bottom: 0px;
  box-shadow: none;
    background-color: #fff;
}

.contenido.productos .item h1{
  color: #3285e3;
  font-size: 16pt;
  font-family: 'Helvetica Neue Bold';
  text-align: left;
  line-height: 15pt;
}

.contenido.productos .item h2{
  color: #5c7c97;
  font-size: 12pt;
  text-align: left;
  margin-top: 10px;
}
.contenido.productos .item .detalle{
  font-size: 10pt;
  color: #494949;
  text-align: left;
  margin-bottom: 10px;
}
.contenido.productos .item .especificaciones{
  font-size: 9pt;
  color: #494949;
  text-align: left;
  margin-bottom: 10px;
}
section.contenido.productos .item .precio{
  color: #5c7c97;
  font-size: 14pt;
  text-align: left;
}

/**************************************************************************************************/

/*****OFERTAS ******/

.contenido.ofertas .linkPrecios{
  background-color: #225282;
  padding: 20px 60px;
  color: #fff;
  font-size: 14pt;
  text-decoration: none;
  text-align: center;
  margin: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.contenido.ofertas img{
  min-width: 100%;
}

.contenido.ofertas .item{
  margin-bottom: 10px;
  background-color: #f9f9f9;
  display: inline-block;
  padding-bottom: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.27);
}

.contenido.ofertas .item h1{
  color: #3285e3;
  font-size: 16pt;
  font-family: 'Helvetica Neue Bold';
  text-align: left;
  line-height: 15pt;
}

.contenido.ofertas .item h2{
  color: #5c7c97;
  font-size: 12pt;
  text-align: left;
  margin-top: 10px;
}
.contenido.ofertas .item .detalle{
  font-size: 10pt;
  color: #494949;
  text-align: left;
  margin-bottom: 10px;
}
.contenido.ofertas .item .especificaciones{
  font-size: 9pt;
  color: #494949;
  text-align: left;
  margin-bottom: 10px;
}
section.contenido.ofertas .item .precio{
  color: #5c7c97;
  font-size: 14pt;
  text-align: left;
}
section.bajada.ofertas{
  color: #547b98;
  font-size: 12pt;
}


/***** Servicios ******/
section.bajada.servicios{
    color: #494949;
    font-size: 10pt;
    padding: 45px 0 40px;
    text-align: center;
    background: #fff;
    position: relative;
}



section.bajada.servicios .guarda{
    background: url(../img/b.png) repeat-x 0 bottom;
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -14px;
}

section.contenido.servicios{
  background-color: #f5f4f4;
  padding-top: 0px;
  margin-top: -10px;
  z-index: 2;
  position: relative;
  padding-bottom: 0px;
}
section.contenido.servicios .half{
  vertical-align: middle;
  display: inline-block;
}

section.contenido.servicios .item.b{
  text-align: right;
  position: relative;
}

section.contenido.servicios .item.a{
  text-align: left;
  position: relative;
}

section.contenido.servicios .item h1{
  color: #3285e3;
  font-size: 20pt;
  font-family: 'Helvetica Neue Bold';
  margin-top: 20px;
  line-height: 22px;
}

section.contenido.servicios .item h2{
  color: #5c7c97;
  font-size: 15pt;
}
section.contenido.servicios .item .detalle{
  font-size: 9pt;
  color: #494949;
  margin-bottom: 10px;
}
section.contenido.servicios .half.text{
  width: 40%;
  padding-bottom: 20px;
}
section.contenido.servicios .half.pic{
  width: 50%;
  min-width: 300px;
}

section.contenido.servicios .a .half.text{
  bottom: 0px;
  position: absolute;
  right: 0;
}

section.contenido.servicios .b .half.text{
  bottom: 0px;
  position: absolute;
  left: 0;
}

section.contenido.servicios .item .precio{
  color: #5c7c97;
  font-size: 18pt;
  text-align: left;
}


section.contenido.servicios .item.a .detalle,
section.contenido.servicios .item.b .detalle{
  margin: 0 20px 0 20px;
  max-height: 100px;
  overflow: hidden;
}

section.contenido.servicios .item.b h1,
section.contenido.servicios .item.b h2,
section.contenido.servicios .item.a h1,
section.contenido.servicios .item.a h2{
  margin: 10px 20px 10px 20px;
}

section.contenido.servicios .item.a .detalle,
section.contenido.servicios .item.a h1,
section.contenido.servicios .item.a h2{
  text-align: right;
}

section.contenido.servicios .item.b .detalle,
section.contenido.servicios .item.b h1,
section.contenido.servicios .item.b h2{
  text-align: left;
}


/***** FIn Servicios ******/

.barraMadera{
    background: url(../img/bgPublicidad.jpg) no-repeat center center ;
    background-size: cover;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    z-index: 998;
}

.bancosUno{
  box-shadow:  0px 2px 6px -1px #000;
}

.bancosDos{
  box-shadow:  0px 2px 6px -1px #000;
}

.barraHalefe{
  background: url(../img/bgHalefe.jpg);
    height: 160px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    background-size: cover;
}
.halefeLink{
  display: inline-block;
  max-width: 250px;
}

.barraAzul{
  background: #100B3E;
  width: 100%;
  padding: 20px 0;
}

.barraAzul .estrella{
   background: url(../img/estrella.png) no-repeat 0 0;
   height: 54px;
   width: 54px;
   display: inline-block;
   margin: 10px;
   vertical-align: middle;
}
.barraAzul h3{
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 25pt;
  vertical-align: middle;
}

.barraInstitucional{
  background: url(../img/bgInstitucional.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 360px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 150px 0;
}
.barraInstitucional h2{
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 45pt;
  vertical-align: middle;
}

.barraProductos{
  display: none;
}

.sobreNosotros{
  background: #fff;
  min-height: 300px;
  text-align: center;
}
.sobreNosotros h2{
  color:#3285e3;
  margin-top: 32pt;
  font-size: 35pt;
  font-family: 'Helvetica Neue Bold';
}
.sobreNosotros h4{
  color:#5c7c97;
  font-weight: lighter;
  font-size: 20pt;
  margin: 0px;
}
.sobreNosotros p{
  margin-top: 30px;
  line-height: 20pt;
  margin-bottom: 30px;
}

.sobrePublicaciones {
  background: none;
  min-height: 300px;
  text-align: center;
}
.sobrePublicaciones h2{
  color: #FFF;
  margin-top: 32pt;
  margin-bottom: 30px;
  font-size: 35pt;
  font-family: 'Helvetica Neue Bold';
}
#appView .powrMark {
  display:none!important;
  font-size: 1 !important;
}
.socialFeed .powrMark {
  display:none !important;
}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev        { left: -25%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}

/* Subscripción */
.formSubscripcion li label {
  padding-left: 10px;
  font-weight: 300;
}

.buttonSubscripcion {
  background-color: #000001 !important;
  transition: all .3s linear;
  margin-bottom: 30px !important;
}

#subscribe {
  margin-left: 0px;
  margin-right: 0px;
  position: fixed;
  height: 40px;
  background-color: #000001;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  width: 100%;
  z-index: 999;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .50);
}

#subscribe div {
  margin-top: 8px;
}

.leyenda {
  margin-top: 30px;
  margin-bottom: 30px;
}

#mce-success-response {
  width: 100% !important;
  color: #393939 !important;
}

.padding-right-5 {
  padding-right: 30px;
}

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

/********************************/


.navbar-header{
  display: inline-block;
  width: 100%;
}
.navbar-header a, .navbar-header ul{
  vertical-align: middle;
  display: inline-block;
}
.menu ul{
  margin: 0 auto;
  list-style: none;
  padding: 23px 0 0px 0;
  float: right;
}
.menu ul li{
  display: inline-block;
}
.menu ul a{
  text-decoration: none;
  color:#fff;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 9pt;
  text-transform: uppercase;
  padding-left: 5px;
}

footer{
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: inset inset 0px -2px 11px 0px #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: inset 0px -2px 11px 0px #000;
}

::-webkit-input-placeholder { color: #129fdd !important; } /* WebKit */
:-moz-placeholder { color: #129fdd !important; } /* Firefox 18- */
::-moz-placeholder { color: #129fdd !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #129fdd !important; } /* IE 10+ */

footer h1{
  color:#129fdd;
  text-align: center;
  margin-bottom: 5px;
  font-family: 'Helvetica Neue Bold';
}
footer h2{
  color: #fff;
  font-weight: normal;
  font-size: 15pt;
  margin-top: 0px;
  text-align: center;
}
footer h3{
  color: #fff;
  font-weight: normal;
  font-size: 12pt;
  margin-top: 0px;
  text-align: center;
}
footer form{
  margin: 20px 0 10px 0px;
}
footer .form-control{
  background-color: #1e3158;
  border: 0px;
  color: #129fdd;
}

.form-control:focus{
  box-shadow:none;
}

footer form textarea{
  width: 100%;
  min-width: 100%;
  max-width:100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

footer form {
  text-align: center;
}

footer form .btn.btn-default{
  width: 180px;
  background-color: #225282;
  border: 0px;
  color: #fff;
}

footer form p{
  color: #225282;
  margin: 10px 0;
  text-align: center;
}
footer .titulo{
  margin-bottom: 20px;
}

footer .local{
  vertical-align: middle;
  /*width: 49%;*/
  font-size: 11pt;
  font-family: 'Helvetica Neue ThinUp';
  letter-spacing: 1px;
}

footer .social{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

footer .p100tb{
  padding: 100px 0;
}

footer span{
  vertical-align: top;
}
footer .texto{
  vertical-align: middle;
display: inline-block;
}
footer .texto p{
  margin: 0px;
}

.cursos .btn-white{
  margin-top: 30px;
  color: #fff;
  background-color: rgba(255,255,255,0.3) ;
  border-color: rgba(255,255,255,0.7);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.developed{
  text-align: center;
  padding: 10px 0;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 10pt;
  background-color: #0c213a;
  color:#60758E;
  font-family: 'Helvetica Neue Thin';
}
.developed a{
  color:#9CACBF;
  text-decoration: none;
}

/************** Cursos Home ******************/

#cursosHome {
  padding: 0px 0;
}

#cursosHome .carousel-inner > .item > img{
  max-width: 60%;
}

#cursosHome .carousel-caption {
  right: 0%;
  left: 60%;
  padding-bottom: 0px;
  top:0px;
  padding-top: 0px;
  text-align: left;
  padding-left: 20px;
}
#cursosHome .carousel-caption h2{
  padding: 0;
  margin:0;
  font-family: 'Helvetica Neue Bold';
}

/************** Fin Cursos Home ******************/

.menuBig{
  padding-right: 15px;
  margin-top: 20px;
}


/*************************************************/
@media (min-width: 980px) {
  /* Grandes */
  .principalCursosCasa{
    min-height: 150px !important;
  }
}

@media (min-width: 768px) {
  /*Medianas y grandes*/


  .modal-dialog {
    width: 100%;
    margin: 0;
  }

  .barraMadera.face{
    /* desktop*/
    margin-top: -100px;
  }

  section.contenido.productos .item h1{
    margin-top: 0px;
  }

  #contacto .local .descktopPoint{
    display: block;
  }
  #contacto .local .mobilePoint{
    display: none;
  }

  section.contenido.servicios .mobile,
  section.contenido.cursos .mobile{
    display: none;
  }

  .principalCursosCasa{
    min-height: 100px;
  }

  #cursosHome .carousel-caption h2{
      font-size: 40pt;
  }
  #cursosHome .carousel-caption h4{
      font-size: 22pt;
  }

  section.contenido.cursos.casa .item.a .text h1{
    margin-top: 0px;
  }



}

/* Hamburger menu mobile */


@media (max-width: 977px) {

  .menuBig{
    display: none !important;
  }

  .navbar-default .navbar-toggle{
    border: 0px;
    margin-right: 0px;
    color: #fff;
  }
  .navbar-default .navbar-toggle{
    margin-top: 26px;
    margin-right: 10px;
  }

  .navbar-toggle {
    display: inherit!important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
  }

}

@media (min-width: 978px) {
	.navbar-collapse.collapse.mimenu {
		display: none !important;
	}
}

@media (max-width: 767px) {
  /* smalls tablets celular iphone */

  html, body{
    min-width: 300px !important;
  }

  .contenido.productos img {
      min-width: 100%;
      max-height: 200px;
      object-fit: cover;
  }



  section.contenido.cursos .contenidoImg{
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .bancosUno{
    min-width: 100%;
  }
  .bancosDos{
    min-width: 100%;
    margin-top: 10px;
  }

  .flyer-home h2{
    font-size: 23pt;
  }

  #subscribe div{
    font-size: 14px;
    margin-top: 14px;
  }

  .cursos .texto{
    padding:20px 15px;
  }
  .cursos .videoCurso{
    padding: 10px 15px;
  }


section.contenido.servicios .a .half.text,
section.contenido.servicios .b .half.text{
  display: none;
}

section.contenido.servicios .item.a
.detalle, section.contenido.servicios .item.a h1,
section.contenido.servicios .item.a h2,
section.contenido.servicios .item.b
.detalle, section.contenido.servicios .item.b h1,
section.contenido.servicios .item.b h2 {
    text-align: center !important;
}
 section.contenido.servicios .half{
        width: 100% !important;
  }



  section.contenido.promociones .desktop{
    display: none;
  }

  section.contenido.promociones{
    background-color:#fff;
    padding-bottom:inherit !important;
    position: initial !important;
	}

  section.contenido.cursos.casa .cursoItem{
    display: block;
  }


  .contenido.cursos .cursoItem.a .detalle,
  .contenido.cursos .cursoItem.a h1,
  .contenido.cursos .cursoItem.a h2{
    text-align: center !important;
  }


  .contenido.cursos .cursoItem.a h1{
    font-size: 14pt !important;
  }
  .contenido.cursos .cursoItem.a h2{
    font-size: 12pt !important;
  }

  .contenido.cursos h1.text-line-height{
    margin-top: 20px;
  }


  #contacto .local .descktopPoint{
    display: none;
  }
  #contacto .local .mobilePoint{
    display: block;
    margin-bottom: 10px;
  }


  .barraAzul h3{
    font-size: 14pt;
    margin-left: 0pt;
  }

  .barraInstitucional{
    height:280px;
    padding: 90px 0;
  }

  .barraInstitucional h2{
    font-size: 28pt;
    margin-left: 0px;
  }

  .barraProductos{
    background: url(../img/bgProductos.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px;
  }
  .barraProductos h2 a{
    font-size: 16pt;
    margin-left: 0px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
  }

  .barraMadera.face{
    /* celular*/
    margin-top: -130px;
  }

  .publicidad.workshop{
    padding: 110px 0;
  }

  .publicidad.workshop div{
    text-align: center;
  }
  .publicidad.workshop h2{
    font-size: 24pt;
  }
  .publicidad span{
    font-size: 15pt;
  }

  .contenido.ofertas .item{
    margin-bottom: 40px !important;
    display: block;
  }

  .contenido.ofertas h1{
    line-height: inherit !important;
    margin-top: 10px !important;
  }


  .contenido.servicios .mobile{
    display: inline-block;
    margin: 20px 0 40px 0;
    width: 100%;
  }

  .contenido.cursos .half{
    width: 100% !important;
  }
  .contenido.cursos .a .half.text,
  .contenido.cursos .b .half.text{
    display: none;
  }

  .contenido.cursos .mobile{
    display: inline-block;
    margin: 20px 0 40px 0;
  }

  .bajada.servicios{
    padding-bottom: 20px;
  }


  #cursosHome .carousel-inner > .item > img, .slide_curso_home img{
      max-width: 100% !important;
  }
  #cursosHome .carousel-caption {
    position: relative !important;
    left: 0%;
    text-align: center;
    top: 20px;
    display: block;
    padding-left: 0px;
    min-height: 100px;
  }
  #cursosHome .carousel-caption h2{
    font-size: 22pt;
  }
  #cursosHome .carousel-caption h4{
    font-size: 14pt;
  }
  #cursosHome .cursos .carousel{
      padding: 80px 0;
  }



  .formSubscripcion h3, .formSubscripcion li {
    text-align: center !important;
  }

  /* Menu */

  .posterior.menu{
    min-width: 300px;
  }
  .navbar-default{
    z-index: 999;
  }


  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
  }

  .navbar-default .navbar-toggle:hover{
    background-color: transparent !important;
  }
  .navbar-default .navbar-toggle:hover .icon-bar{
    background-color:#EA071D;
  }

  .categoriasMenu li.active a,
  .categoriasMenu li a:hover{
    border-bottom: 0px;
  }

  .categoriasMenu li{
    padding: 0px;
    margin:0px 5px;
    text-align: center;
  }
  .categoriasMenu li + li::before {
    content:none;
  }
}

@media (max-width: 820px){

  #cursosHome .carousel-control.right{
    background: none;
    right: 0px;
  }
  #cursosHome .cursos .carousel-control.left{
    background: none;
    left:0px;
  }

  #cursosHome .cursos .carousel{
    padding-top: 40px;
  }
}

@media (max-width: 590px) {
  footer .p100tb{
    padding:40px 0 0 0;
  }
  footer .texto{
    font-size: 10pt;
  }
  footer .local{
    margin-bottom: 40px;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .flyer-home h2{
    font-size: 15pt;
  }
}

@media (max-width: 400px){

  .barraMadera.face{
    /* celular*/
    margin-top: -130px;
  }
}

.contenido .especificaciones p {
    margin-bottom: 5px !important;
}

.contenido .especificaciones p strong {
    font-family: 'Helvetica Neue Bold';
}

.color-back-white {
  background-color: #FFFFFF !important;
}

.padding-10 {
  padding: 10px;
}

.text-line-height {
  line-height: 1.5 !important;
}

/* Newsletter */
.font1 {
    color: #3285e3 !important;
    font-size: 35pt !important;
    font-family: 'Helvetica Neue Bold' !important;
}

.font2 {
    color: #5c7c97 !important;
    font-size: 20pt !important;
    font-weight: lighter !important;
}

.closeletter {
  right: 20px !important;
  top: 20px !important;
  position: absolute !important;
}

/* TarjetasBancos */
.tarjetas-bancos {
  background-color: #FFF !important;
}

.tarjetas-bancos img {
  margin: 0 auto;
}

.principalTarjetasBancos{
  background: url(../img/principalTarjetasBancos.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}

/* Feeds facebook */
.feeds-facebook {
  width: 100%;
  height: 200px;
}

.background-white {
  background-color: #FFF !important;
}

.asterisk {
  color: red;
  font-size: 11pt;
}

.cv-flash-messages-paddings {
  padding: 10px 3% !important;
}

.form_cv-message {
  text-align: center;
}

#form_cv {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 3%;
}

#form_cv label {
  font:14px Helvetica,Arial,sans-serif;
  font-weight: bold;
}

#form_cv input {
  margin-bottom: 20px !important;
}

#form_cv textarea {
  margin-bottom: 20px !important;
}

.indicates-required-cv {
  text-align: right !important;
}

.cv-submit-button {
  color: #FFF !important;
}

.btn-youtube {
  background-color: #d00018 !important;
  color: #FFF;
}

/* Slides cursos home */
#cursosHome .slide_curso_home {
	max-height: 420px;
        text-align: center;
}

#cursosHome .slide_curso_home img {
	object-fit: contain;
	max-width: 60%;
	max-height: 420px;
	margin: 0 auto;
}



/* Header sección Clientes */

.principalClientes{
  background: url(../img/principalClientes.jpg) no-repeat center bottom ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 230px;
}

.div-ingreso-cliente {
    margin-bottom: 30px;
}

.div-btn-login-cliente {
    margin-top: 20px;
    margin-right: 20px;
    text-align: right;
}


.label-olvido-cliente {

}

.label-olvido-cliente a {
    color: #000;
    font-size: 10pt;
}

.ingreso-cliente {
    width: 400px;
    border-radius: 25px;
    border: 1px solid #D8D8D8;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: left;
    padding: 20px;
}

.ingreso-cliente label{
    font-family: "Helvetica Neue Bold";
}

.logout-cliente {
    color: #46b8da !important;
}

.header-clientes {
    font-size: 16px;
}

.exitoMensaje{
  padding: 10px;
    background-color: #7fa3ce;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 10pt;
}
.errorMensaje{
    padding: 10px;
    background-color: #d80d1f;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 10pt;
}

.busqueda{
  height: 35px;
  padding: 5px 10px 0px;
}

.icono-canteado {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #ddd;
}

@media (max-width: 1023px) {
  table.responsive tbody, table.responsive td, table.responsive tr {
    display: block;
  }
  table.responsive thead {
    display: none;
  }
  table.responsive tbody td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    padding-bottom: 2px;
  }
}

@media (min-width: 1024px) {
  .hidden-1024 {
    display: none;
  }
}

.whatsapp{
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 99999999!important; 
}

.foto_listado{
    width: 100px;
    height: 60px;
}

.modal-dialog-listado{
    width: 45%;
    margin-left: 27%;
    margin-top: 5%;
    
}

.foto_modal{
    max-height: 400px;
    width: 100%;
}

.contenido.ofertas img.carrito{
    min-width: 18px;
    max-width: 18px;
}

.info_agregar_presupuesto{
    display: none;
    font-size: 12px;
    color: #3678a6;
    width: auto;
} 

.spinner {
  display: none;
  margin: 3px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
    width: 8px;
    height: 8px;
    background-color: #2e5684;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

#listado_vacio{
    display:none;
}

.col-listado{
    width: 20%;
}

.col-descripcion{
    width: 30%;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.menu > ul > li a {
	font-family: 'menu';
	text-decoration: none;
	padding: 10px 80px;
	display: block;
	color: #A0A0A0;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	transition: all ease 0.3s;
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: right center;
}

.menu > ul > li {
    float: none !important;
    padding: 0;
    margin: 0;
}

.info_carrito{
    display: none;
    font-size: 16px;
    color: #3f8be4;
}

.carrito{
    margin-top: -10px;
    width: 37px;
}

.numero_carrito{
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #FFFFFF;
    width: 25px;
    height: 25px;
    border-radius: 12px;
    padding-top: 4px;
    display: inline-block;
    z-index: 10;
    text-align: center;
    background-color: #d04747;
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
        .numero_carrito{
        left: 32px;
    }
}
@media only screen and (max-width: 768px) {
 
    #cursosHome .slide_curso_home {
	height: auto ;
    }
    
    #cursosHome .slide_curso_home img {
	max-height: 300px;
        object-fit: fill;
        height: auto;
    }
    
    .whatsapp{
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        position: fixed;
        z-index: 99999999!important; 
    }
    
    .modal-dialog-listado{
        margin-left:0;
        width: 100%;
    }
    
    .foto_modal{
        height: auto;
        width: 100%;
    }
    
    .navbar-header{
        height: 75px;
      }
}
