* {
    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;
}

.text-justify {
    text-align: justify;
}
/*Fuentes*/
.arial {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
}
.aconddb {
    font-family: 'akzentconddb' !important;
}
.heebor {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 400;
}
.heebos {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 600;
}
.heebob {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 700;
}
.poppir {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}
.poppis {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}
.poppib {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

/*CONFIGURACION*/
.row {
    padding: 0;
    margin: 0;
}
.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: #FF6633;
    max-width: 245px;
    width: 100%;
    transition: all 0.5s ease;
    padding: 0 5px;
    font-size: 17px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0 10px;
}
.boton:hover,
.boton:focus{
    color: var(--colorBlanco);
    background-color: var(--color2) !important;
}
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
ul li {
    line-height: 1.3;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--colorTexto);
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 33px;
}
h5 {
    font-size: 25px;
}
p {
    font-size:16px;
    line-height: 1.5;
}
img,
span {
    display: inline-block;
}
a {
    text-decoration: none;
    display: inline-block;
}
.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: 613px;
    width: 100%;
    padding: 0 0 20px;
}
form ::placeholder {
    color: var(--color2) !important;
}
form ::-moz-placeholder {
    color: var(--color2) !important;
}
form ::-webkit-input-placeholder {
    color: var(--color2) !important;
}
form :-ms-input-placeholder {
    color: var(--color2) !important;
}
form [type='text']:focus, form [type='password']:focus, form [type='date']:focus,
form [type='datetime']:focus, form [type='datetime-local']:focus, form [type='month']:focus,
form [type='week']:focus, form [type='email']:focus, form [type='number']:focus,
form [type='search']:focus, form [type='tel']:focus, form [type='time']:focus,
form [type='url']:focus, form [type='color']:focus, form textarea:focus, form select:focus,
form [type='text'], form [type='password'], form [type='date'], form [type='datetime'],
form [type='datetime-local'], form [type='month'], form [type='week'], form [type='email'],
form [type='number'], form [type='search'], form [type='tel'], form [type='time'],
form [type='url'], form [type='color'], form textarea, form select {
    font-size: 15px !important;
    line-height: 15px;
    background-color: var(--colorBlanco);
    width: 100%;
    border: 0;
    box-shadow: none !important;
    color: var(--colorTexto) !important;
    outline: 0;
    border-radius: 15px !important;
    margin: 0;
    padding: 13px 20px !important;
    height: 50px;
}
form textarea,
form textarea:focus {
    height:200px;
    resize: none;
}
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 .group-flex > div {
    width: 48%;
}
form label {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 5px;
    color: var(--colorBlanco);
}
form label.error {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    background-color: transparent;
    color: red;
    bottom: 2px;
    width: 100%;
    padding: 0;
    left: 20px;
}
form label.error.valid {
    display: none !important;
}
figure,
ul {
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #000;
    background: white;
}
main {
    margin-top: 140px;
}

/*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);
}

.hide {
    display: none;
}

/*Fondo*/
.banners.solo-portada,
.banners.solo-portada .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;
}
.banner-landing {
    background-image: url(../img/banners/landing.jpg);
}
.holi {
    background-image: url(../img/banners/portadal.jpg);
}
.tamanho1 {
    height: 588px;
}
.swiper {
    width: 100%;
    height: auto;
}
.swiper-buttons {
    width: 60px;
    height: 60px;
}
.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-dos .swiper-buttons {
    width: 50px;
    height: 100px;
    top: 27%;
    left: 0;
}
.swiper-dos .swiper-buttons.swiper-button-next {
    left: initial;
    right: 0;
}

.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: 14px;
    height: 14px;
    background-color: var(--colorBlanco);
    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;
}
.btn-svg {
    bottom: 130px;
    right: 23px;
}
.wsp-open-dor {
    bottom: 180px;
}
.selecta i {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    font-size: 20px;
    height: 20px;
}
.marker
{
	background-color: Yellow;
}
@media screen and (max-width: 1130px){
    main {
        margin-top: 129px;
    }
}

@media screen and (max-width: 768px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    h4{
        font-size: 28px;
    }
    h5{
        font-size: 20px;
    }
    main {
        margin-top: 105px;
    }
    .tamanho1 {
        height: 360px;
    }
}