/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* SCREEN REFERENCE RESPONSIVE */



/* Extra small devices (portrait phones, less than 576px) */
#screenreference {
  /*height: 50px;*/
  width: 120px;
  background-color: yellow;
  position: fixed;
  z-index:50;
}
#screenreference p
  font-size: 10px;
  font-weight: bold;
}
#screenreference p::after {
  content: " < 576 (XS)";
}
#screenreference {
  background-color: yellow;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #screenreference p::after {
    content: " >= 567 (SM)";
  }
  #screenreference {
    background-color: orange;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #screenreference p::after {
    content: " >= 768 (MD)";
  }
  #screenreference {
    background-color: #ff80bf;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #screenreference p::after {
    content: " >= 992 (LG)";
  }
  #screenreference {
    background-color: violet;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #screenreference p::after {
    content: " >= 1200 (XL)";
  }
  #screenreference {
    background-color: #99ff33;
  }
}

/* CUSTOM CSS
-------------------------------------------------- */


html{
    height: 100%;
    font-size: 16px !important;/*Seteo general para rem */
}

body, p, span, em, ul, ol, li, input, textarea, button, div, nav, a,
blockquote, table, tr, th, td, tbody, thead, tfoot{
	margin: 0;
	font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: 0.03rem;
  /* color: #5a5a5a; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Titulos-Font-Regular', Arial, Helvetica, sans-serif;
  letter-spacing: -0.03rem;
}

h2.sectionTitle {
  font-family: 'Titulos-Font-Regular', Arial, Helvetica, sans-serif;
}
h2.frase-contact, h2.frase-contact p {
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.8rem;
}
h1.frase-contact-destacada, h1.frase-contact-destacada span {
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
h1.frase-contact-destacada p {
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  color: #fff;
}
h1.frase-contact-destacada span {
  color: #ffff00;
}
strong, b {
  font-family: 'Font-Bold', Arial, Helvetica, sans-serif;
  letter-spacing: 0.02rem;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: 'Titulos-Font-Bold', Arial, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: 'Titulos-Font-Bold', Arial, Helvetica, sans-serif;
}
strong span, b span{
  font-family: 'Font-Bold', Arial, Helvetica, sans-serif;
}


strong, b{
  font-weight: normal;

}

.embed-responsive {
  margin-bottom: -1px !important;
}

.about-us,
.about-me,
.about-services,
.about-brands
 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.about-us .about-titulo {
  font-family: 'Font-Regular', Arial, Helvetica, sans-serif;
  font-size: 2.0rem !important;
  color: #000;
  background-image: url(../images/bullet-cuadrado-gris.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.invisible-pre-carga {
  background-image: url(../images/bullet-cuadrado-gris.png);
  background-repeat: no-repeat;
  display: none;
}
.about-us .about-texto p {
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  font-size: 1.5rem !important;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 1.8rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-us .about-texto blockquote p{
  letter-spacing: -0.01rem;
  font-size: 1.2rem  !important;
  line-height: 1.6rem;
  margin-top: 40px;
}


.about-me .about-titulo {
  font-family: 'Font-Regular', Arial, Helvetica, sans-serif;
  font-size: 2.0rem !important;
  color: #fff;
  background-image: url(../images/bullet-cuadrado-amarillo.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: -20px;

}
.about-me .about-texto p {
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: -0.01rem;
  font-size: 1.0rem;
  margin-top: 10px;
  margin-bottom: 20px !important;
  line-height: 1.5rem;
}
.about-me .about-texto p strong {
  letter-spacing: 0.03rem !important;
}

.about-services .about-titulo {
  font-family: 'Font-Regular', Arial, Helvetica, sans-serif;
  font-size: 2.0rem !important;
  color: #333;
  background-image: url(../images/bullet-cuadrado-amarillo.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-left: -20px;
}
.about-services .about-texto p {
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  color: #000 !important;
  letter-spacing: -0.02rem;
  font-size: 0.9rem;
  margin-bottom: 10px !important;
  line-height: 1.7;
}
.servicios-columna p {
    font-size: 1.2rem !important;
    line-height: 1.6rem;
    margin-bottom: 0.82rem;
    margin-top: 0.82rem;
    color: #000 !important;
    letter-spacing: 0.02rem;
  }

  .servicios-columna  {
      margin-top: -16px !important;
    }

.about-brands .about-titulo {
  font-family: 'Font-Regular', Arial, Helvetica, sans-serif;
  font-size: 2.0rem !important;
  color: #fff;
  background-image: url(../images/bullet-cuadrado-amarillo.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 20px;
  margin-left: -20px;

}


.parte-about-us {
  background-color: #ffff11;
  padding-top: 40px;
  padding-bottom: 20px;
}
.parte-about-me {
  background-color: #858585;
  padding-top: 40px;
}
.parte-about-servicios {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.parte-about-brands {
  background-color: #181818;
  padding-top: 40px;
}

body.page-template-page-fullwidth-info #seccion-accesos-footer,
body.page-template-page-fullwidth-contact #seccion-accesos-footer
 {
  margin-top: 0px;
}

#legales-general {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    background-color: #fff;
}
#legales-general p {
    font-size: 0.72rem !important;
    margin-bottom: 6px !important;
}

body{
  background-color: #f7f7f7;
}
body.page-template-page-fullwidth {
  background-color: #fff;
}
body.page-template-page-galeria {
  background-color: #fff;
}
body.presentacion-template-default {
  background-color: #fff;
}
body.page-template-page-faqs article p,
body.page-template-page-faqs aside p,
body.page-template-page-politica article p,
body.page-template-page-politica article ul li,
body.page-template-page-politica aside p,
body.page-template-page-terminos article p,
body.page-template-page-terminos article ul li,
body.page-template-page-terminos aside p
 {
    font-size: .9rem !important;
    margin-bottom: 10px;
}
body.page-template-page-politica article h2,
body.page-template-page-terminos article h2
 {
    font-size: 1.2rem !important;
    margin-bottom: 10px;
    margin-top: 25px;
}
body.page-template-page-politica article,
body.page-template-page-terminos article
 {
    margin-bottom: 30px;
}

body.page-template-page-faqs p strong,
body.page-template-page-faqs p strong a,
body.page-template-page-politica p strong,
body.page-template-page-politica p strong a,
body.page-template-page-terminos p strong,
body.page-template-page-terminos p strong a
 {
    font-family: 'Font-Bold', Arial, Helvetica, sans-serif !important;
}

body.page-template-page-faqs h5,
body.page-template-page-politica h5,
body.page-template-page-terminos h5
 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.accordion .card-header {
    padding: 0;
    width: 100% !important;
}
.accordion .card {
    width: 100% !important;
    margin: 0 0 4px 0 !important;
    border: none !important;
}
.accordion .card .btn-link {
   text-transform: none !important;
    text-align: left !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    text-decoration: none !important;
}
.accordion .card-body {
    font-size: .9rem !important;
}
.accordion .card-body a:hover {
    color: #000 !important;
    text-decoration: none;
}


.data-fiscal img {
  width: 35px;
}

/* grecaptcha V3
-------------------------------------------------- */
.grecaptcha-badge{
  display: none;
}


body.single-noticia{
  background-color: #fff;
}

section {
  padding-top: 35px;
}

body.single-noticia section{
  padding-top: 0px;
}
/* FOOTER CSS
-------------------------------------------------- */

footer{
  background-color: #3c3c3b;
  padding: 30px 0 15px 0;
  padding: 0;
}

footer a{
  color: #dedc00;
  text-decoration:none;
}
footer a:hover{
  color: #fff;
}

footer p {
  color: #666 !important;
  font-size: .75rem !important;
  margin-bottom: 5px;
  letter-spacing: .03em;
  /*font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;*/
}

footer .logo_footer div.logo_footer_fondo{
  text-align: right;
  float: left;
  /*background-image: url(../images/logo-footer-peditusitio.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  overflow: hidden;
  width: 145px;
  height: 61px;
  padding-top: 0;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
}

.contact-mapa {
  /*background-image: url(../images/contact-mapa.png);*/
  background-repeat: no-repeat;
  background-position: 71% bottom;
  min-height: 865px;
  background-color: #181818;
  padding-top: 36px;
  margin-top: 100px;
  /*background-size: cover;*/
}


.contact-mapa a:hover {
  color: #fff;
  text-decoration: none;
}

/* ACCESOS FOOTER CSS
-------------------------------------------------- */
#seccion-accesos-footer{
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: #f2f2f2;
  min-height: 170px;
  width: 100%;
}

