body, h1,h2,h3,h4,h5,h6,p,span,em,strong {font-family: 'Lato', sans-serif; color: #444}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    font-family: 'Lato', sans-serif;
}


/* logo */

.navbar-brand img { width: 306px; }


.text-banner { font-size: 24px;
               top: 87px;
               position: absolute;
                line-height: 32px;
    color: #fff;

}
.titulo-banner {   top: 100px;
                  color: #fff;
                  position: absolute;
                  width: 600px;
                  font-size: 36px;
                  font-weight: 400; }

.titulo-banner2 {  top: 100px;
                  color: #fff;
                  position: absolute;
                  width: 900px;
                  left: 130px;
                  font-size: .6em;
                  font-weight: 400; }

.titulo-banner2.left-text { left:8px; }

.titulo-banner2.equipo-text {
  left: 8px;
  text-transform: none;
    font-size: 36px;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;   outline: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffbd49;
}

.creative-sec hr { width: 15%; border: 1px solid #444; }

.medicom-awesome-features-sec span { color: #fff;}

.servicio-flota {
  position: relative;

  margin: 0 auto;
  text-align: center;
    color: white;
}
.servicio-flota span { font-size: 36px;}

.servicio-flota i {
    display: block;
  width: 73px;
  height: 73px;
  border: 3px solid #fff;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 67px;
    margin: 0 auto;
}

.servicio-flota p { color: white;}

/* efecto hover */

/*Animaciones*/
@-webkit-keyframes ghost {
  0%, 100%   { padding-bottom:0; }
  50% { padding-bottom:10px; }
}
@-moz-keyframes ghost {
 0%, 100%   { padding-bottom:0; }
  50% { padding-bottom:10px; }
}
@-o-keyframes ghost {
 0%, 100%   { padding-bottom:0; }
  50% { padding-bottom:10px; }
}
@keyframes ghost {
0%, 100%   { padding-bottom:0; }
  50% { padding-bottom:10px; }
}

/**trasition**/
ul.ween-effect a > img, ul.ween-effect.hallo li i, ul.ween-effect.hallo li span, ul.ween-effect.pumpkin li i, ul.ween-effect.pumpkin li span  {
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

ul.ween-effect.ghost li span, ul.ween-effect.ghost li i {
    transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
}

/*reset*/
ul.ween-effect {list-style: none outside none;margin: 0;padding: 0;}
ul.ween-effect li {list-style: none outside none;}
ul.ween-effect img {border: 0 none;opacity: 1;}
ul.ween-effect li:hover img {opacity: 0.4;}

ul.ween-effect li {

    position: relative;
    top: 0;
}
ul.ween-effect li > a {
	background:#c99a5f;
    display: block;
    overflow: hidden;
    position: relative;
}

ul.ween-effect a > span {
    background-image: url("../images/promecar_bucar-mas.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 69px;
    position: absolute;
    width: 69px;
}

/**Efecto Pumpkin
-------------------------------------------------------------------*/
ul.ween-effect.pumpkin li i {
    background: url("../images/promecar-buscar.png") no-repeat scroll 0 0 transparent;
    height: 66px;
    width: 66px;
	z-index:25;
}

ul.ween-effect.pumpkin li span, ul.ween-effect.pumpkin li i {
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
    opacity: 0;
}

ul.ween-effect.pumpkin li span {
	transform: scale(3);
	-moz-transform: scale(3);
	-webkit-transform: scale(3);
	-o-transform: scale(3);
	z-index:10;
}

ul.ween-effect.pumpkin li:hover i {
	opacity:1;
}

ul.ween-effect.pumpkin li i:hover {
	opacity:0;
	transform: scale(2.5);
	-moz-transform: scale(2.5);
	-webkit-transform: scale(2.5);
	-o-transform: scale(2.5);
}

ul.ween-effect.pumpkin li i:hover ~ span {
	opacity:1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}


/****Configurar****/
/**tamaño a cortar de la imagen*/
ul.ween-effect li > a {
    max-height: 500px; /*ancho*/
    width: 100%; /*alto*/
}

/**tamaño maximo de la imagen [Naturalmente es recomendable que este sea al menos 20 pixeles mas grande que el corte]**/
ul.ween-effect img {max-width: 100%;}

/* linea doble */

.linea-doble {
    background: url(../images/heading-border.png) repeat-x left bottom;
    padding-top: 40px;
  padding-bottom: 13px;
  margin-bottom: 25px; }

/* clientes */

.clientes { margin-top: 30px; }

.clientes h3 { font-size: 36px; color: #ffbd49; text-align: center; }

/* logo footer */

.logo-footer { background: url(../images/promecar_logo_footer.png) no-repeat;
                max-width: 425px;
                height: 64px;
                background-size: cover;
                margin: 0 auto;
}

footer hr { border: 1px solid #4d4d4d; }

.pa-top-30 { padding-top: 30px;}

.footer-autor p,.footer-autor a { color: white;}

.footer-autor a { margin-top: 7px; }

.redes-sociales ul { list-style: none; padding-left: 0;}

.redes-sociales li { display: inline-block; margin-right: 24px; }

.redes-sociales a { color: white; font-size: 22px;}

.redes-sociales a:hover { color: #ffbd49;}

/* menu 2 */

.navbar .navbar-default a{ font-size: 18px; }

.slider-mini .carousel-indicators {

  position: absolute;
  bottom: 5px !important;
  right: 160px;
  left: auto;
  z-index: 15;
  width: auto !important;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  top: auto !important;

}

.carousel-indicators li { width: 40px; height: 6px; }

.carousel-indicators .active{ width: 40px; height: 6px; }

.carousel-indicators li { background-color: #fff;}

.panel-default > .panel-heading{ color: #444; border-color: #ffbd49; }

.panel-body p,.panel-body ul { font-size: 18px; }

.accordian-style2 .panel-collapse {
  border-top: 1px solid #ffbd49;
}

   #owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }

.mensaje-equipo { margin: 0 auto; width: 90%; text-align: center; font-size: 24px; padding: 60px 0 45px 0}


/* formulario */

.alert { margin-top: 20px;  }

.alert-success {
  border-color: #468847;
}

.btn-enviar { padding: 10px 20px 10px;   box-shadow: 0 0 0; float: none;}

.fondo-contacto { background: url(../images/promecar_image-bg-contactanos.jpg) no-repeat center;
            background-size: cover;

}
.fa-minustda:before {
  content: "\f068";
  font-family: 'FontAwesome';

}

.fa-plustda:before {
  content: "\f067";
  font-family: 'FontAwesome';
}

#contactWrap { position: relative;
    width: 60%;
    margin: 40px auto 48px;
  opacity: 1;
  z-index: 1;}

#contactWrap h3  { color: #ffbd49; }
#contactWrap p  { font-size: 16px; }


#contactWrap>div {
  background-color: rgba(255,255,255,0.9);
  padding: 30px;
  margin-bottom: 30px;
  min-height: 545px;
}

#contactWrap #subversion {
  display: none;
}

fieldset, form, label, span {   background: transparent; margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;}

fieldset {
  border: solid 1px #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

#contactWrap fieldset {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#contactWrap label {
  float: left;
  line-height: 0.75;
  padding: 0.625rem 0 0;
}

label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0;
}

#contactWrap .input, #contactWrap .select, #contactWrap textarea {
  background-image: url("../images/form-BG.png");
  background-repeat: repeat;
  background-position: top;
}

#contactWrap .input, #contactWrap .select {
  display: block;
  overflow: auto;
}

#contactWrap label, #contactWrap input, #contactWrap select {
  font-size: 18px;

}


#contactWrap label{ line-height: 29px; }

#contactWrap .input input, #contactWrap .select input {
  float: left;
}


#contactWrap input {
  color: #231f20;
  width: 100%;
  display: inline-block;
  height: 39px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 0;
}


