/*****************************
 * DEFAULT SETTINGS
 ****************************/
body {
    margin: 0;
    background-color: #000000;
    color: #FFFFFF;
}

/* LOADER */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #262729;
}

.load_icon {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    border: 12px solid #3A3A3A; /* Light grey */
    border-top: 12px solid #E03550; /* Blue */
    border-radius: 50%;
    width: 86px;
    height: 86px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.letra1 {
    color: #FFFFFF;
    font-size: 42px;
	font-style: normal;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1.28;
    letter-spacing: 0px;
}

.letraG {
    color: #FFFFFF;
    font-size: 80px;
	font-style: normal;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1.14;
    letter-spacing: 0px;
}

.letraP {
    color: #FFFFFF;
    font-size: 22px;
	font-style: normal;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1.63;
    letter-spacing: 0px;
}

.espacioTitulos {
    margin-top: 86px;
    margin-bottom: 86px;
    margin-left: 2vw;
}

.sin-decoraciones, .sin-decoraciones:hover {
    text-decoration: none;
}

.color-blanco {
    color: #FFF;
}

.color-blanco:hover {
    color: #FFF;
}

.primary-color {
    color: #E03550;
}

.texto-con-sombra {
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
}

.fondo-primario {
    background-color: #E03550;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    border: 1px solid #C12C43;
    line-height: 28px;
}

.fondo-primario:hover {
    background-color: #C12C43;
    border: 1px solid #891E2E;
}

/*
 * GOOGLE TRANSLATE
 */
#google_translate_element{
    background: #262729;
    color: #FFFFFF;
    position: absolute;
    margin-left: 7px;
    padding: 8px;
}

.google_trans {
    float: left;
    z-index: 999;
    margin-left: 15px;
    margin-top: 12px;
    color: #FFFFFF;
}

.goog-te-gadget-icon {
    display: none;
}

#google_translate_element .goog-te-gadget-simple {
    border: 2px solid #891E2E;
    color: #FFFFFF;
}

#google_translate_element a:hover {
    text-decoration: none;
}

.google_trans span, .google_trans select, .google_trans div, .google_trans span a span {
    background-color: #E03550;
    color: #FFFFFF;
    font-weight: bold;
}

/*************
 * ReCaptcha
 *************/
.g-recaptcha {
    margin-top: 26px;
    margin-bottom: 20px;
}

.msj-contactos {
    clear: both;
}

.alert a {
    margin-top: 6px;
}

#closealert {
    right: -46px;
}

/*****************************
 * TO TOP ICON
 ****************************/
#myBtn {
    font-size: 42px;
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #E03550; /* Set a background color */
    color: #FFFFFF; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    width: 60px;
    height: 60px;
    transition: all 0.2s ease-in-out;
}

#myBtn:hover {
    background-color: #C12C43; /* Add a dark-grey background on hover */
    transition: all 0.2s ease-in-out;
}

#myBtn i {
    display: block;
    margin-top: -10px;
}

/*****************************
 * CABECERA
 ****************************/
#header-lm {
	background-color: #3A3A3A;
	color: #fff;
    overflow: hidden;
}

.menu {
    float: right;
    font-size: 32px;
}

#menu-tablet {
    font-size: 17px;
    float: left;
}

/*****************************
 * MENU DATA
 ****************************/
#mobile-data {
    background-color: #262729;
    color: #FFFFFF;
    overflow: hidden;
    margin-top: -8px;
    padding: 6px;
    
}

.menu-data {
    background-color: #262729;
    color: #FFFFFF;
    overflow: hidden;
    margin-top: -8px;
    padding: 6px;
}

.slogan {
    float:left;
}

.slogan h1 {
    color: #FFFFFF;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.info-media {
    float: right;
}

.info-media h2 {
    color: #FFFFFF;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    float: left;
}

.info-media a, .slogan a {
    color: #FFFFFF;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin: 0px 6px;
}

.info-media i:hover, .slogan i:hover {
    color: #FF3D5A;
    transition: all 0.2s ease-in-out;
}

.info-media i, .slogan i {
    color: #E03550;
    padding-right: 8px;
    transition: all 0.2s ease-in-out;
}