#seccion-accesos-footer p, #seccion-accesos-footer a {
  font-size: 0.84rem;
}

#seccion-accesos-footer ul{
  list-style: none;
  padding-left: 0;
}
#seccion-accesos-footer ul li{
  margin-bottom: 3px;
  float: left;
  margin-right: 8px;
}
#seccion-accesos-footer ul li a{
  color: #959595;
  text-decoration: none;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif !important;
  font-size: .82rem;
  padding-bottom: 5px;
}
#seccion-accesos-footer ul li a:hover{
  color:#000000;
}
#seccion-accesos-footer h2{
  font-size: 1.0rem;
  margin-bottom: 10px;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: 0.02rem;
  /*color:#959595;*/
}

#seccion-accesos-footer ul.inline {
  margin: 0px 0px 15px 0px;

}
#seccion-accesos-footer .inline li a .fa{
  /*background-color: #000000;*/
  background-color: #ffff00;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 7px;
  padding-left: 1px;
  /*color:#e1e1e1;*/
  color:#000;
}
#seccion-accesos-footer .inline li a:hover .fa{
  color: #ccc;
  background-color: #ffff00;
}

#seccion-accesos-footer ul li {
  margin-bottom: 3px;
}

.inline li{
  display: inline-block;
  margin-right: 10px;
}

.creditos-footer {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 30px;
}
.creditos-footer p {
  font-size: 0.79rem !important;
  letter-spacing: 0.00rem !important;
}

.creditos-footer a:hover {
  color: #000;
  text-decoration: none;
}



/* FOOTER ACCESOS WIDGETSCSS
-------------------------------------------------- */

.footer_accesos_widget_area_1 ul,
.footer_accesos_widget_area_2 ul,
.footer_accesos_widget_area_3 ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 30px;
}

.footer_accesos_widget_area_2 {
  padding-right: 0px;
  padding-left: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.footer_accesos_widget_area_3 {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 15px;
}

.footer_accesos_widget_area_1 {
  padding-right: 0px;
  padding-left: 15px;
}




.footer_accesos_widget_area_2 a:hover {
  color: black;
  text-decoration: none;
}



















/* Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/

/* HEADER */
#wpadminbar {

    /*display: none;*/

}

/* Eliminar_submenu_barra_administrador*/
#wp-admin-bar-site-name .ab-sub-wrapper {
    display: none !important;
}

#alertMobile{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  color: white;
  text-align: center;
  z-index: 55;
  top: 0;
}

#alertMobile h1{
  margin-top: 20%;
  color: white;
  padding: 15%;
  font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}
#alertMobile h1 figure{
  margin-bottom: 50px;
}
#alertMobile h1 figure img{
  max-width: 250px;
}


.mobile-navbar{
  position: absolute;
  left: 0;
  top:0;
  background-color: #000000;
  z-index: 0;
  width: 100%;
  height: 50px;
  display: block;
}

.logged-in.admin-bar header,
.logged-in.admin-bar header.sticky {
  top: 32px;
}

