﻿
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(https://fonts.googleapis.com/css?family=Pacifico);

.col-md-4 div img {
    width: 100%;
    height: 100%;
}

.container-siembra .container {
    max-width: 1030px;
}

.container-dropdown > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.main-header .container-header .botton-nav .navigation .dropdown-menu .submenumenu-item a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 1px;
    display: block;
    padding-bottom: 37px;
    letter-spacing: 0px;
    font-weight: lighter;
    transition: 0.2s;
}

.col-md-12 div > p {
    margin: 0 0 10px;
}

.col-md-12 div > h1, h2 {
    font-size: 36px;
    font-family: evaBold, sans-serif;
    margin-top: 30px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #337ab7;
}

.col-md-12 div > h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 2px;
    letter-spacing:0px
}

.banner img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.stock-ticket-banner {
    height: 1px !important;
}

.section-title-banner {
    padding: 0px 8px 0px 8px !important;
}

.accordion-body > table {
    font-family: EvaPro, sans-serif;
    font-size: 15px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}

.accordion-body table td, .article table td {
    color: #666666;
    padding: 0 0 0 8px;
    border-bottom: 1px solid #ffc03f;
}

.accordion h3 {
    position: relative;
    padding: 0.375em;
    color: #147ec5;
    font-family: EvaPro Bold, sans-serif;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 10px;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.col-md-12 .container table {
    font-family: EvaPro, sans-serif;
    font-size: 15px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}

    .col-md-12 .container table td {
        color: #666666;
        padding: 0 0 0 8px;
        border-bottom: 1px solid #ffc03f;
    }

/*HOME*/

.text-center {
    text-align: center;
}

.container-image {
    margin: 50px auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.title-dropdown {
    text-align: center;
    line-height: 1.4;
    color: #0072bc;
    font-family: EvaPro Bold, sans-serif;
    /*color: #0c81c4;*/
    font-size: 23px;
    font-weight: 900;
    /*line-height: 30px;*/
    margin-bottom: 30px;
}

.dropdown a {
    background: transparent;
    line-height: 1.4;
    color: #0072bc;
    font-family: EvaPro Bold, sans-serif;
    /*color: #0c81c4;*/
    font-size: 23px;
    font-weight: 900;
    /*line-height: 30px;*/
    margin-bottom: 0px;
    text-decoration: none;
    border: none;
}

.dropdown h3 {
    font-size: 23px;
    font-family: evaBold, sans-serif;
    color: #337ab7;
    line-height: 30px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0 50px;
    text-align: center;
}

.dropdown .title-dropdown {
    cursor: pointer;
}

.dropdown-menu li a {
    line-height: 1.4;
    font-family: EvaPro Bold, sans-serif;
    margin-bottom: 0px;
    text-decoration: none;
    border: none;
}

.dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block;
    padding: 10px;
}

.dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #fff;
    top: 14px;
    right: 10px;
}

    .dropdown .icon-arrow.open {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
    }

    .dropdown .icon-arrow.close {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
    }

    .dropdown .icon-arrow:before {
        content: '\25BC';
    }

.dropdown .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dropdown .dropdown-menu.show {
        width: -webkit-fill-available;
    }

    .dropdown .dropdown-menu li {
        padding: 0;
    }

        .dropdown .dropdown-menu li a {
            display: block;
            color: #2a2004;
            background: #d7d7d7;
            -moz-box-shadow: 0 1px 0 gray inset, 0 -1px 0 gray inset;
            -webkit-box-shadow: gray;
            box-shadow: 0 1px 0 grey inset, 0 -1px 0 grey inset;
            text-shadow: 0 -1px 0 rgb(255 255 255 / 30%);
            padding: 10px 9px;
            font-size: 14px;
            text-align: center;
        }

            .dropdown .dropdown-menu li a:hover {
                background: #b6b3ac;
            }