/*****************************
 * LOGO
 ****************************/

.logo {
    margin-top: 30px;
    float: left;
}

.logo-tablet {
    float: none;
}

.logo h1 a {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    padding: 12px 18px;
    background-color: #E03550;
    color: #FFFFFF;
}

.logo h1 a:hover {
    text-decoration: none;
}

.logo h2 {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    padding-top: 8px;
}


/*****************************
 * NAVEGACION
 ****************************/
#nav-lm {
	border: 0px;
	font-family: 'Poppins', sans-serif;
}

#nav-lm li {
	border: 0px;
}

#nav-lm li #active {
	border: 0px;
	background-color: rgba(0,0,0,0);
	color: #FFF;
}

#nav-lm li a {
	border: 0px;
	color: #FFF;
    padding: 64px 22px;
	background-color: rgba(0,0,0,0);
    transition: all 0.5s ease-in-out;
    margin-right: 0px;
}

#nav-lm li a:hover {
	border: 0px;
	background-color: #E03550;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
}

#nav-lm li a:active {
	border: 0px;
	background-color: rgba(0,0,0,0);
	color: #FFF;
}

.nav-lm-tabs {
    width: 100%;
    margin-bottom: -6px;
}

.nav-lm-tabs ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-lm-tabs li {
    float: left;
}

.nav-lm-tabs li a {
    display: block;
}

.nav-lm-tabs li a:hover {
    text-decoration: none;
}

#nav-lm li a.activo {
    background-color: #E03550;
    border-radius: 0px;
}

/*****************************
 * SLIDER
 ****************************/
.slider {
    background-color: #000000;
}

#ind li {
    margin: 0px 12px;
    padding: 5px;
    
}

#i1 {
    margin-left: -18%;
    padding-top: 2em;
    width: 60%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

#i2 {
    margin-left: -20%;
    width: 45%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

#i3 {
    margin-left: -17%;
    width: 90%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.ccontent ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.ccontent ul li:before {
    content: "■"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #FFFFFF; /* Or a color you prefer */
}

.ccontent ul li {
    text-align: left;
    margin-left: 10%;
    font-size: 2vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.35em;
    letter-spacing: 0px;
}

.ccontent h2 {
    font-size: 2.16em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.35em;
    list-style: none !important;
    letter-spacing: 0px;
    box-sizing: border-box;
    float: left;
    word-wrap: break-word;
}

.ccontent p {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1.28;
    letter-spacing: 0px;
    text-align: inherit;
    opacity: 1;
    box-sizing: border-box;
    margin: 15px 0 38px;
    word-wrap: break-word;
    list-style: none !important;
}

.mcontent h2 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.35em;
    list-style: none !important;
    letter-spacing: 0px;
    box-sizing: border-box;
    float: left;
    word-wrap: break-word;
}

#m1 {
    margin-bottom: -2%;
}

#btn-p {
    background-color: #E03550;
    color: #FFFFFF;
    border-color: #C12C43;
    text-transform: uppercase;
    padding: 21px 48px 19px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    transition: all 0.3s ease-in-out;
}

#btn-p:hover {
    background-color: #891E2E;
    border-color: #60141F;
    transition: all 0.3s ease-in-out;
}

#btn-pp {
    background-color: #E03550;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 21px 48px 19px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    transition: all 0.3s ease-in-out;
}

#btn-ppc {
    background-color: #E03550;
    color: #FFFFFF;
    border: 1px solid #E03550;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
    transition: all 0.3s ease-in-out;
}

#btn-pp:hover {
    background-color: #303030;
    border-color: #303030;
    transition: all 0.3s ease-in-out;
}

#btn-ppc:hover {
    background-color: #891E2E;
    border-color: #891E2E;
    transition: all 0.3s ease-in-out;
}


/*****************************
 * MOBILE MENU
 ****************************/
#mobile-nav {
    background-color: #3A3A3A;
    margin-bottom: 0;
}

#mobile-nav button {
    border: 1px solid #E03550;
    background-color: #E03550;
}

#mobile-nav button:hover {
    border: 1px solid #891E2E;
    background-color: #891E2E;
}
#mobile-nav button:hover span {
    background-color: #C4C4C4;
}

