/* Set padding to keep content from hitting the edges */
.body-content {
    /*margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;*/
    margin: 0;
    padding: 0;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.custom-link {
    color: #ff6363;
    font-size: 1.45rem;
    font-weight: bold;
    text-decoration: none;
}

    .custom-link:hover {
        color: #ff6363;
    }

.custom-button {
    font-size: 1rem;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: black;
}

.fondo-degradado {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 17%, rgba(250,199,198,1) 100%);
    min-height: 480px;
}

.title {
    font-size: 4rem;
    font-weight: bold;
}

.container-title {
    width: 50%;
}

.container-services {
    width: 80%;
    border-radius: 30px;
    background: #ffffff69;
    font-size: 13px;
}


.container-search {
    width: 60%;
    border-radius: 30px;
    background: #ffffff69;
}

.container-partners, .container-explorer {
    width: 80%;
}

.container-search-2 {
    border-radius: 20px;
    background: #ffffff;
}

.form-control {
    width: 80%;
}

.btn-buscar {
    width: 18%;
    border-radius: 25px;
    background: #ff6363;
    color: white;
}

.input-search, .btn-buscar {
    border: 0;
}

    .input-search:focus {
        box-shadow: none;
        border-color: transparent;
    }

.icon-text {
    text-align: center;
}

    .icon-text i {
        font-size: 2rem;
    }

    .icon-text p {
        margin: 0;
    }

.section-txt-img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    padding: 10px;
}

.name {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}

.city {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.card {
    border: 0;
}

.card-body {
    padding: 10px;
}

.card-img-top {
    border-radius: 35px;
}

.line1-card {
    font-size: 13px;
    margin-bottom: 10px;
}

.line2-card, .line3-card {
    font-size: 15px;
    margin-bottom: 10px;
}

.color-txt {
    color: #ff6363;
}

.container-city {
    background: #f7f7f7;
    border-radius: 20px;
}

.btn-conectarse {
    border: 0;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px;
    background: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .btn-conectarse:hover {
        border: 1px;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 20px;
        padding: 10px;
        color: white;
        background: #ff6363;
    }

.txtCorreo {
    border: 0;
    background: #f7f7f7;
}


    .txtCorreo:focus {
        box-shadow: none;
        background: #f7f7f7;
        border-color: transparent;
    }

.txtPass {
    border: 0;
    background: #f7f7f7;
}


    .txtPass:focus {
        box-shadow: none;
        background: #f7f7f7;
        border-color: transparent;
    }

.btn-close:focus {
    box-shadow: none;
    border-color: transparent;
}

.container-email {
    border-radius: 20px;
    background: #f7f7f7;
    width: 65%;
}

.btn-conectar {
    width: 65%;
    background: #ff6363;
    border: 0;
    border-radius: 20px;
    padding: 15px;
    color: white;
    font-weight: 600;
}

.btn-google {
    width: 65%;
    background: #f7f7f7;
    border: 0;
    border-radius: 20px;
    padding: 15px;
    font-weight: 600;
}

.text-question {
    margin: 0;
    color: gray;
    font-weight: 600;
}

.btn-inscribete {
    box-shadow: none;
    border: 0;
    font-weight: 600;
    border-color: transparent;
}

.links-home {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .links-home:hover {
        background-color: white;
        color: black;
        text-decoration: none;
    }


    .links-home i {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .links-home p {
        margin: 0;
        font-size: 14px;
    }

.section-card-img, .section-card-img1 {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
}

    .section-card-img img {
        transition: transform 0.5s ease-in-out;
    }

    .section-card-img:hover img {
        transform: scale(1.09);
    }

.container-services2 {
    width: 80%;
    border-radius: 30px;
    background: #ffffff69;
    font-size: 13px;
}

.btn-buscar-2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff6363;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-buscar-2 i {
        font-size: 20px;
    }

.container-search3 {
    max-width: 380px;
    width: 100%;
    border-radius: 30px;
    background: #f7f7f7;
    padding: 5px;
}

.container-search-3 {
    border-radius: 20px;
    background: #f7f7f7;
}

.input-search3 {
    background: #f7f7f7;
    border-color: transparent;
}

.input-search3 {
    border: 0;
}

    .input-search3:focus {
        box-shadow: none;
        background: #f7f7f7;
        border-color: transparent;
    }

.btn-filters {
    border-radius: 20px;
    border-color: #bebebef7;
}

    .btn-filters:hover {
        border-radius: 20px;
        border-color: #bebebef7;
    }

.btn-view-more {
    width: 40%;
    background: #ff6363;
    border: 0;
    border-radius: 20px;
    padding: 15px;
    color: white;
    font-weight: 600;
}

.container-filter-type {
    font-size: 15px;
}

.form-check-input:checked {
    background-color: #ff6363;
    border-color: #ff6363;
    box-shadow: 0 0 5px #ff6363;
}


/* Estilos Detail - Inicio*/

.container-detail-partner {
    width: 100%;
    border-radius: 30px;
    background: #ffffff69;
    font-size: 13px;
}

.container-profile-partner {
    width: 30%;
}

.service {
    background: #fff1f1;
    padding: 5px 10px;
    border-radius: 20px;
}

    .service p {
        padding: 0;
        margin: 5px;
        color: #ff6363;
        font-weight: 650;
    }

.details-txt {
    width: 80%;
}

.lugar {
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #cbcbcb;
}

    .lugar p {
        padding: 0;
        margin: 5px;
        font-weight: 650;
    }

.acerca-de-txt p {
    font-size: 17px;
    font-weight: 400;
}

.opinion {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #cbcbcb;
    font-size: 15px;
}

    .opinion p {
        padding: 0;
        margin: 0;
    }

.icon-inicial {
    background: #ffcb3f;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    color: #ffcb3f;
}


.container-detail-persona {
    width: 80%;
}


.btn-contactar {
    width: 60%;
    padding: 12px;
    border: none;
    border-radius: 25px;
    background: #ff6363;
    color: white;
    font-weight: 500;
}

.txt-pink {
    color: #ff6363;
    font-weight: bold;
}

.btn-icons-carrusel {
    width: 40px !important;
    height: 40px !important;
    padding: 12px !important;
    border: none !important;
    border-radius: 50% !important;
    background: gray !important;
    font-weight: 500 !important;
    margin-top: 15px;
}

    .btn-icons-carrusel:hover {
        margin-top: 15px;
        width: 40px !important;
        height: 40px !important;
        padding: 12px !important;
        border: none !important;
        border-radius: 50% !important;
        background: black !important;
        color: white !important;
        font-weight: 500 !important;
    }

.btn-1 {
    top: 130px;
}

/* Estilos Detail - Fin*/