#contactWrap input, #contactWrap textarea {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}


select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}



input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0;
}

input, select {
  vertical-align: middle;
}

select {
  height: 2.3125rem;
}


select {
  width: 100%;
}


select {
  -webkit-appearance: none !important;
  background: #fafafa url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…IiIHBvaW50cz0iMTksMy41NTEgMTAuMDY4LDE2LjQ0OSAxLDMuNTUxICIvPg0KPC9zdmc+DQo=) no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  background-size: 20px;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

#contactWrap select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: none;
  box-shadow: none;
  width: 110%;
  display: inline-block;
  background-image: url("../images/select-arrow.png");
  background-color: transparent;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  height: 39px;
  color: rgba(0,0,0,0.5);
  padding: 4px 8px;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

#contactWrap .select {
  overflow: hidden;
}

#contactWrap .underline {
  content: '';
  background-image: url("../images/form-BG.png");
  background-repeat: repeat;
  background-position: bottom;
  position: relative;
  top: 10px;
  height: 36px;
}


#contactWrap #details {
  display: block;
  clear: both;
  width: 100%;
  height: 75px;
  border-bottom: none;
  font-size: 18px;
  line-height: 36px;
  resize: none;
}

#contactWrap>div::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(255,255,255,0.9);
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}

.navbar-nav > li:last-child { margin: 0;  }

.limpiar-abso-menu { position: relative; top: 0; left: 0; height: 90px;}

.slider-revolution-overlay.eliminar-fondo { background: transparent }

.awesome-features.list-unstyled.pull-right.text-left.uldos li.middle { margin-top: 86px; }

