@media screen and (max-width: 764px) {
    .h-br br{
        display: none;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: 10px;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: 10px;
    }
    .contenedor-texto-slider {
    margin-top: 62% !important;
     }
     .contenedor-texto-slider-dos {
    margin-top: 62% !important;
     }
     .slider-p {
    margin-top: -60px;
}
}
.logo-socios{
display: inline-block;
max-width: 100%
}
iframe {
       width: 100%;
    height: 400px;
    /* border: 0; */
    border-width: 8px;
    border-color: white;
}

.header-section-1 {
	float: left;
	width: 100%;
	background: #222;
	padding: 5px 0;
}
.header-section-1 .left-box {
	float: left;
	padding: 14px 0;
}
.header-section-1 .left-box strong.title {
	float: left;
	font: 600 17px/16px 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0 10px 0 0;
}
.header-section-1 .left-box em {
	font: 500 17px/16px 'Montserrat', sans-serif;
	float: left;
	color: #fff;
}
.header-section-1 .left-box em a {
	text-decoration: none;
}
.slider-p{
    background-color: #000;
}

/*Redes Desktop*/
.cont-info-float{position: fixed; top: 20%; right: 5px; z-index: 99999;}
.info-float img{width: 40px; display: block; margin: 10px 0; filter: drop-shadow(1px 3px 2px black);}
.cont-redes-phone{display: none;}

/*Animation*/
.info-float:hover img{animation: move linear 2s infinite;}

@keyframes move{
	0%{transform: translateX(-10px);}
	50%{transform: translateX(10px);}
	100%{transform: translateX(-10px);}
}

@media screen and (max-width: 767px){
	.cont-info-float {display: none;}
	/*Redes Phone*/
	.cont-redes-phone{display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999;}
	.cont-redes-phone .cont-style{border-top: 1px solid #fff; display: flex; align-items: center;}
	.whats-phone{background: #d40000; width: 50%; padding: 10px 0;}
	.phone-phone{background: #d40000; width: 50%; padding: 10px 0;}
	/* .mail-phone{background: #d40000; width: 33.33333333333333%; padding: 10px 0;}
	.insta-phone{background:#d40000; width: 33.33333333333333%; padding: 10px 0;}
	.face-phone{background: #d40000; width: 33.33333333333333%; padding: 10px 0;} */
	/*end*/	
}

.p-box p{
    font-size: 1.1em;
}

.c-blanco{
	color: white !important;
}

.c-rojo{
    color: #d50000 !important;
}
.b-rojo{
    background-color: #d50000 !important;
}

.t-center{
	text-align: center;
}
.bkg-rojo{
	background: #d50000 !important;
}
.bkg-rojo-t{
	background: #eb2f41 !important;
}
.logo-leadme {
    width: 135px;
}

@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 90px auto !important;
}
}

body { padding-right: 0 !important }

#myWorkContent{
    width: 100%;
    height:460px;
    overflow-x: hidden;
    overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: rgba(213, 0, 0, .75);
}

::-webkit-scrollbar-track {
  background: #b8c0c8;
}


.news-box:hover .thumb img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5;
}
.news-box .thumb {
    float: left;
    margin: 0 15px 0 0;
    background: #000;
    overflow: hidden;
}

