* {
    transition: all 0.5s ease;
}

/* Font */
@font-face {
    font-family: 'akzentconddb';
    src: url('../fonts/AkzentCond/akzentcond-regular_db-webfont.eot');
    src: url('../fonts/AkzentCond/akzentcond-regular_db-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.woff2') format('woff2'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.woff') format('woff'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.ttf') format('truetype'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.svg#akzentcond_dbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Fuentes*/
.arial {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
}
.aconddb {
    font-family: 'akzentconddb' !important;
}
.popil {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.popir {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.popis {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.popisb {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.popib {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.popibb {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}
.bebasr {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}
.bebass {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
}
.bebassb {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
}
.bebasb {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
}
.bebasbb {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
}

/*CONFIGURACION*/
.row {
    padding: 0;
    margin: 0;
}
.row .row {
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    padding: 0;
    margin: 0;
    border: 0;
    max-width: 76.875em;
    margin: 0 auto;
}
.boton{
    color: var(--colorBlanco);
    background-color: var(--color1);
    max-width: 236px;
    width: 100%;
    transition: all 0.5s ease;
    padding: 0 20px;
    font-size: 25px;
    line-height: 54px;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.boton:hover,
.boton:focus{
    color: var(--colorBlanco) !important;
    background-color: var(--color2);
}
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
ul li {
    line-height: 1.3;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: var(--colorTexto);
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 40px;
}
h5 {
    font-size: 50px;
    line-height: 1.2;
}
p {
    font-size:16px;
    line-height: 1.5;
}
img,
span {
    display: inline-block;
}
a,
a:focus-visible {
    text-decoration: none;
    display: inline-block;
    outline: 0;
}
.menu_bar {
    display: none;
}
.en-linea > * {
    display: inline-block;
    vertical-align: middle;
}
.pagination a:hover,
.pagination .current {
    background: #E5E5E5 !important;
    color: #333;
}

/*Formulario*/
form {
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
    padding: 0;
}
::placeholder {
    color: var(--colorTexto) !important;
}
::-moz-placeholder {
    color: var(--colorTexto) !important;
}
::-webkit-input-placeholder {
    color: var(--colorTexto) !important;
}
:-ms-input-placeholder {
    color: var(--colorTexto) !important;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus,
[type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus,
[type='week']:focus, [type='email']:focus, [type='number']:focus,
[type='search']:focus, [type='tel']:focus, [type='time']:focus,
[type='url']:focus, [type='color']:focus, textarea:focus, select:focus,
[type='text'], [type='password'], [type='date'], [type='datetime'],
[type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'],
[type='url'], [type='color'], textarea, select {
    font-size: 15px;
    line-height: 22px;
    background-color: var(--colorPlomo);
    width: 100%;
    border: 0;
    height: 40px;
    box-shadow: none !important;
    color: var(--colorTexto);
    outline: 0;
    margin: 0 0 15px;
    padding: 5px 15px;
}
select {
    --bs-form-select-bg-img: url(../img/iconos/down.svg);
    background-image: var(--bs-form-select-bg-img);
    background-repeat: no-repeat;
    background-position: right .01rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form textarea,
form textarea:focus {
    resize: none;
    padding: 5px 15px;
    height: 100px;
}
form .control-group.error input,
form .control-group.error textarea,
form .control-group.error select {
    border-color: red;
}
form .control-group.success input,
form .control-group.success textarea,
form .control-group.success select {
    border-color: green;
}
form label {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 5px;
    color: var(--color3);
}
form label.error {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    background-color: transparent;
    color: red;
    width: auto;
    padding: 0;
    left: 0;
    bottom: 6px;
}
form.form-cita label.error {
    bottom: 0;
}
form label > label.error {
    bottom: -6px;
}
form label.error.valid {
    display: none !important;
}
figure,
ul {
    padding: 0;
    margin: 0;
}

body{
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: var(--colorTexto);
    background: white;
}
main {
    margin-top: 105px;
}

/*hover zoom img*/
figure.zoom-img {
    overflow: hidden;
}
figure.zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
figure.zoom-img:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
figure.zoom-img .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}

.fondo-blanco {
    background-color: var(--colorBlanco) !important;
}

.hide {
    display: none;
}

/*Fondo*/
.banners-fondo {
    height: 100%;
}
.banners-fondo {
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper {
    width: 100%;
    height: auto;
    z-index: 0;
}
.swiper-buttons {
    width: 25px;
    height: 38px;
    top: 50%;
}
.swiper-buttons:after {
    display: none;
}
.swiper-buttons.swiper-button-next img {
    -moz-transform: scaleX(-1); /* Firefox */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Chrome y Safari */
    transform: scaleX(-1); /* w3org */
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 150px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid var(--colorBlanco);
    background-color: var(--color1);
    opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color2);
}
.btn-wsp:hover img {
    opacity: .7;
}
.callout.primary, .callout.alert, .callout.success {
    padding: 15px 20px;
    border-radius: 20px;
    margin: 10px 0 0;
    color: #333;
}
.callout.primary {
    background-color: #def0fc;
}
.callout.alert {
    background-color: #fce6e2;
}
.callout.success {
    background-color: #e1faea;
}
.text-justify {
    text-align: justify;
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
    h1, h2, h3, h4, h5{
        line-height: 1;
    }
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 28px;
    }
    h3 {
        font-size: 23px;
    }
    h4{
        font-size: 28px;
    }
    h5{
        font-size: 23px;
    }
}