.dropdown .show, .dropdown .hide {
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.dropdown .show {
    display: block;
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.dropdown .hide {
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

.dropdown-header a {
    background: transparent;
    line-height: 1.4;
    color: #0072bc;
    font-family: EvaPro Bold, sans-serif;
    /*color: #0c81c4;*/
    font-size: 23px;
    font-weight: 900;
    /*line-height: 30px;*/
    margin-bottom: 0px;
    text-decoration: none;
    border: none;
}

.dropdown-header h3 {
    font-size: 23px;
    font-family: evaBold, sans-serif;
    color: #337ab7;
    line-height: 30px;
    margin-bottom: 0;
    cursor: pointer;
    margin-top: 60px;
    padding: 0 50px;
}

.dropdown-header .title-dropdown {
    cursor: pointer;
}


.dropdown-header [data-toggle="dropdown-header"] {
    position: relative;
    display: block;
    padding: 10px;
}

.dropdown-header .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #fff;
    top: 14px;
    right: 10px;
}

    .dropdown-header .icon-arrow.open {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
    }

    .dropdown-header .icon-arrow.close {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
    }

    .dropdown-header .icon-arrow:before {
        content: '\25BC';
    }

.dropdown-header .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dropdown-header .dropdown-menu.show {
        width: -webkit-fill-available;
    }

    .dropdown-header .dropdown-menu li {
        padding: 0;
    }

        .dropdown-header .dropdown-menu li a:hover {
            background: #b6b3ac;
        }

.dropdown-header .show, .dropdown-header .hide {
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.dropdown-header .show {
    display: block;
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.dropdown-header .hide {
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}


@media screen (max-width: 900px) {
    .HideOnMobile {
        display: none !important;
    }

    .HideOnPc {
        display: block !important
    }
}

@media screen (min-width: 900px) {
    .HideOnPc {
        display: none !important
    }

    .HideOnMobile {
        display: block !important;
    }
}



@keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-moz-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.afiliarte .boton a {
    margin-bottom: 2rem;
}

th.col {
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    background: #0d60b6;
    font-family: EvaPro !important, sans-serif;
}

.footer-nav .container .tab-content .content-menu-office .menu .sub-menu-title {
    color: #fff !important;
    font-size: 11px;
    font-family: EvaPro, Trebuchet MS, sans-serif !important;
    letter-spacing: 0px !important;
}

.footer-nav .container .tab-content .content-menu-office .menu {
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
}


/*Noticias*/
.news .owl-carousel .item .content .link-news {
    color: #fad132 !important;
    font-family: EvaPro, Trebuchet MS, sans-serif;
    font-weight: 600;
}
.umbraco-forms-indicator {
    padding: 0px !important;
}

.umbraco-forms-field-wrapper .col-lg-12 {
    padding-left: 0;
    width: 91%;
}

.umbraco-forms-field-wrapper .col-lg-12 input.text, textarea {
        margin-right: 7px;
}
.umbraco-forms-form select {
    width: 335px !important;
    margin-right: 1rem !important;
}
.responsive-buttons-form {
    display: none;
}

.desktop-buttons-forms {
    display: block;
}

@media only screen and (max-width:920px) {
    .responsive-buttons-form {
        display: block !important;
    }
    .desktop-buttons-forms{
        display: none !important;
    }
    .umbraco-forms-field div label{
        display: flex !important;
    }
}

.contribution-calculator .container .form-container .form .label {
    color: #666666 !important;
    font-weight: 100 !important;
}
.contribution-calculator .container .tables .table .table-content {
    color: #666666 !important;
    font-weight: 100 !important;
}
.contribution-calculator .container .tables .table-distribution .table-header.th-pension, .contribution-calculator .container .tables .table-distribution .table-content, .contribution-calculator .container .tables .table .table-header, .contribution-calculator .container .title-table p {
    font-weight: 100 !important;
}


.article table tbody tr th{
    margin: auto;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    padding: 10px 15px;
    background: #0d60b6;
}
.accordion-body {
    text-align: justify;
    padding: 0;
}
.col-md-12.column {
    text-align: justify;
}
.col-md-12 table tbody tr th {
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    background: #0d60b6;
    font-family: 'evaBlack', sans-serif;
}
#misc-section .container .coins-container .coins-image-table .tasa-moneda figure table tbody th {
    color: #0d60b6 !important;
    background: #fff !important;
    padding: 0;
    text-align: left;
}
#misc-section .container .coins-container .coins-image-table .tasa-moneda figure table tbody tr {
    border-bottom: 1px solid #c4e8f7;
}

.col-md-12 table tbody tr td {
    padding: 3px 10px;
    border-bottom: 1px solid #fdbe47;
    font-family: evaNormal, sans-serif;
    color: #666666;
}
.col-md-12 table {
    font-family: EvaPro, sans-serif;
    font-size: 15px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}
.text-under-input.calculator {
    color: #666666;
    font-family: 'evaBlack', sans-serif;
    font-size: 14px;
    font-weight: 100;
}
.text.WriteTheDescription p{
    font-size: 14px;
    margin-bottom: 8px;
    color: #666666;
    font-family: evaNormal, sans-serif;

}
.footer-nav .container .tab-content .content-menu-office .menu p {
    letter-spacing: 0px;
}
.tab-pane p {
    text-align: justify;
}
.footer-nav .container .tab-content .content-menu-map-site .menu p{
    letter-spacing: 1px;
}

.text-information h1, h2, h3, h4, h5, h6 {
    font-family: 'evaBlack', sans-serif;
}
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 768px) {
    .umbraco-forms-form input.text, .umbraco-forms-form textarea {
            border: solid 1px #ffc03f !important;
            width: 100% !important;
        }

        .responsive-buttons-form {
            width: 100%;
        }

        .umbraco-forms-indicator, .umbraco-forms-field .umbraco-forms-field-wrapper {
            width: 5%;
            font-weight: 600;
            padding-left: 5px !important;
        }

        .umbraco-forms-form select {
            font-size: 16px;
            border: solid 1px #ffc03f !important;
            width: 100% !important;
            padding: 5px;
            display: block;
        }

        .umbraco-forms-field .umbraco-forms-field-wrapper {
            margin: 0px;
        }

        .verificationcode .umbraco-forms-field label {
            font-weight: 100;
        }
    }
caption{
    display: none !important;
}
.nombre .fa-user{
    padding: 0 4px;
}