header {
  /*background-color: #fff !important;*/
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff !important;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

header .navbar-collapse{
  /*flex-grow: 0;*/
}

.navbar {
  padding: 0px;
  padding-left: 0px;
  /*height: 93px;*/

}


header .navbar-brand{
  font-family: 'Font-Regular', Arial, Helvetica, sans-serif;
  text-indent: -9999px;
  /*background-image: url(../images/logo-peditusitio.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  overflow: hidden;
  /*-webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;*/
  padding-top: 0;
  min-width: 220px;
  width: 220px;
  height: auto;
  height: 35px;
  margin-top: 32px;
  margin-bottom: 26px;
  margin-left: 1px;
  margin-right: 5px;
}

header.sticky .navbar-brand{
  /*background-image: url(../images/logo-peditusitio-sticky.png);*/
  /*background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 30px;
  margin-top: 60px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;*/
}


.navbar-nav{
  margin-top: 0 !important;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

header nav .navbar-nav{
  padding: 0rem 0;
}

header.sticky nav .navbar-nav{
  /*padding: .5rem 0;*/
}

header nav .navbar-nav {
  margin-top: 30px;
}

header nav .navbar-nav .menu-item {
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: left;
}
.navbar-nav .menu-item,
.footer-navbar-nav .menu-item,
.footer-navbar-nav-secundaria .menu-item
{
  display: none;
  /*Lo oculto por defecto y después muestro por jquerry los que debo habilitar*/
}
/*.footer-navbar-nav-secundaria .menu-item {
  display: none;//Lo oculto por defecto y después muestro por jquerry los que debo habilitar
}*/


header nav .navbar-nav .menu-item a {
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: 1rem;
  margin-left: 0rem;
  color:#575a5a;
  text-decoration: none;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-size: 1.0rem;
}
header nav .navbar-nav .menu-item a{
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

header.sticky nav .navbar-nav .menu-item a{
  color: black !important;

}
header nav .navbar-nav .menu-item a:hover{
  color: black;
  -webkit-transition: opacity 0.2s ease-in-out,
  color 0.2s ease-in-out,
  background-color 0.2s ease-in-out,
  border-color 0.2s ease-in-out,
  rotate 0.2s ease-in-out,
  filter 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,
  color 0.2s ease-in-out,
  background-color 0.2s ease-in-out,
  border-color 0.5s ease-in-out,
  rotate 0.2s ease-in-out,
  filter 0.2s ease-in-out;
  border-bottom: 2px solid #ffff00;
}

body.single-proyecto header nav .navbar-nav .menu-item a:hover{
  /*border-bottom: 2px solid #ffff00;*/
}
body.single-proyecto header.sticky nav .navbar-nav .menu-item a:hover{
  /*border-bottom: 2px solid #ffff00;*/
}
header nav .navbar-nav .current-menu-item a,
header nav .navbar-nav .current-menu-item a:hover{
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  color: black;
}
header.sticky nav .navbar-nav li.current-menu-item a,
header.sticky nav .navbar-nav li.current-menu-item a:hover{
  /*color:#dedc00;*/
}

a.current {
  /*color: #dedc00 !important;*/
}

body.home .class-inicio a,
body.single-proyecto .class-inicio a,
body.page-template-page-fullwidth-reel .class-reel a,
body.page-template-page-fullwidth-info .class-quienes-somos a,
body.page-template-page-fullwidth-contact .class-contacto a
 {
  border-bottom: 2px solid #ffff00 !important;
}

.class-contacto a {
  margin-right: 0px !important;

}

.page-template-page-fullwidth-reel section {
  padding-top: 0px;

}

/* Acceso destacado */

header nav .navbar-nav .acceso-destacado {
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 8px;
  height: 42px;
  cursor: pointer;
}

header nav .navbar-nav .acceso-destacado a {
  padding: 8px 14px 7px 14px !important;
  border-radius: 6rem;
  background-color: #dedc00;
  margin-top: -5px;
  height: 33px;
  color:white !important;
  font-size: .8rem;
  font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  /*text-transform: uppercase !important;*/
  cursor: pointer;
}

header nav .navbar-nav .acceso-destacado a:hover {
  background-color: #5a5a5a !important;
  color:#dedc00 !important;
}


header ul.sub-menu{
  position: relative;
  top:auto;
  margin-left: 0;
}

.navbar-toggler{
  display: block;
  width: 49px;
  height: 40px;
}
.navbar-toggler-icon,
.navbar-toggler-icon close{
  width: 20px;
  height: 25px;
}

.navbar-light .navbar-toggler {
    border: none;
    padding-top: 10px;
    outline: none;
    padding-left: 31px !important;
    padding-right: 0px !important;
}

.navbar-dark .navbar-toggler{
  border: none;
  padding-top: 10px;
  outline: none;
  padding-left: 31px;
}
.navbar-dark .navbar-toggler:hover .menu-text{
  color:#dedc00;
}
.navbar-light .navbar-toggler:hover .menu-text{
  color:#dedc00;
}

.close {
  opacity: 1;
  float: none;
  text-shadow: none !important;
  color: #fff !important;
}
.close span {
  color: #fff !important;
}

.menu-text {
  text-transform: uppercase;
  display: inline;
  color:white;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  position: relative;
  top:-23px;
  left:30px;
  font-size: .94rem;
}

.admin-bar header{
  top:32px;
}

.container{
  padding-right: 35px;
  padding-left: 35px;
}
#testimonios .container{
  padding-right: 15px;
  padding-left: 15px;
}

#reel .container{
  padding-right: 35px;
  padding-left: 35px;
}


.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid{
  padding-right: 15px;
  padding-left: 15px;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Slider
------------------------- */
header{
  z-index: 58 !important;
}
#slider{
  /*
  border-bottom-color: #dedc00;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  */
}
#slider {
  margin-top: 70px;
  background-color: #fff !important;
}
#slider p{
  /*color: white !important;
  margin-bottom: 1rem;
  font-size: .94rem;*/
}
#slider .btn.btn-lg.btn-primary{
  font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  font-size: .94rem;
}

#slider .btn.btn-lg.btn-primary:hover{
  background-color: #fff !important;
  color: #dedc00 !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 26px;
  height: 26px;
  opacity: .8;
}
.carousel-control-next, .carousel-control-prev{
  width: 10%;
  /*display: none;*/
}
.carousel-control-next-icon{
  /*background-image: url(../images/right-arrow-slider.png);*/
  background-size: cover;
  background-position: center;
}

.carousel-control-prev-icon{
  /*background-image: url(../images/left-arrow-slider.png);*/
  background-size: cover;
  background-position: center;
}

/* Since positioning the image, we need to help out the caption */


.carousel-caption{
  top: 20px;
  left: auto;
  right: auto;
}

#testimonios .carousel-caption{
  left: 0 !important;
  right: 0 !important;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 390px;
  /*background-color: #000000;*/
  background: none;
  width:100%;
  min-width: 100%;
  overflow: hidden;
}

.carousel-item #video iframe{
  position: absolute;
  right: 0;
  top: -50px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  -webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
  overflow: hidden;
  display: block;
}

.carousel-item .bg-image-zoomin,
.carousel-item .bg-image-zoomout{
  height: 500px;
 /* background-color: #000000;*/
  background-repeat: no-repeat !important;
  background-position-x: 40%;
  background-size: cover;
  /*background-size: contain;*/

}
.carousel-inner-vacio {
  height: 50px;
  /*background-color: #fff;*/
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  100% {transform: scale(1.1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  100% {transform: scale(1.1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
/*End of Zoom out Keyframes */

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .75s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

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

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.carousel-caption{
  /*max-width: 1110px;*/
  max-width: 290px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.carousel-caption h1, .carousel-caption h1 strong, .carousel-caption h1 p {
    color:#000 !important;
    margin-bottom: 10px;
    margin-left: -1px;
    letter-spacing: 0.0rem;
    font-size: 2.0rem;
    font-family: 'Titulos-Font-light', Arial, Helvetica, sans-serif;
}
.carousel-caption h1 strong{
    font-family: 'Titulos-Font-Bold', Arial, Helvetica, sans-serif;
}

.carousel-caption h1 {
    /*background-image:url(../images/linea-slide-titulo.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 10px;*/
    /*max-width: 90%;*/
}

.carousel-caption .btn-group-lg>.btn, .btn-lg{
  padding: .5rem 2rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 3rem;
  background-color: #dedc00;
  border:none;
}
.carousel-indicators{
  display: none;/*LO oculto en este diseño*/
}

.carousel-indicators li{
  height: 15px;
  width: 15px;
  border-radius: 15px;
  cursor: pointer;
}


  .carousel-nav-container{
    width: 100%;
    margin-bottom: 40px;
  }
  .carousel-caption p {

  }


  /* GALERÍA ENVIRA: ;
  -------------------------------------------------- */

  .envira-config {
      display: none !important;
  }

  .envira-config {
      display: none !important;
  }

  div#galeria div.envira-gallery-item {
    width: 100% !important;
  }

/* Icono por si algun dia pongo videos */
/*
  .envira-gallery-item-inner  {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image:url(../images/play-icon.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto;
      background-size: 50px 50px;
      text-indent: -9999px;
  }*/


  .page-header{
    margin-top: 50px;
    height: 100px !important;
  }






  #presentacion{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color:#fff;
  }
  #presentacion p{
    font-size: 0.9rem;
    margin-bottom: 10px !important;
    line-height: 1.7;
  }

  #quienes-somos{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #quienes-somos p{
    font-size: .9rem;
    line-height: 1.3rem;
    margin-bottom: 9px !important;
  }
  #quienes-somos .quienes-somos-imagen {

  }

  #quienes-somos .quienes-somos-imagen img {
    border-style: solid;
    border-width: 14px;
    border-color: #fff;
  }

  #quienes-somos .quienes-somos-texto {

  }
  #quienes-somos .quienes-somos-texto h5{
    color: #333;
  }


  #work{
    padding-top: 40px !important;
    padding-bottom: 0px !important;
  }


  body.single-proyecto .work-item-inner {
    margin-top: 93px;
  }

  .work-item-inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .work-item-image img {
    width: 100%;
    min-height: 131px;
  }

  .work-item-content-link {

  }