.mobile-header {
    background-color: #3A3A3A;
    margin-top: 24px;
}

.mobile-header a {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    padding: 12px 18px;
    background-color: #E03550;
    color: #FFFFFF;
}

.mobile-header a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.mobile-header h2 {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
}

#myNavbar ul li a:hover {
	background-color: #E03550;
    color: #FFFFFF;
}

#header-gc ul li a.activo {
	color: #FFFFFF;
	background-color: #E03550;
}

#myNavbar ul li a#activo {
	color: #FFFFFF;
    background-color: #C12C43;
}

.char-img {
	width:  80px;
	height: 80px;
}

/*****************************
 * DESCRIPTION SUB SLIDER
 ****************************/
#sub-slider-mobile {
    margin-bottom: -32px;
}

#lm-desc {
    background-color: #000000;
    color: #FFFFFF;
}

#lm-desc h2 {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
    font-size: 2.625em;
	margin: 1em 0 .5em;
	padding: 0 10px;
    text-align: left;
}

#lm-desc h3 {
	color: #F3F3F3;
	font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
	margin: 1em 0 .5em;
	padding: 0 10px;
    text-align: left;
}

#lm-desc p {
	color: #D3D3D3;
	font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
	list-style: none;
	margin: 0.5em 0;
	padding: 0 10px;
	text-align: justify;
}

.sub_img {
    height: auto;
    width: 100%;
}

/*****************************
 * SECCION MODELOS
 ****************************/
.sec-m-cabecera {
    background-color: #262729;
    color: #FFFFFF;
	font-style: normal;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
}

.sec-m-cabecera h1 {
    font-size: 42px;
    line-height: 1.28;
    margin-left: 2%;
    margin-bottom: 1%;
}

.sec-m-cabecera h2 {
    font-size: 2.8em;
    line-height: 1.28;
    margin-left: 2%;
    margin-bottom: 1%;
}

.sec-m-cabecera p {
    font-size: 22px;
    line-height: 1.63;
    margin-left: 2%;
    margin-bottom: 25px;
}

@media only screen and (max-width : 480px) {
    #sizeA, #sizeB, #sizeC, #sizeD, #sizeE, #modelo-page-carousel-mobile {
        width: 100%;
        margin-top: 15%;
    }
    
    .sc_nosotros2 h2 {
        margin-top: 32px;
    }
}

@media only screen and (max-width : 991px) {
    #info-contacto {
        margin-bottom: 60px;
    }
    
    .formulario-contacto {
        padding-left: 16px;
    }
}

/*
 * Housekeeping
 */
.sec-modelos h1 {
    margin: 0;
    padding: 0 2em 2em;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;

}

#amd, #amt, #amm {
    margin-right: 0px;
    margin-left: 0px; 
}

