@charset "UTF-8";

:root {
    --h5-color: #6f839f;
    --h1-color: #161c2d;
    --button-fonfo: #e1bc34;
    --hover-any: #f8db48;
    --links-color: #1daeff;
    --fondo-formulario: #295aa5;
}

body {
    background: #e5e2e0;
}

@font-face {
    font-family: "Amaranth";
    src: url("../fuentes/Amaranth-Bold.eot");
    src: url("../fuentes/Amaranth-Bold.eot?#iefix") format("embedded-opentype"), url("../fuentes/Amaranth-Bold.woff2") format("woff2"), url("../fuentes/Amaranth-Bold.woff") format("woff"),
        url("../fuentes/Amaranth-Bold.ttf") format("truetype"), url("../fuentes/Amaranth-Bold.svg#Amaranth-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura LT Pro";
    src: url("../fuentes/FuturaLTPro-Heavy.eot");
    src: url("../fuentes/FuturaLTPro-Heavy.eot?#iefix") format("embedded-opentype"), url("../fuentes/FuturaLTPro-Heavy.woff2") format("woff2"), url("../fuentes/FuturaLTPro-Heavy.woff") format("woff"),
        url("../fuentes/FuturaLTPro-Heavy.ttf") format("truetype"), url("../fuentes/FuturaLTPro-Heavy.svg#FuturaLTPro-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura LT Pro";
    src: url("../fuentes/FuturaLTPro-Book.eot");
    src: url("../fuentes/FuturaLTPro-Book.eot?#iefix") format("embedded-opentype"), url("../fuentes/FuturaLTPro-Book.woff2") format("woff2"), url("../fuentes/FuturaLTPro-Book.woff") format("woff"),
        url("../fuentes/FuturaLTPro-Book.ttf") format("truetype"), url("../fuentes/FuturaLTPro-Book.svg#FuturaLTPro-Book") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

button {
    background: #009eb0;
    border: none;
    color: white;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

button:hover {
    scale: 1.1;
}

input {
    width: 100%;
    border: 1px solid #ffffff;
    background: white;
    border-radius: 50px;
    color: #009eb0;
}

btn-volver{
    background: white;
    padding: 10px;
    border-radius: 10px;
}
input::placeholder {
    color: #009eb0;
    letter-spacing: 2px;
    font-family: "Futura LT Pro";
    padding-left: 20px;
}

.fondo-total2 {
    height: 100vh;
    background: url(../imagenes/fondo_error.jpg) bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-gracias {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: white;
    font-family: "Futura LT Pro";
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}

.contendor_cartagena {
    background: url(../imagenes/fondo-cartagena.jpg) no-repeat;
    background-size: cover;
    height: 1500px;
}

.fondo_gris {
    background: #e5e2e0;
}
.fondo_gris_pie {
    background: url(../imagenes/fodno-pie.png) no-repeat;
    background-size: cover;
}

.titulo_principal {
    font-family: "Amaranth";
    color: #189539;
    font-size: 65px;
    line-height: 67px;
}

.titulo_principal_morado {
    font-family: "Amaranth";
    color: #662882;
    font-size: 65px;
    line-height: 67px;
}
.fondo_morado {
    background: #662882;
    border-radius: 50px;
}

.text_legal_morado {
    font-family: "Amaranth";
    color: #662882;
    font-size: 35px;
    line-height: 32px;
}
.franja_morada {
    height: 30px;
    background: #662882;
}

.titulo_principal_rojo {
    font-family: "Amaranth";
    color: #d1171c;
    font-size: 58px;
    line-height: 60px;
}

.text_contenedor_morado {
    font-size: 34px;
    line-height: 36px;
}
.text_verde {
    color: #189539;
}
.text_amarillo {
    color: #f6b50e;
}
.text_rojo {
    color: #d3151a;
}

.text {
    font-family: "Amaranth";
    font-size: 36px;
    line-height: 38px;
}

.fondo_verde_img {
    background: url(../imagenes/fondo-verde-1.png) no-repeat;
    background-size: cover;
    border-radius: 0px 50px 50px 0px;
    background-position-x: -70px;
}

.fondo_morado_img {
    background: url(../imagenes/fono-morado.jpg) no-repeat;
    background-size: cover;
    background-position-x: -80px;
}

.fondo_rojo_img {
    /*background: url(../imagenes/fono-rojo.jpg) no-repeat;*/
    background: linear-gradient(90deg, #d31519 -0.1%, #ab1917 100.23%) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px 0px 0px 50px;
    height: 100%;
}

.fondo_verde_inferior_img {
    /*background: url(../imagenes/fondo-verde-2.jpg) no-repeat;*/
    background: linear-gradient(90deg, #249738 0%, #00652e 100%) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px 0px 0px 50px;
    height: 100%;
}

.linea {
    border-bottom: 1px solid white;
}

p {
    font-size: 18px;
    margin-bottom: 0rem !important;
}

b {
    font-family: "Futura LT Pro";
    font-size: 24px;
}

a {
text-decoration: none;
cursor: pointer;
font-family: "Amaranth";
    color: black;
}

.campana {
    height: 730px;
}

.campana-interna {
    height: 260px;
}

.alto_galeria {
    height: 720px;
}

.menu_superior{
    background: #662882;
    position: fixed;
    width: 100%;
}

.menu_superior_mo{
    background: #662882;
    position: fixed;
    width: 110%;
}

.menu_superior_movil{
    position: fixed;
    z-index: 1;
}

.menu{
    cursor: pointer;
}

.menu:hover{
    background: #189539;
}

.menu-toggle {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 0.6em;
    right: 1em;
    cursor: pointer;
    z-index: 25;
    text-align: right;
}

.one,
.two,
.three,
.cuatro,
.cinco


{
    width: 100%;
    height: 4px;
    background: white !important;
    padding: 0;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
}

.cuatro{
    transform: rotate(45deg) translate(9px, 1px);
}

.cinco{
    transform: rotate(-45deg) translate(7px, 2px);
}

@media (max-width: 992px) {
    .contendor_cartagena {
        height: 600px;
    }
    .titulo_principal {
        font-size: 25px;
        line-height: 27px;
    }
    .text {
        font-size: 20px;
        line-height: 22px;
    }
    p {
        font-size: 16px;
    }
    .titulo_principal_morado {
        font-size: 25px;
        line-height: 27px;
    }
    b {
        font-size: 16px;
    }
    .titulo_principal_rojo {
        font-size: 30px;
        line-height: 32px;
    }
    .titulo_principal_morado {
        font-size: 25px;
        line-height: 27px;
    }
    .text_contenedor_morado {
        font-size: 14px;
        line-height: 16px;
    }
    .text_legal_morado {
        font-size: 15px;
        line-height: 17px;
    }
}
