/*----------- CSS PERSONALIZADO -----------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,500i,700');

h1, h2, h3, h4, h5, h6, b, strong, button{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
i{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
}
p, span, li, div, article, section, small, a, select, input,
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
/******* HEADER *******/
.header-style-18 .header-middle{
    padding:30px 0;
}
.header-style-18{
    border:0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}
.page-wrapper .header-style-18 .header-middle .main-megamenu{
    text-align: right;
}
.hero-header{
    background: url("../images/hero-bg.jpg") no-repeat center center;
    background-size:cover;
    /*-moz-box-shadow: 2000px 0 rgba(255, 255, 255, 0.5) inset;
    -o-box-shadow: 2000px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 2000px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 2000px 0 rgba(255, 255, 255, 0.5) inset;
    -ms-filter: brightness(1.04);
    -webkit-filter: brightness(1.04);
    filter: brightness(1.04);*/
}
.hero-sentence h1{
    color:#272d4f;
    display: block;
    max-width: 599px;
    font-size: 30px;
    margin-bottom: 10px;
}
.hero-sentence h4{
    font-weight:400;
    color:#777;
}
.hero-sentence h4:last-child{
    margin-top:5px;
}
.menu-header{
    padding-top: 12px;
    padding-bottom: 12px;
}
.menu-header .acceso-pro{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
}
.menu-header .acceso-pro:before{
    content: "";
    background: url("../images/acceso-pro.png");
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
/****** PRODUCTS ROW *******/
.prod-row .prod-text{
    padding-top: 100px;
    padding-bottom: 100px;
}
.prod-text h3{
    border-left: 3px solid #c1151d;
    padding-left: 10px;
}
.prod-row{
    padding: 0;
    position: relative;
}
.prod-text a{
    color:#999;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.prod-text a:hover{
    color:#222;
}
/******** COMPANY SECTION *******/
.company-section{
    background-color: #f0f0f0;
    padding-top:50px;
    padding-bottom: 50px;
}
.company-item{
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.company-item img{
    margin-bottom: 20px;
    max-width: 60px;
}
.company-item h4{
    color:#272d4f;
    margin-bottom: 30px;
}
.company-section a{
    padding: 7px 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.company-item p{
    margin-bottom: 30px;
}
.location-item h4{
    color:#761e18;
    text-transform: none;
}
.company-row > a,
.company-item a{
    margin-top: 30px;
    border:2px solid #ccc;
    background-color: transparent;
    color: #999;
    font-size: 0.8em;
}
/*.location-item a{
    margin-top: 36px;
    overflow: hidden;
    display: inline-block;
}*/
.location-item a:hover, .company-row > a:hover{
    background-color:#222;
    border-color:#222;
    color:#fff;
}
.principal-text {
    border-left: 3px solid #c1151d;
    padding: 15px 0 15px 15px;
}
.principal-text h1{ margin-bottom:40px; }
.principal-text h4{ color:#222; }

.logos-section { background: #FFF; text-align:center; padding:30px 0; margin:1px 0; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.logos-section img { max-width:150px; max-height:80px; margin-right: 50px; }
/********************************************/
/********************** FOOTER **********************/
.footer-style-2{
    background-color: #cdcdcd;
}
.links-footer a{
    font-weight: 500;
    color:#222;
}
.footer-style-2 .footer-block .footer-block-content .links-footer li a:hover{
    color:#777;
}
.footer-style-2 .footer-top, .footer-style-2 .footer-middle{
    border:0;
}
.footer-style-2 .footer-middle{
    padding:0;
}
.footer-container .footer-bottom .copyright-footer a{
    color: #c1151d;
    font-weight: 700;
}
.footer-style-2 .footer-block .footer-block-title h3 {
    color:#761e18;
}
.footer-style-2 .footer-block .footer-block-title{
    margin-bottom: 10px;
}
.footer-style-2 .footer-block .footer-block-content .links-footer li{
    margin-bottom: 0;
}
.legal-footer li, .legal-footer li a{
    font-size: 13px;
    color:#333;
}
.legal-footer li{
    padding:0 15px;
    border-right: 2px solid #999;
    display: inline-block;
    float:left;
}
.legal-footer li:first-of-type{
    padding-left: 0;
}
.legal-footer li:last-of-type{
    border-right:0;
}
.legal-footer, .tecdoc-footer{
    display: block;
    clear:both;
}
.tecdoc-footer{
    padding-top: 20px;
}
.tecdoc-footer img{
    display: block;
    clear: both;
    margin-bottom: 5px;
}
.tecdoc-footer small{
    color:#777;
    display: block;
}
.quality-footer img{
    opacity: 0.5;
    max-width: 170px;
}
.footer-style-2 .footer-bottom .copyright-footer address{
    color:#777;
}
.delegation li, .delegation li a{
    color:#333;
    display: block;
}
.delegation li a:hover{
    color:#761e18;
}
.delegation h5{
    text-transform: uppercase;
    color:#761e18;
    margin-bottom: 10px;
}
/*********** PRODUCTOS PAGE **************/
.corp-product-item{
    text-align: center;
    margin: 15px 0;
}
.corp-product-link{
    text-align: center;
    display:block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.corp-product-link:hover{
    cursor: pointer;
}
.corp-product-item img{
    padding: 25px;
    opacity: 0.6;
}
.corp-product-link:hover img{
    opacity: 1;
}
.corp-product-link:hover span{
    color:#333;
    text-decoration: underline;
}
.corp-product-item img, .corp-product-item span{
    text-align: center;
    display: block;
    width: 100%;
}
.corp-product-item span{
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    color:#c1151d;
    padding: 10px 0;
    border-top:2px solid #f0f0f0;
}
/***** LOCALIZACION Y CONTACTO PAGE *****/
.delegation-section .iframe,
.delegation-section .delegation{
    padding-top:15px;
    padding-bottom: 15px;
}
.contact-section{
    padding: 50px 0;
}
.contact-section > h3{
    margin-bottom: 20px;
    text-align: center;
}
.contact-section form.form{
    max-width: 600px;
    margin:0 auto;
    text-align: center;
}
.contact-section form .field{
    margin-bottom:10px;
}
.contact-section .fieldset{
    margin-bottom: 0;
}
.contact-section form .input-text{
    border: 2px solid #e0e0e0;
}
.contact-section .actions-toolbar .primary{
    float:none;
}
.cms-localizacion-y-contacto .footer-top{
    display: none;
}
/*********** HISTORIA ***************/
#hero-history{
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 50px 0 100px 0;
    height: calc(100vh - 100px);
    background: url("../images/history.jpg") center center fixed;
    background-size:cover;
    -webkit-box-shadow: inset 0 -300px 300px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 -300px 300px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 -300px 300px 0 rgba(0,0,0,0.5);
    position: relative;
}
#hero-history h5, #hero-history h2{
    color:#fff;
}
#hero-history h5{
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 1.4em;
}
.hist1{
    padding: 200px 0;
}
.hist1 h3{
    line-height: 1.4em;
    color:#761e18;
    font-size: 1.5em;
}
.hist1 h4{
    margin-top: 10px;
    font-weight: 400;
    line-height:1.5em;
}
.hist1 h5{
    font-weight: 400;
    line-height: 1.5em;
    color:#555;
}
.hist2{
    background: url("../images/team.jpg") center center fixed;
    background-size:cover;
    padding: 200px 30px;
    -webkit-box-shadow: inset 0 0 500px 0 rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0 0 500px 0 rgba(0,0,0,0.7);
    box-shadow: inset 0 0 500px 0 rgba(0,0,0,0.7);
}
.hist2 h2, .hist2 h4{
    color:#fff;
    line-height: 1.3em;
    display: block;
    max-width: 600px;
    margin:0 auto;
}
.hist2 h4{
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5em;
}
.hist3{
    padding: 25px 0;
}
.hist3 h5{
    line-height: 1.4em;
    margin-bottom: 10px;
    font-size: 1.8em;
    color:#272d4f;
    font-weight: 400;
}
.hist3 h3{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    margin:10px 0 10px 0;
    color:#555;
}
.hist3 h4{
    line-height: 1.5em;
    font-weight: 400;
    color:#777;
    margin-bottom: 20px;
}
.hist3 .link-urvi{ font-size:1.4em; color:#888; }

.hist4{
    margin-top:-45px;
    background: url("../images/sadar-servicios.jpg") center center fixed;
    background-size:cover;
    padding: 200px 30px;
    -webkit-box-shadow: inset 0 0 500px 0 rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0 0 500px 0 rgba(0,0,0,0.7);
    box-shadow: inset 0 0 500px 0 rgba(0,0,0,0.7);
}
.hist4 h2, .hist4 h4{
    color:#fff;
    line-height: 1.3em;
    display: block;
    max-width: 600px;
    margin:0 auto;
}
.hist4 h4{
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5em;
}

.hist5{
    padding: 50px 0 100px 0;
}
.hist5 h3{
    line-height: 1.4em;
    color:#761e18;
    font-size: 1.5em;
}
.hist5 h5{
    font-weight: 400;
    line-height: 1.5em;
    color:#555;
    margin-bottom:20px;
}


.urvi-logo{
    margin-bottom:10px;
}
.delegations-icon{
    max-width: 200px;
    margin:0 0 20px 0;
}
.team-icon > img{
    max-width: 75px;
}
.team-icon{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
#hero-history .arrows {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
}
#hero-history .arrows:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 3.3333333333px solid rgba(255, 255, 255, 0.3);
    border-bottom: 3.3333333333px solid rgba(255, 255, 255, 0.3);
    transform: translate(3.3333333333px, 13.3333333333px) rotate(-45deg);
    animation: arrows 3s linear infinite;
}
#hero-history .arrows:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 3.3333333333px solid rgba(255, 255, 255, 0.3);
    border-bottom: 3.3333333333px solid rgba(255, 255, 255, 0.3);
    transform: translate(6.6666666667px, 0px) rotate(-45deg);
    animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
    0% {
        border-left: 3.3333333333px solid rgba(0, 0, 0, 0);
        border-bottom: 3.3333333333px solid rgba(0, 0, 0, 0);
        transform: translate(-1.6666666667px, -6.6666666667px) rotate(-45deg);
    }
    10%, 90% {
        border-left: 3.3333333333px solid rgba(0, 0, 0, 0);
        border-bottom: 3.3333333333px solid rgba(0, 0, 0, 0);
    }
    50% {
        border-left: 3.3333333333px solid rgba(255, 255, 255, 0.3);
        border-bottom: 3.3333333333px solid rgba(255, 255, 255, 0.3);
        transform: translate(-1.6666666667px, 0px) rotate(-45deg);
    }
    100% {
        border-left: 3.3333333333px solid rgba(0, 0, 0, 0);
        border-bottom: 3.3333333333px solid rgba(0, 0, 0, 0);
        transform: translate(-1.6666666667px, 6.6666666667px) rotate(-45deg);
    }
}
.btn-hist-container{
    display: block;
    text-align: center;
    padding-bottom: 200px;
}
.btn-hist-container .btn-hist{
    display: inline-block;
    border:2px solid #c1151d;
    color: #c1151d;
    background-color: #fff;
    padding: 25px;
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-hist-container .btn-hist:hover{
    background-color: #c1151d;
    color:#fff;
    cursor: pointer;
}




@media (max-width: 1199px) and (min-width: 992px){.header-style-18 .header-middle .logo-content {text-align: left;}}

/********************************************/
/********************** ESPECIAL ESCRITORIO **********************/
@media only screen and (min-width: 1200px) {
    .header-style-18 .container{
        max-width: 1170px;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    /* FIXED HEADER */
    .header-style-18{
        -webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
    .cms-index-index .header-style-18{
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .cms-index-index .header-style-18.scroll-header{
        -webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
        box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    }
    main#maincontent{
        padding-top: 150px;
    }
    .cms-index-index main#maincontent{
        padding-top: 0;
    }
    .cms-nuestra-empresa main#maincontent{
        padding-top: 100px;
    }
    /**************/
    .prod-row img.prod-image{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 650px;
    }
    .hero-sentence{
        min-height: 650px;
    }
}
/********************************************/
/********************** DE ESCRITORIO A TABLET **********************/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sentence{
        min-height: 500px;
    }
}
/********************************************/
/********************** DE ESCRITORIO A MOVIL **********************/
@media only screen and (min-width: 768px) {
}
/********************************************/
/********************** LITTLE DESKTOP **********************/
@media only screen and (max-width: 1200px) {
    .cms-nuestra-empresa .page-main{
        padding:0;
    }
}
/********************************************/
/********************** TABLET **********************/
@media only screen and (max-width: 992px) {
    /* DISPLAY HEADER */
    .header-style-18 .header-middle .main-megamenu{
        display: block;
    }
    .header-style-18 .header-middle .menu-header{
        height: auto;
    }
    /* LOGO */
    .header-style-18 .header-middle .logo-content{
        text-align: left;
    }
    /******************/
    .delegation{
        padding-top:10px;
        padding-bottom: 10px;
    }
    .hero-sentence{
        min-height: 300px;
    }
    /*********** HISTORIA ***************/
    #hero-history{
        height: 600px;
    }
    #hero-history h2{
        font-size: 1.5em;
    }
}
/********************************************/
/********************** MOVIL **********************/
@media only screen and (max-width: 767px) {
    .hero-sentence h1{
        font-size:20px;
    }
    .prod-text h3{
        font-size:18px;
    }
    .prod-row .prod-text{
        padding-bottom: 50px;
        padding-top: 50px;
    }

    /** Productos page **/
    .corp-product-item{
        min-height: 250px;
    }
}
/********************************************/
/********************** ESPECIAL **********************/
@media only screen and (max-width: 550px) {
    .logos-section img { max-width:110px; max-height:50px; margin-right: 15px; margin-bottom: 15px;}
}
/********************************************/
/********************** ESPECIAL 2 **********************/
@media only screen and (max-width: 480px) {

    /** Productos page **/
    .corp-product-item{
        min-height: 205px;
    }
}