.work-item-content-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.work-item-content {
    margin-top: 100px !important;
    /*margin-left: 39px !important;*/
}

.work-item-content {
    display: inline-block;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    white-space: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.work-item-content.v-mobile {
    display: block;
    position: relative;
    z-index: 1;
    max-width: 100%;
    white-space: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
}

.ancho-total {
  padding-left: 0px;
  padding-right: 0px;

}

.proyecto-nombre {
  color: white !important;
  font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  letter-spacing: -0.03rem !important;
  font-size: 2.4rem !important;
  line-height: 1.6rem;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}
.proyecto-cliente {
  color: #ffff00 !important;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: -0.03rem !important;
  font-size: 1.4rem !important;
  line-height: 1.6rem;
  letter-spacing: 1px;
}
.v-mobile .proyecto-nombre {
  padding-top: 40px;
  font-size: 1.4rem !important;
  line-height: 1.6rem;
  color: #000 !important;
  /*color: #000 !important;*/
}
.v-mobile .proyecto-cliente {
  font-size: 1.0rem !important;
  line-height: 1.2rem;
  color: #333 !important;
  /*color: #000 !important;*/
}

#proyectos .proyecto-nombre {
  color: #000 !important;
  font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  letter-spacing: -0.03rem !important;
  font-size: 1.6rem !important;
  line-height: 1.9rem;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  margin-top: 40px;
}
#proyectos .proyecto-cliente {
  color: #333 !important;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: -0.03rem !important;
  font-size: 1.4rem !important;
  line-height: 1.6rem;
  letter-spacing: 1px;
}
#proyectos .proyecto-credits {
  color: #333 !important;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: -0.00rem !important;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#proyectos .proyecto-contenido {
  color: #333 !important;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: 0.01rem !important;
  font-size: 1.0rem !important;
  line-height: 1.6rem;
  letter-spacing: 1px;
  margin-top: 10px;
}
#proyectos .proyecto-creditos {
  color: #333 !important;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: 0.00rem !important;
  font-size: 0.9rem !important;
  line-height: 1.6rem;
  letter-spacing: 1px;
}
#proyectos .proyecto-legales {
  color: #666 !important;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: 0.03rem !important;
  font-size: 0.9rem !important;
  line-height: 1.6rem;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-awards {
  color: #fff !important;
  font-family: 'Font-Light', Arial, Helvetica, sans-serif;
  letter-spacing: -0.03rem !important;
  font-size: 1.3rem !important;
  line-height: 1.3rem;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.modal-content {
  background-color: transparent;
  border: none;
  /*background-color: #000;*/
  margin-top: 20px !important;

}
.modal-header {
    border-bottom:none;
    padding: 0rem 1rem;

}
.modal-body {
  /*background-color: #000;*/
}
.proyecto-raya {
  border-bottom: 2px solid #ffff00;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  max-width: 50px;
}

.raya-amarilla-frase {
  border-bottom: 4px solid #ffff00;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 0px;
  max-width: 123px;
}

.raya-amarilla-footer {
  border-bottom: 2px solid #ffff00;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 9px;
  max-width: 50px;
}

.work-item-image {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    margin: 0;
    background-color: #181818;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    opacity: 1.0;
}

.work-item-image:hover {
    opacity: 1;
}
.work-item-image.sin-hover:hover {
    opacity: 1;
}




  #planes{
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  /*Página interna */
  body.single #planes{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  #planes.seccion_area{
    /*background-color: #333333;*/
  }

  #planes .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #planes h2.sectionTitle {
    font-size: 1.8rem;
    color: #dedc00;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }


  #servicios{
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  #servicios.seccion_area{
    background-color: #e5e5e5;
  }

  #servicios .flex-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: flex-start; Con esto se alinean normalmente */
    justify-content: center; /*Con esto se alinean en el centro*/
  }
  #servicios h2.sectionTitle {
    margin-bottom: 20px;
    text-align: center;
  }
  #servicios h3 {
    font-size: 1.25rem !important;
  }
  #servicios p {
    font-size: .82rem !important;
    line-height: 1.25rem;
    margin-bottom: 0.82rem;
  }


  #servicios aside ul li {
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 8px 0 8px 10px;
    font-size: .82rem !important;
  }
  #servicios aside ul li a.nav-link{
    padding: 0 !important;
  }
  #servicios aside ul li a.nav-link:hover{
    color: #000;
  }
  #servicios aside ul.nav{
    background-color: #fff;
  }
  #servicios aside ul li h4{
    font-size: 1.2rem !important;
  }

  #servicios ul li strong:before {
    font-family: 'FontAwesome';
    content: '\f067';
    margin: 0 6px 0 0px;
    color: #dedc00;
  }
  #servicios ul li a.nav-link:before {
    font-family: 'FontAwesome';
    content: '\f067';
    margin: 0 6px 0 0px;
    color: #ccc;
  }

  #noticias {
    padding-top: 40px !important;
    padding-bottom: 10px !important;

  }
  #noticias .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #noticias h2.sectionTitle {
    margin-bottom: 20px;
    text-align: center;
  }


  #noticias aside ul li {
    border-bottom-color: #e7e7e7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 6px 0 7px 0px;
    font-size: .82rem !important;
  }
  #noticias aside ul li a.nav-link{
    padding: 0 !important;
    font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  }
  #noticias aside ul li a.nav-link:hover{
    color: #000;
  }
  #noticias aside ul.nav{
    background-color: #fff;
  }
  #noticias aside ul li h4{
    font-size: 1.2rem !important;
  }

  #noticias aside ul li img{
    width: 90px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  #noticias aside ul li a.nav-link {
    display: inline;
  }
  .single-noticia #noticias p {
    font-size: .86rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .single-noticia #noticias p.noticia-fecha {
    color: #999999;
    font-size: .8rem !important;
    margin-bottom: 10px;
  }
  .single-noticia #noticias h3 {
    margin-bottom: 1.5rem;
  }

  #modalidad.seccion_area{
    background-color: #ededeb;
  }
  #modalidad {
    text-align: center;
    padding-top: 40px !important;
  }


  #calltoaction-1 .calltoaction-1-call-to-action {
    text-align: center;
    color: #999999;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    background-color: #dedc00;
    border-top-color: #fff;
    border-top-width: 10px;
    border-top-style: solid;
  }
  #calltoaction-1 .calltoaction-1-call-to-action h3 {
    color: #fff;
  }
  #calltoaction-1 .calltoaction-1-call-to-action h3 a {
    color: #333333;
  }
  #calltoaction-1 .calltoaction-1-call-to-action h3 a:hover {
    color: #000;
    text-decoration: none !important;
  }

  #calltoaction-2 .calltoaction-2-call-to-action {
    text-align: center;
    color: #999999;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    background-color: #dedc00;
  }
  #calltoaction-2 .calltoaction-2-call-to-action h3 {
    color: #fff;
  }
  #calltoaction-2 .calltoaction-2-call-to-action h3 a {
    color: #333333;
  }
  #calltoaction-2 .calltoaction-2-call-to-action h3 a:hover {
    color: #000;
    text-decoration: none !important;
  }


  .modalidad-cliente{
    /*background-image:url(../images/modalidad-cliente.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 310px;
    margin: 10px 0 0 0;
    display: block;
    overflow: hidden;
  }
  .modalidad-peditusitio{
    /*background-image:url(../images/modalidad-peditusitio.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 310px;
    margin: 0 0 20px 0;
    display: block;
    overflow: hidden;
  }

  .modalidad-dibujo-cliente{
  /*  background-image:url(../images/background-modalidad-dibujo-cliente.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 420px;
    display: block;
    overflow: hidden;
  }

  .modalidad-dibujo-peditusitio{
    /*background-image:url(../images/background-modalidad-dibujo-peditusitio.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 420px;
    display: block;
    overflow: hidden;
  }

  #testimonios {
    margin-top: 30px;
    text-align: center;
    padding-top: 40px !important;
    padding-bottom: 30px !important;

  }

  #testimonios.seccion_area{
    background-color: #dedc00;
    /*background-image: url(/wp-content/themes/peditusitio/images/header-testimonios.jpg);*/
    background-repeat: no-repeat !important;
    background-position-x: 40%;
    background-size: cover;
  }
  #testimonios h2.sectionTitle {
    color: white !important;
  }

  #testimonioslider .testimonio-contenido p{
    color: white !important;
    font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
    letter-spacing: -0.0rem;
    font-size: 1.1rem;
    padding: 0 5% 15px 5%;
  }