/* menu estatico tda */

.menu-scroll{
	height:80px;
	width:100%;
	color:white;
	text-align:center;
    position: absolute;
    min-height: 84px;
}

.menu-fixed{
	position:fixed;
	top:0;
	-webkit-transition: .8s;
	-o-transition: .8s.8s;
	transition: .8s;
    z-index: 999999;
    background-color: #fff;
    height: 64px;
    min-height: 50px;
}

.menu-scroll.menu-fixed .navbar-default .navbar-nav > .active > a,
.menu-scroll.menu-fixed .navbar-default .navbar-nav > .active > a:hover,
.menu-scroll.menu-fixed .navbar-default .navbar-nav > .active > a:focus {
    color: #444;
 }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #444;
     }

.menu-scroll.menu-fixed .navbar-default .navbar-nav a {
    color: #444;
}

.menu-scroll.menu-fixed .navbar-default .navbar-nav a:hover,
.menu-scroll.menu-fixed .navbar-default .navbar-nav li.active a {
                background-color: #ffbd49;
                border-radius: 5px;
                padding-top: 9px;
                padding-bottom: 5px;
                line-height: 20px;
                color: #fff;
}

.menu-scroll.menu-fixed .header-bottom-line  { display: none;}

.menu-scroll.menu-fixed .medicom-header{ border-bottom: 1px solid transparent;}

.menu-scroll.menu-fixed .navbar-default .navbar-nav a:hover,
.menu-scroll.menu-fixed .navbar-default .navbar-nav li.active a  { border-bottom: none }


.fixed-header img.logo-negro,
.fixed-header.small-header img.logo-amarillo,
.menu-scroll img.logo-negro,
.menu-scroll.menu-fixed img.logo-amarillo { display: none;}

.fixed-header  img.logo-amarillo,
.fixed-header.small-header img.logo-negro,
.menu-scroll img.logo-amarillo,
.menu-scroll.menu-fixed img.logo-negro { display: block }



.navbar-brand { margin: 8px 0 0; }

.menu-scroll.menu-fixed .navbar-brand { margin: 12px 0 0; }

.menu-scroll.menu-fixed .navbar-brand img { width: 208px; }

.menu-scroll.menu-fixed .navbar-default .navbar-collapse { margin: 13px 0 0; }

@media (max-width: 991px) {

    .circulos-servicios .middle { margin-top: 63px; }

}
@media (max-width: 991px) and (min-width: 767px) {

    .awesome-features li:first-child { margin-top: 35px; }

    .awesome-features ul:first-child li:nth(2)-child { margin-top: 84px; }

    .awesome-features ul:first-child li:nth(3)-child { margin-top: 90px; }

    .awesome-features.pull-left.uluno li.middle { margin-top: 86px;}

    .awesome-features.pull-left.uluno li:last-child { margin-top: 90px;}

    .awesome-features.list-unstyled.pull-right.text-left.uldos li.middle { margin-top: 63px; }


     .navbar-brand img.peque {
      width: 141px;
      margin-top: 13px;
    }

    #contactWrap { width: 80%; }

    .titulo-banner2 { font-size: .8em; left: 80px; width: 800px}


}

@media (max-width:767px){

    .navbar-brand img { width: 200px; }

    .awesome-features li:first-child { margin-top: 35px; }

    .entry-title,.entry-title2  { font-size: 24px; }

    h2.entry-title {
  font-size: 27px;
  padding-top: 66px;}

    .sub-page-banner,.sub-page-banner-servicios {

        background-attachment: inherit;}

    .mensaje-equipo { padding: 35px 0 20px 0; }

    #contactWrap {  margin-top: 30px;
                    margin-bottom: 35px;
                    width: 100%; }

    .limpiar-abso-menu { height: 0; }

    #contactWrap>div::after { display: none}

    .titulo-banner2 {  font-size: .75em; top: 77px; width: 550px; left: 40px; }

    /* menu */

    .menu-scroll .navbar-collapse.navbar-right {
        padding-left: 0;
        background-color: #404040;
    }

    .menu-scroll .navbar-collapse {
        border-top: 0;
    }

    .menu-scroll.menu-fixed .navbar-default .navbar-nav a:hover, .menu-scroll.menu-fixed .navbar-default .navbar-nav li.active a{
        background-color: #ffbd49;
        border-radius: 0;
    }

    .menu-scroll.menu-fixed .navbar-default .navbar-nav a {
        color: #fff;
        padding: 18px 0;
    }

    .menu-scroll.menu-fixed .navbar-default .navbar-nav a:hover, .menu-scroll.menu-fixed .navbar-default .navbar-nav li.active a {
        padding: 18px 0;
    }

    .slider-revolution .navbar-default .navbar-nav a {
        color: #fff;
        padding-bottom: 18px;
    }

    .menu-scroll .navbar-default .navbar-toggle , .menu-scroll .navbar-default .navbar-toggle  {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .menu-scroll .navbar-default .navbar-toggle:hover .icon-bar, .menu-scroll .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #ffbd49;
    }

    .menu-scroll .navbar-default .navbar-toggle {
        box-shadow: 0 0 0 0 #ccc;
    }
    .menu-scroll.menu-fixed .navbar-default .navbar-toggle  {
        box-shadow: 1px 1px 1px 1px #ccc;
          margin-top: 18px;
        outline: none;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .navbar-nav > li > a {
      padding-top: 18px;
      padding-bottom: 18px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
    }

    .none-767 { display: none; }
}