.area-modelos {
    margin: 0;
    padding: 0 2em 2em;
    display: block;
    background-color: #000000;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}

.area-modelos h2 {
    color: #FFFFFF;
}

.area-modelos p {
    color: #DEDEDE;
    font-size: 17px;
}

.sec-modelos a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.sec-modelos a {
    color: #FFFFFF;
}

.sec-modelos {
    background-color: #262729;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

/*
 * EXPAND BUTTON
 */
.ExpM {
    font-size: 32px;
    position: absolute;
    border: 3px solid white; /* Remove borders */
    outline: inherit; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: #FFFFFF; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    width: 60px;
    height: 60px;
    transition: all 0.2s ease-in-out;
}

.ExpM:hover {
    transition: all 0.2s ease-in-out;
}

.ExpM i {
    display: block;
    position: absolute;
    left: 4px;
    bottom: 13px;
    margin-top: -10px;
    margin-left: 7px;
}

/*
 * GO TO BUTTON
 */
.goToM {
    font-size: 42px;
    position: absolute;
    border: 3px solid white; /* Remove borders */
    outline: inherit; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: #FFFFFF; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    width: 60px;
    height: 60px;
    transition: all 0.2s ease-in-out;
}

.goToM:hover {
    transition: all 0.2s ease-in-out;
}

.caption__overlay a:visited, .caption__overlay a:focus {
    color: #FFF;
    text-decoration: none;
}

.goToM i {
    display: block;
    margin-top: -10px;
    margin-left: 7px;
}

/*
 * Caption component
 */
.model {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    align-items: baseline;
    
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.model-n {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    align-items: baseline;
    
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.model-md {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    align-items: baseline;
    
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.model-xs {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    align-items: baseline;
    
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.model::before, .model-n::before, .model-md::before, .model-xs::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background .35s ease-out;
    background-color: transparent;
}

.model:hover::before, .model-n:hover::before, .model-md:hover::before, .model-xs:hover::before {
    background: rgba(224, 53, 80, 0.85);
}

.caption__media {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    
    box-sizing: content-box;
}

.caption__shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.model:hover .caption__overlay, .model-md:hover .caption__overlay, .model-xs:hover .caption__overlay,
.model-n:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption__overlay__content {
    -webkit-transform: translateY( -webkit-calc(-100% - 130px) );
            transform: translateY( calc(-100% - 130px) );
    -webkit-transform: translateX(380%);
            transform: translateX(380%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.area-modelos .caption__overlay__content {
    -webkit-transform: translateY( -webkit-calc(-100% - 80px) );
            transform: translateY( calc(-100% - 80px) );
    -webkit-transform: translateX(260%);
            transform: translateX(260%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

#amm .caption__overlay__content {
    -webkit-transform: translateY( -webkit-calc(-100% - 80px) );
            transform: translateY( calc(-100% - 80px) );
    -webkit-transform: translateX(160%);
            transform: translateX(160%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.model:hover .caption__overlay__title, .model-md:hover .caption__overlay__title, .model-xs:hover .caption__overlay__title,
.model-n:hover .caption__overlay__title {
    -webkit-transform: translateY(86px);
            transform: translateY(86px);
}

.model:hover .caption__overlay__content, .model-md:hover .caption__overlay__content, .model-xs:hover .caption__overlay__content {
    margin-top: 10px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: translateX(380%);
            transform: translateX(380%);
    
    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

#amm .model-n:hover .caption__overlay__content {
    margin-top: 50px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: translateX(160%);
            transform: translateX(160%);
    
    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.area-modelos .model-n:hover .caption__overlay__content {
    margin-top: 110px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: translateX(260%);
            transform: translateX(260%);
    
    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption__overlay a:hover {
    color: #262729;
    border-color: #262729;
    transition: all 0.15s ease-in-out;
}

.caption__overlay a {
    transition: all 0.15s ease-in-out;
}

.retrasar-1s {
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

/*****************************
 + HISTORY
****************************/
.history {
    background-color: #000000;
    color: #FFFFFF;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    
}

#hst, #hstm {
    margin-right: 0px;
    margin-left: 0px; 
}

.history h1 {
    margin: 0;
    padding: 1em 0 0;
    font-weight: 300;
    font-size: 42px;
    line-height: 1.6;
}

.history h2 {
    margin: 0;
    padding: 0 0 0.5em;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.63;
}

.history p {
    margin: 0;
    padding: 1em 0 2em;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #DEDEDE;
}

#history-content {
    margin-top: 1%;
    padding-left: 3em;
    padding-right: 3em;
}

#history-content .letra-grande {
    font-size: 2.8em;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*****************************
 + SECCION CONTACTO
****************************/
#contacto-main {
    background-color: #000;
    color: #FFFFFF;
}

#contacto-main h2 {
    color: #FFFFFF;
}

#contacto-main p, #contacto-main label, #contacto-main input, #contacto-main textarea {
    color: #DEDEDE;
}

/*MAPA*/
#map {
    height: 500px;
    width: 100%;
}

.contact-form {
    font-family: 'Poppins', sans-serif;
}

#formulario-contacto {
    padding-right: 2vw;  
}

#info-contacto {
    padding-left: 2vw;
}

.fix-hover:hover {
    color: #FF3D5A;
    text-decoration: none;
}

.fix-hover:visited, .fix-hover:focus {
    text-decoration: none;
    color: #E03550;
}

.infocontacto h2, .formulariocontacto h2 {
    margin-bottom: 7vh;
}

.tm_pb_contact_form_label {
    padding-top: 2vw;
}

/*****************************
 + CARTERA DE MODELOS
****************************/
.cartera_modelos {
    background-color: #000000;
}

/*
 * OVERLAY
 */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
	top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
    text-decoration: none;
}

.overlay .closebtn {
    position: absolute;
    z-index: 999999999;
    top: 0;
    right: 15px;
    font-size: 60px;
}

.overlay_carrousel {
    width: 600px;
    margin-top: 5%;
}

.overlay h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.35em;
    list-style: none !important;
    letter-spacing: 0px;
    box-sizing: border-box;
    float: left;
    word-wrap: break-word;
}

.modelo-page p {
    margin-left: 2.3vw;
    margin-bottom: 2em;
}

.modelo-page h1 {
    margin-bottom: 10px;
}

.carousel-properties {
    background-color: #000;
}

#modelo-page-carousel {
    width: 500px;
    margin: 0 auto;
}

#modelo-page-carousel-mobile {
    margin-top: 0px;
}

/*****************************
 + PRE FOOTER
****************************/
#pre-footer {
    background-color: #E03550;
    opacity: 1;
    color: #303030;
    padding-top: 140px !important;
    padding-bottom: 158px !important;
    margin: 0 auto;
    padding: 40px 60px;
    background-size: cover;
    text-align: center;
}