.testimonio-imagen img {
    margin: 10px auto;
    width: 95px !important;
    height: 95px !important;
    border-radius: 100%;
}
.testimonio-autor {
  color: white !important;
    font-family: 'Font-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: -0.1rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0 5px 0;
    display: block;
}

.testimonio-compania  {
  color: white !important;
    font-family: 'Font-Regular', Arial, Helvetica, sans-serif;
    letter-spacing: 0.1rem;
    font-size: 0.82rem;
    display: block;
}

  #testimonioslider .carousel-caption p {
      max-width: 100%;
  }


  #testimonioslider .carousel-caption{
    top: 0px;
    left: auto;
    right: auto;
    text-align: center;
    width: 100% !important;
  }

  /* Declare heights because of positioning of img element */
  #testimonioslider .carousel-item {
    height: 350px;
    /*background-color: #000000;*/
    background: none;
    width:100% !important;
    min-width: 100%;
    overflow: hidden;
  }


  #testimonioslider .carousel-item .bg-image-zoomin,
  #testimonioslider .carousel-item .bg-image-zoomout{
    height: 350px;
   /* background-color: #000000;*/
    background-repeat: no-repeat !important;
    background-position-x: 40%;
    background-size: cover;
    /*background-size: contain;*/
    width:100%;
    min-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
  }

  #galeria{
    padding-top: 40px !important;
    background-color:#fff;
  }
  #galeria h3.sectionTitle {
    margin-bottom: 20px;
    text-align: center;
  }

  #clientes {
    padding-top: 20px !important;
    padding-bottom: 30px !important;

  }
  #clientes .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: left;*/
  }

  #clientes h3.sectionTitle {
    text-align: center;
    margin-bottom: 20px;
  }

.cliente-item {
    float: left;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    width: 15rem !important;
}

.container-logos {
  width: 100%;
  padding: 0 !important;
}



.cliente-logo {
  position: relative;
  height: 70px;
  display: block;
  /*opacity: 1;*/
  background-position: center center;
  background-repeat: no-repeat;
  /*-webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
  padding: 30px;
  background-size: contain;
}
.cliente-logo:hover {
  /*-webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: .7;*/
}

#accordionFaq .card{
  width: 100% !important;
}

