/***********************************************************
GENERAL
************************************************************/
body{
    font-family: Poppins;
    font-size: 1rem;
    color: #292929;
}

a{
    text-decoration:none !important;
    color: #292929;
}

a:focus, input:focus, button:focus, select:focus{
    outline: none !important;
    box-shadow: none !important;
}

.pr{
    position: relative;
}

hr{
    border-color: #0053A1;
}




/***********************************************************
MENÚ
************************************************************/
.navbar {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;

    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.navbar .navbar-brand {
    padding-top: 0;
    margin-top: -15px;
}

 .nav-link, .navbar-light .navbar-nav .nav-link.active,
 .nav-link, .navbar-light .navbar-nav .nav-link.hover,
 .nav-link, .navbar-light .navbar-nav .nav-link{
    color: #292929;
    padding: 15px 20px;
    font-weight: 400;
    position: relative;
 }

.navbar-light .navbar-nav > .nav-link:last-child{
    font-size: 1.5rem;
    line-height: 20px;
    cursor: pointer;
}

  .menu-contacto > a.nav-item.nav-link{
    /* background-color: #fff; */
    color: #292929;
 }

  .active_top_menu /*.navbar-expand-lg .navbar-nav .nav-link:hover */{
   /* background-color: #0053A1!important; */
    color: #0053A1!important;
 }

.navbar-expand-lg .navbar-nav .nav-link:hover{
   /* background-color: #0053A1!important; */
    color: #7ab2e1!important;
 }


 .menu-contacto{
    display: inline;
    position: relative;
    text-align: left;
}

.sub-contacto {
    position: absolute;
    left: 0px;
    background-color: #0053A1;
    z-index: 9;
    color: #fff;
    padding-left: 32px;
    padding-right: 20px;
    padding-top: 15px;
    display: none;
    font-size:0.75rem;
    width: 263px;
}

.sub-contacto a {
    color: #fff;
    margin-bottom: 8px;
}

.sub-contacto i {
    margin-right: 5px;
    color: #a2cef3;
}

.menu-contacto:hover .sub-contacto{
    display: block;
}

.menu-contacto:hover > a:first-child{
   /* background-color: #0053A1; */
    color: #7ab2e1!important;
}

.nav-item{
    cursor: pointer;
}









 /***********************************************************
FOOTER
************************************************************/
.footer-left {
    background-color: #0053A1;
    padding: 30px 0px 0 300px;
    color: #fff;
}

footer a {
    color: #fff;
}

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

.footer-left .italsan{
    width: 140px;
}

.footer-left .contacta{
    font-size: 1rem;
    color: #000;
    line-height: 35px;
}

.footer-right .num-contacto{
    font-size: 1rem;
    font-weight: 600;
    line-height: 30px;
}

.footer-left p{
    color: #fff;
    font-size: 0.8rem;
}

.footer-left a{
    display: block;
}


a.btn-info, input.btn-info, button.btn-info {
    color: #fff !important;
    font-size: 1rem;
    background-color: #0053A1 !important;
    text-align: center;
    line-height: 40px;
    padding: 0 33px !important;
    display: inline-block;
}

.footer-right {
    background-color: #0053A1;
    padding-top: 40px;
    color: #fff;
}

.footer-right .contacta  {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.footer-right a.title,
.footer-left a.title{
    font-weight: 600;
    padding-left: 0;
}

.footer-right a.title.logo {
    padding-top: 0;
    bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-right h3 {
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    font-size: 1rem;
}

.footer-right a {
    display: block;
    font-size: 0.875rem;
    padding: 5px 0 0 0;
    position: relative;
}

.footer-right a i,
.footer-right a span {
    position: absolute;
    font-size: 0.6rem;
    right: 0;
    top: 50%;
    margin-top: -4.5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
     transition: all 0.2s ease-in-out 0s;
}

.footer-right .abre-herramientas i {
    opacity: 1;
}

.footer-right .abre-herramientas span {
    opacity: 0;
    margin-top: -5.5px;
    line-height: 9px;
}

.footer-right .abre-herramientas.in i {
    opacity: 0;
}

.footer-right .abre-herramientas.in span {
    opacity: 1;
}


.footer-goUp {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #0053A1;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border: 1px solid #0053A1;
    transition-delay: 0.2s;
}


.footer-goUp::before,
.footer-goUp::after {    
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    content: '';
    top: 22px;
}
.footer-goUp::before {
    transform: rotate(50deg);
    left: 19px;
}
.footer-goUp::after {
    transform: rotate(-50deg);
    right: 19px;
}


.footer-goUp:hover{
    background: #fff;
    color: #0053A1;
}
.footer-goUp:hover::before, 
.footer-goUp:hover::after{
    background: #0053A1;
}




/***********************************************************
HOME
************************************************************/
.jumbotron {
    padding: 0 0 33% 0;
    /*background-image: url('../img/fondo-main-home.jpg');*/
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    border-radius: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    margin-top: 95px;
}

.jumbotron > div:first-child {
    position: absolute;
    left: 50%;
    margin-left: -411px;
    top: 50%;
    margin-top: -108px;
    z-index: 2;
}

.jumbotron .image {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.jumbotron h1.title-jumbotron{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 45px;
}

.jumbotron h1.title-jumbotron:after{
    display: none;
}

.jumbotron p{
    color: #7AB2E1;
    font-size: 1.25rem;
    position: relative;
}

.jumbotron p::after {
    content: "";
    border-bottom: 2px solid;
    width: 144px;
    position: absolute;
    top: 50%;
    left: 39%;
}

.box-contacto {
    padding: 200px 255px 220px 240px;
    background-image: url(../img/fondo-sobre.jpg);
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: left;
    background-size: 300px;
}

.box-contacto .title-sec{
    color: #292929;
    font-weight: 400;
}

.box-contacto p{
    font-size: 1.5rem;
    line-height: 34px;
    color: #0053A1;
    font-weight: 500;
}

.box-contacto a {
    margin-left: 150px;
}

.card {
    border: none;
}

.card h4 {
    color: #0053A1;
    line-height: 35px;
}

.card p {
    font-size: 0.875rem;
    line-height: 22px;
}

.card-body {
    flex: 1 1 auto;
    padding: 20px 0 0;
}

.blog-home {
    padding: 150px 0 100px;
}

.blog-home p.title-sec{
    margin-bottom: 55px;
}

.middle-sec {
    position: relative;
    padding-top: 158px;
    overflow: hidden;
}

.middle-sec > div:first-child {
    position: absolute;
    background-color: #0053A1;
    width: 59%;
    height: 536px;
    top: 50%;
    margin-top: -189px;
    padding: 170px 0 0 406px;
    /* padding: 170px 0 0 130px; */
}

.middle-sec .title-sec{
    color: #fff;
    width: 388px;
}

.middle-sec .destaca-sec {
    color: #000;
}

.middle-sec a {
    color: #fff !important;
}

.especial-height{
    height: 285px;
}

.box-fullW{
    background-color: #f3f2f2;
    padding-top: 300px;
    margin-top: -160px;
    /* margin-top: 50px; */
}

.content-servicios div,
.content-servicios label{
    background-color: #0053A1;
    /* height: 300px; */
    height: 250px;
    position: relative;
    display: block;
    margin: 0;
}

.content-servicios{
    padding-right: 0;
    margin-bottom: 10px;
}


.content-servicios i,
.content-servicios img {
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 53px;
    left: 34px;
    height: 60px;
}

.content-servicios p,
.content-servicios label .title {
    font-weight: 400;
    line-height: 26px;
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    bottom: 48px;
    left: 29px;
}

.content-servicios p:after,
.content-servicios label .title:after {
    content: "";
    border-bottom: 2px solid;
    width: 60px;
    position: absolute;
    bottom: -19px;
    left: 0;
}

.content-px-0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #0053A1; */
}

.content-px-0 p {
    position: relative;
    top: 22px;
}

.content-px-0 p a{
    font-weight: 400;
    color: #fff;
    font-size: 1.25rem;
    line-height: 39px;
    background-color: #7AB2E1;
    padding: 11px 19px 7px;
    margin-bottom: 5px;
    display: inline-block;
}

.title-content-px{
    color: #7AB2E1;
    line-height: 52px;
    font-size: 2.125rem;
    font-weight: 400;
}

.title-content-px:after{
    content: "";
    border-bottom: 2px solid #7AB2E1;
    width: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    left: 30px;
}

/*
.content-px-0:after {
    content: "";
    border-bottom: 2px solid #fff;
    width: 64px;
    position: absolute;
    left: 0;
    bottom: 42px;
    left: 30px;
}
*/

.box-text{
    padding: 30px;
}

.box-text p{
    line-height: 22px;
    font-size: 0.875rem;
    font-weight: 500;
}








/***********************************************************
CONTENIDO
************************************************************/
.destaca-sec{
    color: #0053A1;
    font-size: 1.25rem;
    line-height: 20px;
    position: relative;
    font-weight: 400;
    display: inline-block;
}

.destaca-sec:after {
    content: "";
    border-bottom: 2px solid;
    width: 120px;
    position: absolute;
    top: 50%;
    right: -132px;
}

.title-sec{
    font-size: 2.5rem;
    line-height: 45px;
    font-weight: 400;
}

h1.title-sec{
    font-size: 3rem;
    /* font-size: 3.125rem; */
}

h2.title-sec{
    font-size: 2rem;
}


.separa-secc{
    height: 120px;
}

.separa-secc.con-mapa {
    height: 200px;
}

.mas-info{
    line-height: 22px;
    font-size: 0.875rem;
    color: #0053A1;
    text-decoration: underline !important;
    display: block;
}

.cabecera-pagina {
    background-image: url(../img/fondo-main-home.jpg);
    padding: 15px 0;
    margin-top: 95px;
}

.breadcrumbs {
    position: absolute;
    color: #E2E2E2;
    font-size: 0.875rem;
    right: 0;
    top: -8px;
}

.breadcrumbs a {
    color: #E2E2E2;
}

p.title-cabecera {
    line-height: 55px;
    font-size: 2.813rem;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.separa-secc-int{
    min-height: 100px;
}

.text-contacto {
    width: 350px;
    font-size: 14px;
}

.sede{
    color: #0053A1;
    line-height: 26px;
    font-size: 1.25rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.sede:after {
    content: "";
    border-bottom: 2px solid;
    width: 13px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.nota-form{
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-align: right;
}

form.form-contacto {
    max-width: 621px;
    float: right;
}

form.form-contact .form-item label{
    display: none;
}

form.form-contact .form-obj-radio  label,
form.form-contact .form-obj-checkbox  label
{
    display: block;
    font-weight: bold;
}

form.form-contact .form-obj-radio ,
form.form-contact .form-obj-checkbox
{
    margin-bottom: 10px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form textarea,
form select
{
    display: block;
    width: 100%;
    border: none;
    background-color: #EFEFEF;
    line-height: 26px;
    margin-bottom: 8px;
    padding: 15px;
}

form textarea {
    height: 161px;
}

form.form-contact input[type=checkbox],
form.form-contact input[type=radio] {
    display: inline-block;
    margin-right: 15px;
}

form.form-contact .radiodiv {
    display: block !important;
}

.legal{
    margin-top: 20px;
}

.legal label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 56px;
    margin-right: 15px;
    font-size: 1rem;
    line-height: 26px;
}

.legal input[type=radio] {
    display: none;
}

.legal label:after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background-color: #EFEFEF;
}

.legal input[type=radio]:checked + label:after {
    background-color: #0053A1;
}

input[type="submit"] {
    width: 166px;
    float: right;
    margin-top: 25px;
    cursor: pointer;
}

.legal a{
    text-decoration: underline !important;
    color: #292929 !important;
}

h1.title-sec {
    margin-bottom: 40px;
}

.content-blog p{
    font-size: 0.875rem;
    line-height: 22px;
}

.text-small{
    font-size: 0.875rem !important;
}

.text-quienes{
    max-width: 470px;
}

.especial-padding{
    padding: 30px 40px 50px 30px;
}
.especial-blue-box {
    width: 350px;
    height: 350px;
    background-color: #0053A1;
    position: absolute;
    right: -12px;
}

.especial-blue-box p {
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.25rem;
    position: absolute;
    bottom: 65px;
    left: 42px;
}

.especial-blue-box p:after {
    content: "";
    border-bottom: 3px solid;
    width: 56px;
    position: absolute;
    bottom: -26px;
    left: 0;
}

.card-body .destaca-sec {
    line-height: 26px;
    font-size: 1.25rem;
    margin-bottom: 56px;
}
.card-body .destaca-sec a{
    color: #0053A1;
}

.card-body .destaca-sec:after {
    left: 0;
    bottom: -24px;
    top: inherit;
    width: 64px;
}

.card-body {
    padding: 40px 25px;
    min-height: 140px;
}

.card p {
    /*font-size: 1.125rem;*/
    font-size: 0.875rem;
    line-height: 26px;
}

.page-quienes .box-fullW {
    padding-top: 168px;
    margin-top: 0px;
}

.mapa-internacional {
    max-width: 900px;
    position: absolute;
    right: 0;
    top: -350px;
}

.search-home {
    position: absolute;
    right: 0;
    height: 151px;
    background-color: #7ab2e1;
    width: 637px;
    bottom: -75px;
    z-index: 3;
}

.form-search-home {
    max-width: inherit;
    float: left;
    padding-left: 37px;
    padding-top: 60px;
}

.form-search-home input[type="text"] {
    display: inline;
    width: 290px;
    background-color: transparent;
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    border:none;
    border-bottom: 2px solid;
    float: left;
    padding-right: 43px;
}

.form-search-home input[type="submit"] {
    background-image: url(../img/ico-lupa.jpg);
    width: 30px;
    height: 31px;
    padding: 0;
    position: relative;
    right: 36px;
    top: -26px;
    cursor: pointer;
    border:none;
}

.form-search-home input::-webkit-input-placeholder { color: #fff; opacity:1;  } /* WebKit */
.form-search-home input::-moz-placeholder { color: #fff; opacity:1; } /* Firefox 18- */
.form-search-home input::-moz-placeholder { color: #fff; opacity:1;} /* Firefox 19+ */
.form-search-home input::-ms-input-placeholder { color: #fff; opacity:1; } /* IE 10+ */

.search-top {
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    left: 0;
    top: -198px;
    height:198px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
     transition: all 0.5s ease-in-out 0s;
}

.search-top.in {
    top: 0;
    opacity: 1;
}

.search-top form {
    width: 100%;
    position: relative;
    top: 65px;
    border-bottom: 2px solid #74B2E1;
}

.search-top input {
    color: #7AB2E1;
    font-size: 2.5rem;
    padding-bottom: 10px;
    background-color: transparent;
    border: none;

}

.search-top input::-webkit-input-placeholder { color: #74B2E1; opacity:1;  } /* WebKit */
.search-top input::-moz-placeholder { color: #74B2E1; opacity:1; } /* Firefox 18- */
.search-top input::-moz-placeholder { color: #74B2E1; opacity:1;} /* Firefox 19+ */
.search-top input::-ms-input-placeholder { color: #74B2E1; opacity:1; } /* IE 10+ */

.search-top i {
    cursor: pointer;
    color: #000;
    font-size: 1.25rem;
    position: absolute;
    right: 0 ;
    top:0;
}

#carouselHome .carousel-control-prev i,
#carouselHome .carousel-control-next i {
    color: #c1c1c1;
    font-size: 1.875rem;
}

#carouselHome .carousel-item img {
    max-width: 100%;
}

#carouselHome .carousel-indicators li{
    background-color: #7AB2E1;
    opacity: 0.3;
}

#carouselHome .carousel-indicators li.active{
    background-color: #7AB2E1;
    opacity: 1;
}

.carousel-indicators {
    bottom: -34px;
}

.content-absolut{
    position: relative;
    display: block;
    cursor: pointer;
}

.content-absolut div,
.content-absolut label,
.especial-px-xs label {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #7AB2E1; */
    background-color: #0053A1;
    padding: 5px 10px;
    margin-bottom: 0;
    width: 90%;
    max-width: 300px;
}

.content-absolut div p,
.content-absolut label span,
.especial-px-xs label span {
    /* font-size: 1.25rem;     */
    font-size: 1rem;
    color: #fff !important;
    font-weight: 400;
}

.especial-px-xs {
    position: relative;
    padding: 0 7.5px 10px !important;
}
/*
.efecto-sector {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
     transition: all 0.5s ease-in-out 0s;
} */

.content-absolut:hover .efecto-sector,
.solucion-absolut:hover .efecto-sector {
    opacity: 1;
    height: 100%;
}

.title2{
    color: #0053A1;
    font-size: 1.8rem;
    line-height: 32px;
    font-weight: 400;
    position: relative;
}

.title2:after {
    content: "";
    border-bottom: 2px solid;
    width: 63px;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.ul-version1 {
    padding: 0;
        margin-top: 43px;
}

.ul-version1 li {
    list-style: none;
    font-size: 0.875rem;
    margin: 16px 0;
    background-image: url(../img/bullet-li.jpg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left 8px;
}

.box-container {
    background-color: #E2E2E2;
    padding: 50px;
    margin-top: -130px;
}

.ul-version2{
    padding: 0;
}

.ul-version2 li {
    /* font-size: 1.25rem; */
    font-size: 1rem;
    line-height: 24px;
    list-style: none;
    margin-bottom: 50px;
    position: relative;
    padding-left: 65px;
    top: 20px;
}

.ul-version2 li img {
    width: 45px;
    position: absolute;
    left: 0;
    top: -10px;
}

.title3 {
    color: #0053A1;
    line-height: 30px;
    /* font-size: 1.8rem; */
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 12px;
}

.title3:after {
    content: "";
    border-bottom: 2px solid;
    width: 200px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.ul-version3{
    padding: 0;
}

.ul-version3 li {
    font-size: 0.875rem;
    list-style: none;
    position: relative;
    padding: 20px 0 20px 59px;
    border-bottom: 1px solid #e8e8e8;
}

.ul-version3 li img {
    position: absolute;
    left: 0;
    top: 5px;
}

.ul-version3.asocia li img {
    width: 41px;
}

.descarga {
    color: #7AB2E1 !important;
    font-size: 0.875rem;
    vertical-align: middle;
    position: absolute;
    right: 0;
}

.descarga img {
    width: 10px;
    position: relative !important;
    top: 0 !important;
}

.page-sistema .middle-sec > div:first-child {
    right: 0;
    width: 960px;
    padding: 90px 90px 0 90px;
}

.page-sistema .container .middle-sec > div:first-child {
    right: 0;
    width: 55%;
    padding: 30px;
    height: inherit;
    margin-top: -130px;
}

.middle-sec.par > div:first-child {
    right: 0;
}

.middle-sec.par,
.middle-sec.impar{
    padding-top: 100px;
}

.page-sistema .middle-sec .title-sec,
.page-sistema .middle-sec p {
    color: #fff;
}

.page-sistema .middle-sec p.destaca-sec {
    width: auto;
}

.page-sistema .middle-sec .title-sec {
    width: 100%;
    line-height: 40px;
}

.page-sistema .middle-sec .btn-info {
    color: #0053A1 !important;
    background-color: #fff !important;
    margin-top: 20px;
}

.page-sistema .middle-sec img{
    width: 57%;
}

.box-con-border{
    border: 1px solid #707070;
    padding: 70px;
    background-color: #fff;
}

.plus {
    width: 34px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.title2 span {
    font-size: 1.3rem;
    display: block;
    line-height: 24px;
    position: relative;
    top: -7px;
}

.herramientas a:hover{
    color: #292929;
}

.acceso-tecnica img {
    bottom: 53px !important;
    left: inherit !important;
    height: 60px;
    top: inherit !important;
    right: 34px !important;
}

.acceso-tecnica p {
    bottom: inherit !important;
    top: 48px !important;
}

.cabecera-tabla {
    background-color: #b1b1b1;
    padding: 15px;
    color: #fff;
}

.title-tabla{
    font-size: 2rem;
}

.content-logo {
    position: relative;
    height: 140px;
}

.content-logo img {
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 50%;
    margin-left: -89px;
}

.dropdown-menu {
    color: #fff;
    background-color: #0053a1;
    border: none;
    border-radius: 0;
    padding: 1.5rem 0;

    width: 100%;
    position: fixed !important;
    top: 72px;
}

.dropdown-menu .row{
    max-width: 1140px;
    margin: auto;
}

.submenu-soluciones .dropdown-menu {
    min-width: 413px;
    padding-left: 15px;
}

.submenu-soluciones .dropdown-menu .dropdown-item {
    padding: 0 0 0 0px;
}

.submenu-at .dropdown-menu {
    min-width: 357px;
}

.submenu-at .dropdown-menu p{
    padding-left: 23px;
}

.dropdown-item {
    color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
}

#dropdown-at .dropdown-item {
    font-size: 0.875rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #0053a1;
}

.submenu-sector:hover > a.nav-item{
  /* background-color: #0053a1; */
    color: #0053A1 !important;
}

.submenu-soluciones:hover > a.nav-item,
.submenu-at:hover > a.nav-item{
   /* background-color: #0053a1; */
    color: #0053A1 !important;
}

.cab-descarga {
    background-color: #0053a1;
    color: #fff;
    padding: 6px 10px 4px 10px;
}

.name-descarga {
    background-color: #d9d9d9;
    padding: 6px 10px 4px 10px;
}

.enlace-descarga{
    background-color: #d9d9d9;
    padding: 6px 10px 4px 10px;
}

.enlace-descarga a{
    color: #fff !important;
}

.box-fullW-AT {
    margin-top: 0;
    padding-top: 100px;
}

.submenu-b {
    background-color: #0053a1;
    position: absolute;
    left: 100%;
    border-left: 1px solid #fff;
    display: none;
}

.dropdown-menu ul li:hover .submenu-b{
    display: block;
}

.dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.title-dropdown-menu{
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
}
.title-dropdown-menu:hover{
    color: #fff;
    text-decoration: none !important;
}

.back-promo {
    background-color: #0053A1;
    padding: 30px;
    height: 100%;
    color: #fff;
}

.back-promo .destaca-sec{
    color: #fff;
}

.back-promo .btn-info {
    color: #0053A1 !important;
    background-color: #fff !important;
    margin-top: 20px;
}

.back-promo .title-sec {
    line-height: 40px;
}
.zona-promo .separa-secc-int{
    height: 75px;
}

.checkings .card-body {
    min-height: 270px;
}

.logos-at{
    width: 250px;
}

.texto-legal {
    padding-left: 11px;
}

.texto-legal li {
    padding-left: 11px;
}

.texto-legal li.disc {
    list-style: disc;
}


/**************** AVISO COOKIES **************
**********************************************/
.msgcookie{
    display:block;
    position:fixed;
    bottom:0;
    width:100%;
    background-color:rgba(0, 83, 161, 0.7);
    color:#fff;
    font-size:14px;
    font-family:sans-serif;
    z-index: 999;
}

.msgcookie > div {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    text-align: center;
}

.msgcookie a.btn-aviso {
    opacity: 1;
    font-size: 14px;
    background-color: #FFF;
    color: #0053A1;
    font-weight: normal;
    padding: 3px 10px;
    margin: 10px;
    line-height: inherit;
    text-decoration: none !important;
    float: none;
}

.msgcookie a {
    color: #fff;
    text-decoration: underline !important;
}

.msgcookie a.btn-aviso:hover {
    background-color: #fff;
    text-decoration: underline;
}

/**************** HASTA AQUÍ **************
**********************************************/

.button-link {
    color: #fff !important;
    font-size: 1rem;
    background-color: #cf734f !important;
    text-align: center;
    line-height: 40px;
    padding: 0 33px !important;
    display: inline-block;
    border: 1px solid #cf734f;
}
.button-link:hover {
    background: #fff;
    color: #0053A1;
}

.link-disabled {
    cursor: default;
}

.descargas img {
    width: 80px;
}

.page-busqueda .card-body {
    padding: 15px 0;
    min-height: inherit;
}

.page-link {
    color: #0053a1;
}


.article-image {
    display: block;
    height: 250px;
    background: center center no-repeat;
    background-size: cover;
}



.business-block {
    position: relative;
} 
.business-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2.1rem;
    border-left: 1px dotted #0053A1;
    height: 100%;
    width: 1px;
}
.business-block .icon {
    background: #0053A1;
    color: #fff;
    position: relative;
} 
.business-block .icon .fas {    
    width: 20px;
    height: 20px;
    text-align: center;
}
.business-block .info {
    margin-left: 6rem;
}

.business-block .info h4 {
    color: #0053A1;
}


/*********************************************************************************************************************************************************************************
RESPONSIVE
**********************************************************************************************************************************************************************************/
@media (max-width: 1600px){
.footer-left {
    padding-left: 100px;
}
}


@media (max-width: 1440px){
.middle-sec > div:first-child {
    padding: 170px 0 0 95px;
}

.page-sistema .middle-sec > div:first-child {
    padding: 40px 60px 0 60px;
    width: 700px;
}

.page-sistema .middle-sec img {
    width: 72%;
}

.page-sistema .container .middle-sec img {
    width: 50%;
}
}


@media (min-width: 992px) and (max-width: 1199px){


}


@media (max-width: 1199px){
.middle-sec > div:first-child {
    padding: 170px 0 0 125px;
}

.page-sistema .container .middle-sec img {
    width: 60%;
}

.page-sistema .container .middle-sec > div:first-child {
    width: 65%;
}

.content-logo {
    margin-top: 0;
}

.form-search-home input[type="text"] {
    width: 270px;
    padding-left: 0;
}

.form-search-home {
    padding-left: 15px;
 }

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 15px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link .fa{
    float: right;
}

.search-home {
    width: 337px;
}

.mapa-internacional {
    max-width: 700px;
    top: -296px;
}

.card-body {
    padding: 32px 18px 30px 30px;
}

.especial-blue-box {
    bottom: -9px;
}

.especial-height {
    height: 240px;
}

.content-servicios p {
    left: 10px;
}

.blog-home {
    padding: 50px 0;
}

.box-contacto {
    padding: 100px 100px 100px 0;
    background-position-y: 50px;
    background-position-x: right;
}

.footer-right {
	padding: 40px 15px;
}

.footer-left {
    padding: 30px 0px 0 25px;
}

.footer-right a {
    padding: 5px 0 0 0;
}

.footer-right .num-contacto {
    font-size: 1rem;
    line-height: 30px;
}
}


@media (min-width: 992px){
    .submenu-sector:hover .dropdown-menu,
    .submenu-soluciones:hover .dropdown-menu,
    .submenu-at:hover .dropdown-menu{
        display: block;
    }
}


@media (max-width: 991px){
.submenu-at .dropdown-menu p {
    padding-left: 0;
}

.dropdown-menu {
    text-align: center;
    position: relative !important;
    top: auto;
    max-height: 200px;
    overflow: auto;
    padding: .5rem 0;
}


.back-promo {
    position: relative;
}

.submenu-b {
    background-color: #fff;
    position: relative;
    top: 7px;
    left: inherit;
    border: none;
    margin-bottom: 6px;
}

.submenu-b a{
    color: #0053a1;
}

.content-logo img {
    margin-left: -115px;
}

.navbar-nav .dropdown-menu {
    margin: 0;
    min-width: 100%;
}

.submenu-soluciones .dropdown-menu {
    padding-right: 23px;
}

.content-logo {
    margin-top: 70px;
}


.page-sistema .middle-sec > div:first-child {
    padding: 30px;
    width: 100%;
    height: inherit;
}

.page-sistema .middle-sec .title-sec,
.page-sistema .middle-sec .destaca-sec {
    padding-left: 0;
}

.page-sistema .container .middle-sec > div:first-child {
    right: 0;
    width: 100%;
    padding: 30px;
    height: inherit;
    margin-top: 0;
    position: relative;
}

.page-sistema .container .middle-sec img {
    width: 100%;
}

.separa-secc.con-mapa{
    height: 150px;
}

.especial-padding {
    padding: 0;
}

.footer-left .num-contacto {
    font-size: 2rem;
    line-height: 37px;
}

.footer-right a.title.logo.gbc {
    bottom: 0;
    padding-bottom: 10px;
}

.footer-right a.title.logo {
    padding-top: 0;
    position: relative;
    padding-top: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    background-color: #0053A1;
    color: #fff !important;
}

.navbar-nav > li{
    border-bottom: 1px solid #fff;
}

.menu-contacto a{
    border: none !important;
}

.menu-contacto {
    text-align: center;
}

.sub-contacto {
    position: relative;
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

.search-home {
    height: 100px;
    bottom: -50px;
}

.form-search-home {
    padding-left: 37px;
    padding-top: 26px;
}

.mapa-internacional {
    max-width: 500px;
    top: -200px;
}

.especial-blue-box {
    bottom: -9px;
    position: relative;
    bottom: 0;
    right: 0;
    width: 335px;
    margin: 0 auto;
    margin-bottom: 52px;
    margin-top: 42px;
    flex-direction: c
}

.text-quienes {
    max-width: 100%;
}

.page-quienes .box-fullW {
    padding-top: 80px;
}

form.form-contacto {
    max-width: 100%;
    float: none;
}

.text-contacto {
    width: 100%;
    margin-top: 2rem !important;
}

.middle-sec > div:last-child img{
    width: 100%;
}

.separa-secc {
    height: 80px;
}

.middle-sec {
    padding-top: 80px;
}

.box-fullW {
    margin-top: 80px;
    padding-top: 80px;
}

.box-fullW-AT {
    padding-top: 80px;
    margin-top:0;
}

.column-izq > div.pl-0:first-child{
    /* padding-left: 15px !important; */
}

.middle-sec > div:first-child {
    padding: 40px;
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 0;
    height: inherit;
}

.middle-sec .title-sec {
    width: inherit;
}

.box-contacto {
    padding: 100px 50px 200px;
}

.footer-right .col-xl-5{
    margin-bottom: 50px;
}

.footer-left {
    padding-right: 20px;
}

.jumbotron {
    padding: 0;
    height: 400px;
}

.jumbotron h1.title-jumbotron {
    font-size: 1.4375rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 30px;
    margin-bottom: 90px;
}

.jumbotron .image {
    height: 100%;
    width: auto;
}

.jumbotron p {
    font-size: 1rem;
}

.jumbotron p::after {
    left: 0;
    top: -9px;
    width: 68px;
}

.jumbotron > div:first-child {
    margin-left: -210px;
    margin-top: -102px;
}

.submenu-soluciones .dropdown-menu .dropdown-item span {
    display: none;
}

}
    


@media (max-width: 767px){
h1.title-sec {
    font-size: 2.4rem;
}

.card-body {
    min-height: inherit;
}

.title-dropdown-menu {
    font-size: 0.75rem;
}

.content-logo {
    height: inherit;
    margin-top: 0;
}

.content-logo img {
    position: relative;
    left: 0;
    margin: 0 auto;
    display: block;
}

.box-container {
    margin-top: -80px;
}

.oculto-sm{
    display: none;
}

.column-dcha.oculto-sm {
    display: block;
}

.column-dcha .content-px-0 {
    padding-top: 0;
}

.content-absolut div p {
    color: #000 !important;
    text-shadow: none;
    padding-left: 0;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}

.content-absolut div {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    padding-left: 0;
}

.breadcrumbs {
    font-size: 0.75rem;
}

.search-top.in{
     height: 100%;
}

.search-top form {
    top: 34px;
}

.search-top input {
    color: #7AB2E1;
    /* font-size: 1.5rem; */
    font-size: 1.3rem;
}

.separa-secc-int {
    min-height: initial;
    padding-bottom: 20px;
}

p.title-cabecera {
    line-height: 37px;
    font-size: 2rem;
}

.mapa-internacional {
    max-width: 400px;
    top: -170px;
}

.content-px-0:after {
    bottom: 32px;
    left: 35px;
}

.especial-height {
    height: inherit;
}

.content-px-0 {
    position: relative;
    height: inherit;
    padding: 110px 0 30px 0;
}

.especial-px-xs, .column-izq > div.pl-0:first-child {
    padding: 0 35px !important;
}

.especial-px-xs{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}


.content-servicios p {
    left: 30px;
    bottom: 30px;
}

.content-servicios i,
.content-servicios img {
    top: 30px;
    left: 30px;
}

.content-servicios div {
    height: 240px;
    margin-bottom: 20px;
    display: block;
    margin: 0;
}

.destaca-sec {
    font-size: 1rem;
}

.legal label:after {
    bottom: inherit;
    top: 4px;
}

.blog-home {
    padding: 50px 40px 0;
}

.content-blog .title-sec {
    padding-left: 0;
}

.title-sec {
    font-size: 2rem;
    line-height: 40px;
}

h2.title-sec {
    font-size: 1.8rem;
}

.title2 {
    font-size: 1.5rem;
}

.box-contacto {
    padding: 140px 50px 80px 40px;
    background-position-y: 50px;
    background-position-x: right;
}

.box-contacto .title-sec {
    font-size: 2.375rem;
    line-height: 42px;
    padding-left: 0;
}

.box-contacto p {
    font-size: 1.25rem;
    line-height: 25px;
    color: #0053A1;
    font-weight: 500;
}

.box-contacto a {
    margin-left: 0;
}
}


@media (min-width: 576px) and (max-width: 767px){
.content-servicios p {
    left: 15px;
}
}


@media (max-width: 575px){
.msgcookie a.btn-aviso {
    display: block;
}

.box-container {
    padding: 50px 20px;
}

.carousel-item .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.jumbotron > div:first-child {
    margin-left: -143px;
    margin-top: -132px;
}

.content-servicios {
    padding-right: 45px;
    padding-left: 45px;
}

p.title-cabecera {
    line-height: 35px;
    font-size: 1.875rem;
}

.breadcrumbs {
    right: 15px;
    font-size: 0.6875rem;
    top: -6px;
}

.card-deck .card{
    margin-bottom: 50px;
}
}
#ttrmechanical-movil{
    display: none;
    padding-top: 15px;
    margin-right: 3px!important;
}
#ttrmechanical-web{
    padding:14px 0px 5px!important;
    display: initial;
}
@media (max-width: 990px){
    #ttrmechanical-movil{
        display: initial;
    }
    #ttrmechanical-web{
        display: none;
    }
}