#pre-footer h1 {
    margin-top: 5%;
}

#pre-footer button {
    margin-bottom: 5%;
}

/*****************************
 + PIE DE PAGINA
****************************/
#lm-footer {
	background-color: #262729;
	color: #FFFFFF;
	clear: both;
    position: relative;
    z-index: 10;
}

#lm-footer a {
    color: #E03550;
    text-decoration: none;
}

#lm-footer a:hover {
    color: #C12C43;
    text-decoration: none;
}

#lm-footer p {
	font-size: 1em;
	list-style: none;
	margin: 0.5em 0;
	padding: 20px 10px;
    font-family: 'Poppins', sans-serif;
}


/*****************************
 + SECCION CONTACTO
****************************/

.contact {
    font-family: Poppins, sans-serif;
    color:#888888;
    font-size: 17px;
}

.contact h2 {
    font-size: 42px;
    color: #303030;
}

.contact a{
    margin-right: 30px;
    color: #E03550;
    border-color: #E03550;
}

.contact input, textarea{
    padding: 16px 49px 15px 29px;
    font-size: 13px;
    border: 1px solid #eee;
    color: #262728;
    background: transparent;
    width: 100%;
}

.contact textarea{
    min-height: 150px;
}

.contact label{
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

.contact button{
    background-color: #E03550;
    color:#FFFFFF; 
    height: 50px;
    width: 150px;
    margin-top: 30px;
    float: right;
}

.space-contact-ini, .space-contact-fin{
    height: 125px;
}



/*****************************
 + SECCION NOSOTROS
****************************/

.sc_imagen{
    background-image: url(../img/nosotros_intro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top;
    width: 100%;
    height: auto;
    
}

.sc_imagen_row {
    padding-top: 195px;
    padding-bottom: 32px;
    font-size: 30px;
}

.sc_nosotros1_row{
    padding-top: 75px;
    padding-bottom: 75px;  
}

.sc_nosotros2_row{
    padding-bottom: 138px;
}

.sc_nosotros1 {
    background-color: #262729;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
}

.sc_nosotros2 {
    background-color: #000;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    margin-left: : 46.667em;
    margin-right: :46.667em;
}

.sc_nosotros1 p {
    color: #DEDEDE;
    font-size: 1.2em;
    text-align: justify;
}

.sc_nosotros2 p, .sc_nosotros2 ul {
    color: #DEDEDE;
    font-size: 1.2em;
}


.sc_imagen_row h2{
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.28;
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
    color: #303030;
}

.row3_col3_img_clie{
    height: 200px;
}

.modelo-btn-space {
    background-color: #000;
    margin: 64px auto;
    text-align: center;
}

.btn-backM {
    margin-right: 14px;
}