#accordionFaq .card-header {
  width: 100% !important;
}
#accordionFaq .card-body {
  width: 100% !important;
}






  .card{
    margin-bottom: 30px !important;
    width: 100%;
    margin: 0px 0px 20px 0px !important;
  }
  .card-tag {
    font-family: 'Font-Bold', Arial, Helvetica, sans-serif;
    font-size: .75rem;
    margin-bottom: 10px;
    color: #dedc00;
    display: block;
    text-transform: uppercase;
  }
  .card-date {
    color: #999999;
    font-family: 'Font-Regular', Arial, Helvetica, sans-serif;
    font-size: .69rem;
    margin-bottom: 10px;
    display: block;
  }
  .card-text {
    font-size: .8rem;
    margin-bottom: 10px;
    display: block;
  }
  .card-more {
    font-size: .8rem;
    color: #000;
    font-weight: bold;
    display: block;
  }
  .card h5 {
    font-size: 1rem;
  }

  #noticias .card-title {
    margin-bottom: 3px;
  }

  #noticias .card-more:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 5px 0 0px;
    color: #dedc00;
  }

  a .card {
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

  }
  a .card:hover {
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

  }

  a .card-ani  {
    background-color: #fff !important;
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    border-style: solid;
    border-width: 10px;
    border-color: #ccc;
  }
  a .card-ani .card-title, a .card-ani .card-text  {
    /* color: #5a5a5a !important; */
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a .card-ani .card-text span {
    /* color: #5a5a5a !important; */
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  a .card-ani:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #dedc00 !important;
    border-style: solid;
    border-width: 10px;
    border-color: #dedc00;
  }
  #noticias a .card-ani:hover .card-more  {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #dedc00 !important;
  }
  #noticias a .card-ani {
    background-color: #fff !important;
    border: none;
  }
  #noticias a .card-img-top {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    opacity: 0.8;
  }
  #noticias a .card-ani:hover .card-img-top  {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    opacity: 1;
  }

  #noticias a .card-ani:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff !important;
    border: none;
  }
  #noticias a .card-ani:hover .card-title, #noticias a .card-ani:hover .card-text {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* color: #5a5a5a !important; */
  }
  a .card-ani:hover .card-title, a .card-ani:hover .card-text {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF !important;
  }
  a .card-ani:hover div.plan-oferta span {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF !important;
  }
  a .card-ani:hover .card-text ul li,
  a .card-ani:hover .card-text ul li:before{
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF !important;
    border-color: #FFF !important;
  }



  #planes a .card-ani:hover p.card-more {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #dedc00 !important;
    background-color: #FFF !important;
    border-color:#FFF !important;
    box-shadow: none!important;
  }

  #planes a .card-ani:hover p.card-tipodeplan {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #dedc00 !important;
    background-color: #FFF !important;
    border-color:#FFF !important;
    box-shadow: none!important;
  }

  a.planes-link  {
    width: 100%;
  }

  a.planes-link, a.planes-link:visited, a.planes-link:active {
    text-decoration: none !important;
  }
  a.noticias-link, a.noticias-link:visited, a.noticias-link:active {
    text-decoration: none !important;
  }
  a.noticias-link:hover {
    color: #dedc00;
  }
  .plan-oferta {
    text-decoration: none !important;
    margin-bottom: 10px !important;
  }
  .plan-precio-actual {
    display: blocK;
  }

  #planes .card {
    margin-bottom: 30px !important;
    width: 100%;
    margin: 0px 0px 20px 0px !important;
    text-align: center;
  }

  #planes .card-title {
    font-size: 25px;
    margin-bottom: 2px;
  }
  #planes .card-tipodeplan {
    font-family: 'Font-Bold', Arial, Helvetica, sans-serif;
    font-size: .75rem;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    background-color: #dedc00;
    padding: 10px;
  }


  #planes .card-more {
    font-size: .9rem;
    line-height: 1.2;
    color: #fff;
    font-family: 'Font-Semibold', Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    display: block;
    background-color: #dedc00;
    border-color:#dedc00;
    box-shadow: none!important;
    margin-top: 18px;
    border-radius: 0.4rem;
    text-transform: uppercase;
    padding: 12px 19px 12px 19px;
  }

  .plan-precio-normal .precio-texto,
  .plan-precio-normal .precio-moneda,
  .plan-precio-normal .precio-valor {
    color: #ccc !important;
  }
  .plan-precio-normal .precio-valor {
    text-decoration: line-through;
  }

  .plan-precio-actual .precio-moneda,
  .plan-precio-actual .precio-valor {
    color: #dedc00 !important;
    font-family: 'Font-Regular', Arial, Helvetica, sans-serif !important;
    font-size: 40px;
    text-decoration: none !important;
  }
  .plan-precio-actual .precio-texto {
    /* color: #5a5a5a !important; */
    font-size: .75rem;
    display: block;
  }
  .plan-precio-normal .precio-texto {
    font-size: .82rem;
  }
  #planes ul li, #planes ul {
    text-decoration: none;
    list-style:none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #planes ul li {
    text-decoration: none;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 6px 0 6px 0px;
    margin: 0;
    font-size: .75rem;
  }
  #planes ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 0px;
    color: #dedc00;
  }
  #planes h3 {
    font-size: 1.3rem;
  }
  #planes p {
    font-size: .9rem;
    line-height: 1.4rem;
  }
  .single-plan #planes p {
      font-size: .9rem;
      line-height: 1.4rem;
      margin-bottom: 14px
  }
  .single-plan #planes a:hover {
      /*color: #333;*/
  }
  .single-plan #planes a {
      /*color: #333;*/
  }

  /* Forzar estilo de boton de pago */
  .single-plan #planes a.MP-blue-common-CDm{
    color: #fff !important;
  }
  .single-plan #planes a:hover.MP-blue-common-CDm{
    color: #fff !important;
  }


  .single-plan .MP-arall {
    margin-top: 0px;
  }

  #planes aside .card {
    width: 100% !important;
  }

  a.servicios-link, a.servicios-link:visited, a.servicios-link:active {
    text-decoration: none !important;
  }




/* Contacto */

#contacto {

}
#contacto p {
  font-size: .9rem !important;
}
#contacto p a:hover {
  text-decoration: none;
  color: #000;
}


/* Error 404 */
.error404 article p {
  font-size: .9rem !important;
}
.error404 article p a:hover {
  text-decoration: none;
  color: #000;
}

.contacto-home {
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.contacto-home form{
  margin-top: 20px;
}

.form-group {
  margin-bottom: .4rem !important;
  margin-top: 0 !important;
}


input.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .82rem !important;
}

textarea.wpcf7-form-control{
  font-size: .82rem !important;
  height: 90px !important;
  min-height: 180px;
  margin-bottom: 5px;
}


#brief-peditusitio input.wpcf7-form-control,
#brief-peditusitio textarea.wpcf7-form-control {
  width: 100%;
}
#brief-peditusitio select.wpcf7-select {
  width: 100%;
  height: 30px;
}
#brief-peditusitio div.row {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  line-height: 1.3rem;
}
#brief-peditusitio span {
  font-size: .84rem;
  line-height: 1.3rem;
}
#brief-peditusitio strong {
  font-size: 0.95rem;
}
#brief-peditusitio h5 {
  border-bottom: 1px solid #dedc00;
  padding-bottom: 10px;
  padding-top: 10px;
}

#brief-peditusitio a
{
  font-weight: bold;
  text-decoration:none;
}
#brief-peditusitio a:hover
{
  color: #000;
  font-weight: bold;
}

.page-template-page-formulario-generico .navbar ul.navbar-nav li a {
  display: none;
}
.page-template-page-formulario-generico aside p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.page-template-page-formulario-generico article a,
.page-template-page-formulario-generico aside a
{
  text-decoration:none;
}

.page-template-page-formulario-generico article a:hover,
.page-template-page-formulario-generico aside a:hover
 {
  color: #000;
}


div.wpcf7-response-output {
  padding: 0.8em 1.4em;
  font-size: .82rem !important;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  margin-right: 0px;
}

span.wpcf7-not-valid-tip
{
  margin-top: 4px;
  margin-left: 13px;
  font-size: .82rem !important;
}

input.wpcf7-submit.btn {
    margin-bottom: 30px;
}

.submit-home-form-container{
  margin-top: 20px;
}

