@font-face {
    font-family: 'fonte1';
    src: url('/assets/DharmaGothicE-Regular.woff2') format('woff2'),
        url('/assets/DharmaGothicE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fonte1';
    src: url('/assets/DharmaGothicE-Bold.woff2') format('woff2'),
        url('/assets/DharmaGothicE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fonte2';
    src: url('/assets/BarlowSemiCondensed-Regular.woff2') format('woff2'),
        url('/assets/BarlowSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fonte2';
    src: url('/assets/BarlowSemiCondensed-Bold.woff2') format('woff2'),
        url('/assets/BarlowSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/********* estilos base comuns */
html,
body {
    height: 100%;
    font-family: 'fonte2', Arial, sans-serif;    
    font-size:11px;
}
label{font-weight:500;vertical-align:top}
a:link,a:visited{
    color:#5C1016;
    text-decoration:none;
}
a:hover{
 color: #000;
 text-decoration:underline;
}

.section {
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    padding: 60px 0px
}

.container {
    max-width: 1240px
}

.row {
    padding: 5px;
}

label {
    display: inline-block !important
}

.nopadding {
    padding: 0px;
}

.column,
.columns {
    padding: 5px;
}

#formulario .columns {
    padding-top: 0px;
    padding-bottom: 0px;
}

#formulario input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-bottom:0px;
    vertical-align: top;
}

#formulario input,
#formulario select {
    color: #000000;
}

#formulario input:focus,
#formulario select:focus {
    border: 1px solid darkred;
}

.ibanz {
    background: #FFF69A;
    padding: 10px;
    color: #222222;
}

.hero .container,
.hero .container .row {
    padding: 0px;
}

img {
    width: 100%;
}

.desktop {
    display: none
}

.mobile {
    display: block
}

.one-third.column,
.two-thirds.column {
    width: 100% !important;
    margin-left: 0px !important;
}

.col-5.columns {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.center {
    margin-right: auto !important;
    margin-left: auto !important;    
}
.centered{text-align:center}
.footer{
    background: #000000;
    font-size: 1.2rem;
}
.footer a:link,.footer a:visited{
    text-decoration:none;
    color:#ffffff;    
    transition: all 0.3s;
    border-top:3px solid #000;
}
.footer a:hover {text-decoration:underline;}

.modal {
    max-width: 850px;
    width: 95%;
    font-size:1.8rem;
    padding: 10px;
    font-family:'fonte2',sans-serif;

}
.modal a:link,.modal a:visited{
 color:#bd1b1c;
}
.modal a:hover{
 color: #bd1b1c;
 text-decoration:underline;
}

.footermenu {
    font-size: 14px;
    color: #ffffff;
}

.footermenu a:link,
.footermenu a:visited {
    color: #ffffff;
}

.footermenu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footermenu span {
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

.paginaAjax {
    font-size: 1.5rem;
    line-height: 1.3em;
}

.paginaAjax h4 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5em;
    font-weight: normal;
}

.paginaAjax h4.et_pb_toggle_title {
    color: #B31F31 !important;
    margin-top: 0px;
    padding: 0px;
}

.paginaAjax ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.paginaAjax ul li {
    list-style-type: disc !important;
    margin-left: 25px !important;
}
.fixed {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: block;
}
.et_pb_toggle {
    border: 1px solid #eee;
    padding: 5px;
}

.et_pb_toggle_close .et_pb_toggle_title {
    cursor: pointer;
}

.et_pb_toggle_close .et_pb_toggle_title:hover {
    background: #eee;
}

.et_pb_toggle_title h4 {
    padding-bottom: 0px
}

.et_pb_toggle_content {
    padding-top: 10px;
}
.copy .salvat{text-align:center;}
.copy .logos{text-align:center;}
@media only screen and (max-width: 768px) {
    .paginaAjax h4 {
        font-size: 16px;
    }

    .et_pb_toggle_open,
    .et_pb_toggle_close {
        padding: 8px;
    }
}

@media (min-width: 550px) {
    .container {
        max-width: 1240px;
        width: 100%
    }

    .desktop {
        display: block
    }

    .mobile {
        display: none
    }
    .copy .salvat {
        text-align: left;
    }

    .copy .logos {
        text-align: right;
    }
}

@media (min-width: 980px) {
    .col-5.columns {
        width: 20%;
        margin-left: 0%;
    }

    .col-5.columns:first-child {
        margin-left: 0% !important;
    }

    .two-thirds.column {
        width: 69.3333333333% !important;
    }

    .one-third.column {
        width: 30.6666666667% !important;
    }
   
}