﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Open Sans", Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Garantiza que ocupen toda la ventana del navegador */
}

body {
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;
    color: #ffffff;
}
    a:hover {
        color: #ffffff;
    }
.main-content {
    flex: 1; /* Empuja al footer hacia abajo si el contenido no llena la página */
}

.icono-valing-center {
    vertical-align: middle;
    margin-top: -0.125em
}

span.markYellow {
    background: yellow;
}

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
}

.navbar-brand {
    padding: 0 !important;
    margin-left: 20% !important;
}

.navbar {
    min-height: 120px;
    margin-bottom:0px!important;
}



img {
    vertical-align: middle;
}

img {
    border: 0;
}

nav.navbar {
    background-color: rgb(255, 255, 255) !important;
    color: #131313;
    border-bottom: 2px solid #EDEDED;
}

#introTitle {
    text-align: center;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 200;
}

.border_caja {
    border-style: solid;
    border-width: 1px;
    border-color: #EDEDED;
    padding: 0 16px 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}


.cabeceraForm, .bs-callout-warning h4 {
    color: #131313 !important;
}

p {
    margin: 0 0 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    text-align: left;
}

.information-container {
    display: flex;
    justify-content: center;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;

    width: 65%;
    color: #333;
}

.bs-callout-warning {
    border-left-color: #3752c7 !important;
}

.border_caja {
    background-color: #FFFFFF !important;
    color: #131313;
}



h4, .h4 {
    font-size: 18px;
}

.input-group .form-control{
    width:101.5% !important;
}

.separator {
    width: 150px;
    height: 5px;
    background-color: #ED1F1F
}
.container-message{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.container-message>div {
    width:67%;
}
.footer-container {
    background-color: #272727;
    color: #FFFFFF;
    padding-top: 70px;
}
.map-img {
    background: url("https://www.coplaspalmas.org/img/map-img.png") 5px 60px no-repeat;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
footer h2 {
    color: #eee;
    font-size: 18px;
    font-weight: 200;
}
footer a, .copyright a, footer a:hover, .copyright a:hover {
    color: #3752C7;
}
.link-list a, .footer-v1 .link-list i {
    color: #eee;
}
.link-list li:first-child {
    border-top: none !important;
}
.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
    .headline h2, .headline h3, .headline h4 {
        border-bottom: 2px solid #3752C7;
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
    }
.link-list li {
    border-top: solid 1px #353535;
}
    .link-list li i {
        color: #bbb;
        float: right;
        margin-top: 10px;
    }
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
 .footer-socials {
    margin-top: 12px;
    text-align: right;
}


.footer-socials li a {
    color: #777;
    font-size: 16px;
}
.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.copyright {
    background: #222;
    border-top: none;
    padding: 10px 0 5px;
}
.footer-col > div {
    margin-bottom: 30px;
    font-size: 16px;
}

.footer-sections div {
    margin-bottom: 40px;
}

.img-row {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.img-row-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 75%;
    border-bottom: 1px solid #EDEDED;
    padding: 20px;
    margin-bottom: 20px;
}

    .img-row-container img {
        width: 112px;
        height: 77px;
    }

.legal-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.legal-container-text {
    display: flex;
    justify-content: start;
    width: 75%;
    height: 100px;
    margin: 0;
    font-size:15px;
}

.header-container {
    width: 100%;
    height: 50px;
}

.footer-social {
    display: flex;
}

.image-size {
    border-radius: 50%;
    width: 40px;
    border: 1px solid white;
    margin: 5px;
    padding: 5px;
}

.how-works-section {
    text-align: start;
    margin-top: 30px;
    color: #131313;
    background-color: #ededed;
    padding: 30px;
    border-radius: 20px
}

.container-steps {
    margin-top: 50px;
    display: flex;
    font-size: 15px;
   flex-direction:column;
   align-items: center;
   width: 65%;
   justify-content: center;
}
.step-head {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #95a5a6;
    align-items: center;
    color: white;
    padding: 5px 15px;
    font-size: 18px;
    gap:10px;
}

.step-arrow-md {
    display: block;
}

.step-arrow-sm {
    display: none;
}

.container-steps-section {
    width: 100%;
    color: #333;
}

.icon {
    height: 35%;
}

.list-element {
    font-weight: 500;
}

.section-description {
    margin-left: 30px;
    font-size: 14px;
}

@media (max-width: 1025px) and (min-width: 769px) {
    .header-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-brand {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    a.logo {
        text-align: center;
    }

        a.logo > img {
            height: 61px;
            object-fit: cover;
        }
}

@media (max-width: 768px) {
    .header-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-brand {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .img-row-container {
        display: flex;
        flex-wrap: wrap;
    }
    a.logo {
        text-align: center;
    }
        a.logo > img {
            height: 61px;
            object-fit: cover;
        }

    .footer-row {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .step-arrow-md {
        display: none;
    }

    .step-arrow-sm {
        display: block;
    }
}
@media (max-width: 425px) {




}