input[type="submit"],
.btn{
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  text-transform: uppercase;
  border-radius: 0.4rem;
  background-color: #dedc00;
  border: none !important;
  height: 33px;
  min-width: 100px;
  margin-top: 20px;
  max-width: 120px !important;
  padding: 8px 19px 10px 19px;
}
input[type="submit"]:hover,
.btn:focus, .btn:hover{
  background-color: #fff !important;
  color: #dedc00;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

input:focus
select:focus,
textarea:focus{
  outline: none !important;
}

#accordionFaq {
  width: 100%;
}

#accordionFaq input[type="submit"],
.btn{
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-family: 'Font-Semibold', Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  text-transform: uppercase;
  border-radius: 0.4rem;
  background-color: #dedc00;
  border: none !important;
  height: 33px;
  min-width: 100px;
  margin-top: 20px;
  max-width: 100% !important;
  padding: 8px 19px 10px 19px;
}
#accordionFaq input[type="submit"]:hover,
.btn:focus, .btn:hover{
  background-color: #5a5a5a;
  color: #dedc00;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


.page-header{
  background-color: #dedc00;
/*  background-image: url(../images/header-secciones-internas.jpg)*/
  background-image: none !important;
  background-position-x: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.page-header {
  padding: 105px 0 16px 0;
  height: auto !important;
}

body.page-template-page-fullwidth-reel .page-header {
  padding-top: 0px;
}

body.page-template-page-fullwidth-info .page-header {
  padding-bottom: 0;
  padding-top: 42px;
}

.page-header h1 {
  color: black !important;
  font-size: 2rem;
  width: 100%;
  margin-top: 5px;
  font-family: 'Font-Regular', Arial, Helvetica, sans-serif !important;
  background-image: url(../images/linea-slide-titulo-interno.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.page-header header{
  background-color: transparent;
}



/* breadcrumb
-------------------------------------------------- */
.breadcrumb{
  background-color: transparent;
  padding: 0;
  margin-top: 7px;
}
.breadcrumb li,
.breadcrumb li a{
  color:white;
  font-size: .9rem !important;
}

.breadcrumb .separator{
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumb strong{
  color:white;
}
/* openVideoModal CSS
-------------------------------------------------- */
.imagen-galeria-container .imagen-galeria-efecto-video{
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
/*
.imagen-galeria-container img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8 !important;
}
.imagen-galeria-container:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1 !important;
}*/
.imagen-galeria-container .imagen-galeria-efecto-video:before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.0);
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
}
.imagen-galeria-container .imagen-galeria-efecto-video:after{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('../images/circulo-play.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
}
.imagen-galeria-container:hover .imagen-galeria-efecto-video:after{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('../images/circulo-play.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
}

footer .textwidget{
    margin-bottom: 30px;
    font-family: 'Font-Regular', Arial, Helvetica, sans-serif  !important;
}
footer {
    background-color: #FFF !important;
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

  .raya-amarilla-frase {
    max-width: 150px;
  }


  .contact-mapa {
    min-height: 810px;
    padding-top: 76px;
  }

  .container-logos {
    width: 960px;
    padding: 0 !important;
  }

  .container{
    padding-right: 15px;
    padding-left: 15px;
  }
  header .navbar-brand {
    margin-left: -2px;
    min-width: 269px;
    width: 269px;
    height: 41px;
    margin-top: 32px;
    margin-bottom: 26px;
  }
  .navbar-dark .navbar-toggler{
    padding-left: 35px;
  }
  .navbar-light .navbar-toggler{
    padding-left: 35px;
  }
  .carousel-caption{
    left: auto;
    max-width: 510px;
  }
  #testimonios .carousel-caption {
    max-width: 420px;
  }


  .carousel-item .bg-image-zoomin,
  .carousel-item .bg-image-zoomout{
    background-position-x: 35%;
  }
  a.planes-link  {
    /*width: 50%;*/
  }

  .card {
    /*background-color: #fff;*/
    /*width: 80%;*/
  }
  .card{
    /*width: 21rem !important;*/
  }
  #planes .card {
    /*width: 50%;*/
  }
  .cliente-item {
      width: 15rem !important;
  }
  .page-header{
    background-position-x: 35% !important;
  }

  #testimonioslider .testimonio-contenido p{
    font-size: 1.2rem;
    padding: 0 10% 15px 10%;
  }

  .modalidad-cliente {
    min-height: 500px;
    margin: 10px 20px 0 20px;
  }
  .modalidad-peditusitio {
    min-height: 500px;
    margin: 0 20px 30px 20px;
  }

  footer .logo_footer div.logo_footer_fondo{
    /*margin-top: -5px;*/
    float: right;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    width: 32px;
    height: 32px;
  }

  .creditos-footer p {
    font-size: 0.84rem !important;
    letter-spacing: 0.01rem !important;
  }



  .carousel-item {
    height: 230px;
  }

  body.single-proyecto .work-item-inner {
    margin-top: 99px;
  }







}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  .about-us,
  .about-me,
  .about-services,
  .about-brands
   {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #proyectos .proyecto-nombre {
    letter-spacing: -0.03rem !important;
    font-size: 2.4rem !important;
    line-height: 2.6rem;
  }

  .about-us .about-texto p {
    font-size: 2.3rem !important;
    line-height: 2.5rem;
  }

  .about-us .about-texto blockquote {
    margin-top: 60px;
  }
  .about-us .about-texto blockquote p {
    letter-spacing: -0.01rem;
    font-size: 1.4rem  !important;
    line-height: 1.8rem;
    margin-top: 0px;
  }

  .about-me .about-texto p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }


  .about-awards {
    font-size: 1.5rem !important;
    line-height: 1.5rem;
  }

  body.page-template-page-fullwidth-info .page-header {
    padding-top: 105px;
  }

  body.single-proyecto .work-item-inner {
    margin-top: 0px;
  }


  .navbar-nav{
    margin-bottom: 0;
  }


  .proyecto-raya {
    margin-top: 14px;
    margin-bottom: 12px;
  }

  .raya-amarilla-footer {
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .footer_accesos_widget_area_2 {
    padding-left: 15px;
  }

  .footer_accesos_widget_area_3 {
    /*padding-left: 0px;*/
  }
  .footer_accesos_widget_area_1 {
    padding-left: 0px;
  }

  .creditos-footer  {
    padding-bottom: 0px;
  }


  .carousel-caption h1, .carousel-caption h1 strong, .carousel-caption h1 p  {
    font-size: 2.6rem;
  }


  .carousel-caption{
    top: 90px;
  }

  .contact-mapa {
    background-repeat: no-repeat;
    background-position: center 65%;
    min-height: 430px;
    padding-top: 76px;
    margin-top: 100px;
    background-size: contain;
  }


  .work-item-image img {
    min-height: 281px;
  }


  .work-item-image:hover {
      opacity: 0.0;
  }

  #slider {
    margin-top: 0px;
  }

  header .navbar-brand{
    /*height: auto;*/
    /*margin-top: 0px;
    margin-bottom: 0;*/

  }
  header.sticky .navbar-brand{
    /*margin-top: 0px;
    margin-bottom: 0px;*/
  }

  header nav .navbar-nav{
      padding: 0.5rem 0;
  }
  header.sticky nav .navbar-nav{
      padding: 0.5rem 0;
  }
  header nav .navbar-nav .menu-item,
  header.sticky nav .navbar-nav .menu-item{
    padding-top: 0px;
    padding-bottom: 5px;
  }

  header nav .navbar-nav .menu-item a {
    padding-right: .25rem;
    padding-left: .25rem;
    font-size: .9rem;
    padding-bottom: 12px;
    margin-left: 1rem;
  }

  .mobile-navbar{
    display: none;
  }
  .carousel-item .bg-image-zoomin,
  .carousel-item .bg-image-zoomout{
    height: 500px;
    background-position-x: 50%;
  }
  .carousel-item {
    height: 370px;
    /*background-color: #000000;*/
    background: none;
    width:100%;
    min-width: 100%;
    overflow: hidden;
  }

  .carousel-indicators{
    bottom: 50px;
    z-index: 1;
    display: none;/*LO oculto en este diseño*/
  }
  .carousel-caption {
    left: auto;
    right: auto;
    max-width: 590px;
  }
  #testimonios .carousel-caption {
    max-width: 600px;
  }

  .card{
    margin-bottom: 30px !important;
    width: 20rem !important;
    margin: 0px 20px 20px 0px !important;
  }
  .cliente-item {
      width: 14rem !important;
  }

  #planes .card {
    margin-bottom: 30px !important;
    /*width: 21rem;*/
    width: 95%;
    margin: 0px 0px 20px 0px !important;
    text-align: center;
  }

  div#galeria div.envira-gallery-item {
    width: 50% !important;
  }
  .wpcf7-submit {
    margin-bottom: 10px;
  }
  .page-header{
    background-position-x: 50% !important;
    margin-top: 0px;
  }
  #testimonioslider .testimonio-contenido p{
    font-size: 1.4rem;
  }

  .modalidad-cliente {
    min-height: 380px;
    margin: 10px 0 10px 0;
  }
  .modalidad-peditusitio {
    min-height: 380px;
    margin: 10px 0 10px 0;
  }

  footer .textwidget{
      margin-bottom: 0px;
  }
  .data-fiscal {
      float: right;
      padding-right: 15px;
  }
  .carousel-control-next, .carousel-control-prev{
    width: 5%;
  }

  #quienes-somos .quienes-somos-imagen {
    padding-right:10px;
  }
  #quienes-somos .quienes-somos-texto {
    padding-left:20px;
    margin-left:0px;
    padding-right:20px;
  }

  .creditos-footer {
    /*text-align: right;*/
  }
  .work-item-inner {
    background-color: #181818;
  }

  .footer_accesos_widget_area_1 {
    padding-left: 28px;
  }






}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

  .imagen-galeria-container .imagen-galeria-efecto-video:after{
    background-image: none;
  }


  .contact-mapa {
    background-position: center 50%;
    min-height: 466px;
    padding-top: 94px;
  }


  .footer_accesos_widget_area_1 {
    padding-left: 0px;
  }



  .work-item-image img {
    min-height: 375px;
  }


  header nav .navbar-nav .menu-item a {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 1.0rem;
  }
  .carousel-item .bg-image-zoomin,
  .carousel-item .bg-image-zoomout{
    height: 600px;
    height: 500px;
    background-position-x: 50%;
  }
  .carousel-item {
    /*height: 600px;
    height: 500px;*/
    height: 420px;
  }
  .carousel-caption {
    left: auto;
    top: 120px;
    max-width: 700px;
  }

  .carousel-caption h1, .carousel-caption h1 strong, .carousel-caption h1 p {
      font-size: 2.8rem;
  }

  #testimonios .carousel-caption {
    max-width: 820px;
  }
  .card{
    width: 18rem !important;
  }
  .cliente-item {
      width: 9.5rem !important;
  }


  #planes .card {
    width: 95% !important;

  }
  div#galeria div.envira-gallery-item {
    width: 33.3% !important;
  }
  #testimonioslider .testimonio-contenido p{
    font-size: 1.5rem;
  }

    .modalidad-cliente{
      min-height: 210px;
    }
    .modalidad-peditusitio{
      min-height: 210px;
    }

    .modalidad-dibujo-cliente{
      min-height: 360px;
    }

    .modalidad-dibujo-peditusitio{
      min-height: 360px;
    }
    .carousel-control-next, .carousel-control-prev{
      width: 4.5%;
    }

    #quienes-somos .quienes-somos-imagen {
      padding-right:40px;
    }

    #quienes-somos .quienes-somos-texto {
      padding-left:40px;
      padding-right:0px;
      border-left-color: #ccc;
      border-left-width: 1px;
      border-left-style: solid;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


  .contact-mapa {
    /*min-height: 460px;*/
    min-height: 540px;
    padding-top: 136px;
  }

  .contact-mapa {
    background-position: center 50%;
  }



  .container-logos {
    width: 100%;
    padding: 0 !important;
  }

  .footer_accesos_widget_area_1 {
    padding-left: 65px;
  }

  .carousel-item .bg-image-zoomin,
  .carousel-item .bg-image-zoomout{
    background-position: bottom center;

  }
  .carousel-caption {
    left: auto;
    max-width: 700px;
  }
  #testimonios .carousel-caption {
    max-width: 820px;
  }
  .card{
    width: 16rem !important;
  }
  .cliente-item {
      width: 11.5rem !important;
  }

  #planes .card {
    width: 95% !important;
  }
  #testimonioslider .testimonio-contenido p{
    font-size: 1.6rem;
  }

  .modalidad-cliente{
    min-height: 200px;
  }
  .modalidad-peditusitio{
    min-height: 200px;
  }

  .modalidad-dibujo-cliente{
    min-height: 410px;
  }

  .modalidad-dibujo-peditusitio{
    min-height: 410px;
  }
  .carousel-control-next, .carousel-control-prev{
    width: 12%;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    width: 40px;
    height: 40px;
  }

  #quienes-somos .quienes-somos-imagen {
    padding-right:55px;
  }

  #quienes-somos .quienes-somos-texto {
    padding-left:55px;
    padding-right:0px;
  }



}
/* CLASE AGREGADA PARA PANTALLAS MÁS GRANDES*/
/* Extra large devices (large desktops, 1340px and up)*/
@media (min-width: 1340px) {

  .container {
    max-width: 1280px;
  }
  .work-item-content {
      margin-top: 160px !important;
      /*margin-left: 39px !important;*/
  }
}