.news-box .thumb img{
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.news-box .thumb img, .news-box .frame img {
    display: block;
    width: 100%;
}

.btn-header{
    background: #d50000;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 30px;
    color: white !important;
}

.call-to-action-content h2 {
    margin-bottom: 20px !important;
}

.f-center{
    text-align: center;
    flex-direction: column;
}

.pl-center{
    place-content: center !important;
}
.espacio-titulo{
    padding-bottom: 60px;
    padding-top: 20px;
}

.call-to-action-content h2{
	font-size: 23px;
}
.call-to-action.with-borders {
    height: 300px;
}




.p-video{
  /*  padding-top: 60px;
    padding-bottom: 60px !important;*/
    margin-bottom: -5px;
}

.btn-video{
    margin-top: 30px;
}


.boton_blanco{
	background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6 !important;
    color: #777 !important;
    border: 1px solid !important;
}

.flex-footer {
    display: flex;
    align-items: center;
}

.footer-left {
    text-align: left;
}

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

.l-blanca-force {
    color: #fff!important;
}
.footer-right {
    text-align: right;
}

.footer-center a {
    margin-left: 10px;
    margin-right: 10px;
}
.l-blanco-force {
    color: #fff!important;
}
.footer-padding {
    padding: 20px 0;
}

.post-content p{
	text-align: justify;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.justificar p{
    text-align: justify;;
}

.slider-mt0{
    margin-top: 0px !important;
}


/* Mobile */
@media only screen and (max-width: 767px) {

    .slider-p .owl-nav{
        display: none !important;
    }
    .flex-footer {
    display: block;
   }
   .footer-left {
    text-align: center;
}
.footer-center {
    margin: 5px 0 25px;
}
.footer-right {
    text-align: center;
}
.footer-padding {
    padding: 25px 0 70px;
}

.logos-reconocidos{
    margin: auto 0;
    text-align: center;
    align-items: center;
}
.logo-socios {
    width: 180px !important;
}

.w100{
    width: 100% !important;
}

.f-direction{
    flex-direction: column-reverse;
}

.p-video {
    padding-top: 0px;
}

.call-to-action.call-to-action-in-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.p-right-0{
    padding-right: 0 !important;
}

.me-5 {
    margin-right: 0rem!important;
}

.pe-5 {
    padding-right: 0rem!important;
}

}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {

 
}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

 }

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {


}


@media only screen and (min-width: 1367px) and (max-width: 1900px) {

}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {



}



.list li a {
    color: #333;
}

.nosotros-top{
    margin-top: 40px;
}

@media (min-width: 992px){
.video-right {
    margin-left: -30%;
}
}

.logo-mover{
    margin-top: 10px;
}

.mover-cotizacion{
    margin-left: 60px !important;
}
.pleca-gris{
    background: #212529 !important;
}

.nav>li>a:focus {
    color:#d50000;
    background-color: transparent!important;
}

.espacio-valores{
    margin-bottom: 40px;
}

.call-to-action.call-to-action-in-footer:before{
    display: none !important;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#spam {
    display: none;
}

.lazy-load-map {
    position: relative;
    width: 100%; 
    height: 450px; 
    overflow: hidden; 
    max-width: 100%;
}
.lazy-load-map iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: 0; 
}
.page-header .backHero{
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky-header-active .sticky-white{
    background-color: #fff!important;
}
@media screen and (min-width: 1700px) {
    .thank-you{
        min-height: 90vh;
    }
}
.thank-you{
    padding: 250px 0 160px;
}
.thank-you .contBox{
    padding: 0 20px;
}
.thank-you .logo{
    display: table;
    margin: 0 auto 30px;
    max-width: 180px;
    height: auto;
}
.thank-you .contentBlock{
    position: relative;
    text-align: center;
}
.thank-you .contentBlock .title{
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    line-height: 35px;
}
.thank-you .contentBlock .title span{
    color: #d50000;
}
.thank-you .contentBlock .text{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
    line-height: 23px;
}
.thank-you .contentBlock .returning a{
    font-size: 16px;
    line-height: 1.3;
    padding: 17px 36px 16px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    background: #d50000;
}
.thank-you .contentBlock .returning a:hover{
    color: #fff;
    text-decoration: none;
}
.thank-you .contentBlock .more-info{
    margin-bottom: 25px;
    margin-top: 50px;
}
.thank-you .contentBlock .more-info p{
    margin-bottom: 0px;
    font-size: 19px;
    color: #000;
}
.thank-you .contentBlock p a{
    text-decoration: none;
    transition: .5s ease-in-out;
    color: #d50000;
}
.thank-you .contentBlock p a:hover{
    color: #d50000;
    text-decoration: none;
}
.thank-you .contentBlock p a .separator{
    margin: 0 10px;
    color: #000;
}
.thank-you .contentBlock p a .color{
    color: #000;
}
.thank-you .contentBlock .following{
    margin-bottom: 0px;
}
.thank-you .contentBlock .following p{
    margin-bottom: 0px;
    font-size: 19px;
    color: #000;
}
.thank-you .contentBlock .following a{
    text-decoration: none;
    transition: .5s ease-in-out;
    margin: 0 20px;
    color: #000;
}
.thank-you .contentBlock .following a i{
    font-size: 20px;
    color: #d50000;
    transition: .5s ease-in-out;
}
.thank-you .contentBlock .following a:hover i{
    color: #d50000;
}

.grecaptcha-badge{
    bottom: 70px!important;
}
@media screen and (max-width: 764px) {
    .grecaptcha-badge{
        display: none;
    }
}


#contact-form-home {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    left: 53%;
    z-index: 99;
    background: rgb(205 48 50 / 50%);
    padding: 30px 40px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 15px;
}

#spam {
    display: none;
}
.t-center {
    text-align: center;
}
.lh-40 {
    line-height: 40px;
}
.f600m {
    font-weight: 600;
}
.l-blanco {
    color: white !important;
}
.ws {
    white-space: pre-line;
}
.text-6 {
    font-size: 1.80em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.text-3 {
    font-size: 1em !important;
}
.form-control {
    border-color: rgba(0, 0, 0, 0.09);
}
.h-auto {
    height: auto !important;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contenedor-texto-slider{
    margin-top:12%;
}
.contenedor-texto-slider-dos{
    margin-top:20%;
}




.form-control {
    border-color: rgba(0, 0, 0, 0.09);
    height: 35px !important;
    color: #242528 !important;
    font-size: 14px !important;
}


#contact-form-home input::placeholder {
  color: #242528 !important;
}

@media screen and (max-width: 764px) {
    #contact-form-home {
        display: none;
    }
}










