/*
    Theme Name:  Eversure
    Theme URI:   https://www.eversure.com
    Author:      Wired & Linked
    Author URI:  https://www.wiredandlinked.com
    Description: Tema a medida para Eversure
    Text Domain: eversure
    Version:     1.0.0
    License:     GNU General Public License v3.0 /
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags:        two-columns, custom-menu, custom-logo, featured-images, full-width-template, translation-ready
*/

.custom-row {
    display: flex;
    flex-wrap: wrap;
}

.custom-column {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
    flex: 0 0 50%; /* Prevents the columns from growing or shrinking */
    max-width: 50%; /* Ensures the column does not exceed 50% width */
    box-sizing: border-box; /* Include padding and border in the element's total width */
	padding: 0 1em;
}

@media (max-width: 1199px) {
    .custom-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.main-content, .main-content-background-image
{
	min-height:calc(100vh - 350px);
}

.country-block .country-header {
	margin-top: 2em;
	padding-bottom: 1em;
	font-weight: bold;
	color: #364658;
}

.country-block .country-entity-details {
	padding-top: 0.5em;
	font-size: 0.8em;
}

.country-block .country-entity-details a {
	text-decoration: none;
}

.country-body {
	display:flex;
}

.country-entity {
	padding-right: 1em;
}

.about-us-block {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
}

.about-us .title {
    font-size: 1.75rem;
    line-height: 1.2;
    color: #364658;
    text-align: center;
    font-weight: 700;
}

.about-us .subtitle {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #364658;
    font-weight: 700;
}

.about-us .who-we-are-image {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.who-we-are {
    background-color: #dfe0e1;
}

.who-we-are .content {
    margin-top:1.45rem;
}

.meet-the-team .picture {
    display: flex;
    justify-content: center;
}

.how-it-all-happened {
    background-color: #dfe0e1;

}

.how-it-all-happened .content {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    #reviewsCarousel .carousel-inner .carousel-item > div {
        display: none;
    }
    #reviewsCarousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

@media (min-width: 768px) {

    #reviewsCarousel .carousel-inner .carousel-item.active,
    #reviewsCarousel .carousel-inner .carousel-item-next,
    #reviewsCarousel .carousel-inner .carousel-item-prev {
        display: flex;
    }
}

#reviewsCarousel .carousel-inner .carousel-item-end.active,
#reviewsCarousel .carousel-inner .carousel-item-next {
    transform: translateX(0);
}

#reviewsCarousel .carousel-inner .carousel-item-start.active,
#reviewsCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(0);
}

#reviewsCarousel .card {
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#reviewsCarousel .card-img {
    width: 150px;
    margin: 30px auto;
}

.faq {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y:bottom;
}

.faq .title {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.167;
    font-weight: 700;
}

.faq a.faq-link,
.faq a.faq-link:hover,
.faq a.faq-link:visited,
.faq a.faq-link:link,
.faq a.faq-link:active
{
    text-decoration: none;
}


.faq .faq-title {
    background-color: #56c597;
    color: #fff ;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    border-radius: 4em;
    padding-left: 2em;
    margin-top: 2em;
}

.faq a.collapsed .faq-title {
    background-color: #fff;
    color: #364658 ;
}

.faq .faq-content {
    margin-left: 2rem;
    margin-right: 2rem;
    border-top-left-radius:0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.faq .faq-footer {
    padding-top: 3rem;
}

.faq .faq-title .card-body {
    display: flex;
    justify-content: space-between;
}

.claims-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    padding-bottom: 8rem;
}

.claims-page .claims-title {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.16666667;
    text-align: center;
    font-weight: 700;
    padding-top: 5rem;
}

.claims-intro {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 1.45454545rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    max-width: 35rem;
    margin-right: auto;
    margin-left:auto;
}

.claims-page .content {
    display: flex;
    justify-content: center;
}

.claims-page .card {
    margin-top: 1.5rem;
    max-width: 53rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 2em;

}

.flex-center {
    display:flex;
    justify-content: center;;
}

.claims-page .btn {
    width: 20rem;
    background-color: #56c597;
    border: 1px solid #fff;
    padding: 0.75rem 2.625rem 0.8rem;
    border-radius: 1em;
    font-size: 30px !important;
    line-height: 1.2;
}

.claims-page .btn::after {
    content: '\203A';
    display: inline-block;
    margin-left: 1em;
    transform: scale(1.5);
}

.claims-page .btn:active {

    background-color: #17e791;
    border: 1px solid #fff;

}

.policy-documents-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    padding-bottom: 8rem;
}

.policy-documents-page .policy-documents-title {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.16666667;
    text-align: center;
    font-weight: 700;
    padding-top: 5rem;
}

.policy-documents-page .content {
    display: flex;
    justify-content: center;
}

.policy-documents-page .card {
    margin-top: 1.5rem;
    max-width: 46rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 2em;

}

.complaints {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.complaints-title {
    display: flex;
    justify-content: center;
    font-size: 2.25rem;
    padding-top: 1.75em;
    font-weight: bold;
    color: white;
}

.small-container {
    width: 75%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.complaint-container {
    background-color: white;
    padding: 2em;
    border-radius: 2em;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 1.25em;
    padding-top: 3em;
    padding-left: 4em;
    padding-right: 4em;
}

.complaints-footer {
    padding-bottom: 2em;
}

.complaint-item h2 {
    margin-top: 0;
}

.complaint-item + .complaint-item {
    margin-top: 1em;
}

.complaints-footer {
    margin-top: 3em;
}

@media (max-width: 768px) {
    .complaint-container {
        padding: 1em;
        margin: 1em;
    }

    .small-container {
        width: 90%;
    }

    .complaints-title {
        font-size: 1.75rem;
        padding-top: 1em;
    }

    .complaints-footer {
        padding-bottom: 1em;
    }
}