@media (max-width:600px){

    .creative-sec h1,.creative-sec h2 { font-size: 28px; }

}

@media (max-width: 480px) {
.doctors-img {
  float: none;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.doctors-detail p label.heading.cell-equipo {
  width: auto;
}

.doctors-detail {
  padding-left: 0;
  text-align: center;
}

.service-box.cero ul {
  text-align: center;
  margin-bottom: 20px;
}

.service-box.cero ul li {
  display: block;
}

.service-box.cero ul li:last-child {
  margin-right: 20px;
}

}

.fondo-negro {
  background-color: #323232;
}
.fondo-negro p {
  color: #fff;
}

.contenedor-esqueleto {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contenedor-esqueleto .info-esqueleto{
  padding: 20px;
}

.esqueleto {
  position: relative;
}

.punto-esqueleto {
  width: 100%;
  height: 530px;
  position: absolute;
}

.punto-info {
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.punto-info:first-child {
  top: 9%;
  left: 23%;
}

.punto-info:nth-child(2) {
  top: 26%;
  left: 21%;
}

.punto-info:nth-child(3) {
  top: 42%;
  left: 6%;
}

.punto-info:nth-child(4) {
  top: 55%;
  left: 11%;
}

.punto-info:nth-child(5) {
  top: 55%;
  left: 30%;
}

.punto-info:nth-child(6) {
  top: 54%;
  left: 59%;
}

.punto-info:nth-child(7) {
  top: 50%;
  left: 87%;
}

.punto-info:nth-child(8) {
  top: 64%;
  left: 34.5%;
}

.punto-info:after {
  content: '';
  background-color: rgba(0, 170, 247,1);
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.punto-info:before {
  content: '';
  background-color: rgba(0, 170, 247,.5);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5;
 -webkit-animation: punto-push 2s infinite; /* Safari 4+ */
  -moz-animation:   punto-push 2s infinite; /* Fx 5+ */
  -o-animation:     punto-push 2s infinite; /* Opera 12+ */
  animation:        punto-push 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes punto-push {
  0%    {transform: scale(1);}
  50%   {transform: scale(.5);}
  100%  {transform: scale(1);}
}
@-moz-keyframes punto-push {
  0%    {transform: scale(1);}
  50%   {transform: scale(.5);}
  100%  {transform: scale(1);}
}
@keyframes punto-push {
  0%    {transform: scale(1);}
  50%   {transform: scale(.5);}
  100%  {transform: scale(1);}
}

.fondo-esqueleto {
  width: 100%;
  height: 530px;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../images/promecar_image-esqueleto.jpg);
}

.item-esqueleto h2{
  font-size: 32px;
  color: #FFBD3B;
  text-transform: capitalize;
}

.item-esqueleto ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-esqueleto li{
  font-size: 20px;
}

.item-esqueleto li i{
  font-size: 25px;
  margin-right: 10px;
  color: #FFBD3B;
}

.flecha-esqueleto {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.flecha-esqueleto i{
  font-size: 50px;
  cursor: pointer;
  color: #FFBD3B;
}

.atras-esqueleto__info {
  margin-right: 30px;
}

.logo-represander, .logo-farmaclub {
  display: block;
  position: relative;
  height: 60px;
  transition: all .6s;
}


.logo-represander img:first-child,
.logo-farmaclub img:first-child{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .6s;
}

.logo-represander img:last-child,
.logo-farmaclub img:last-child{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .6s;
}

.logo-represander:hover img:first-child,
.logo-farmaclub:hover img:first-child {
  opacity: 0;
}

.logo-represander:hover img:last-child,
.logo-farmaclub:hover img:last-child {
  opacity: 1;
}



.video-responsive {
  width: 100%;
}

.slider-videos .owl-carousel {
  padding-bottom: 0;
}

.slider-videos .owl-carousel .owl-wrapper-outer {
  padding: 30px 0;
}

#owl-demo3 .item iframe{
  border: 7px solid #ffbd49;
  border-radius: 5px;
}