.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;
}