﻿/*body {
    padding-top: 0px;
    color: #213b73;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5;
}*/

.acheader {
    background-color: #005DAA;
    color:white;
    font-weight:700;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
}

body {
    background: #fff;
    color: #213b73;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.fuenteExtra{
    font-family:Poppins-ExtraBold;

}

.fuentePopinnsregular {
    font-family: Poppins-Regular;
}




.btnidioma {
    color: inherit;
    font-family: Poppins-Regular;
    cursor: pointer;
    font-size:0.8rem !important;
    font-weight: 300 !important;
    position: relative;
    white-space: nowrap;
    background-color: transparent;
    color: #213b73;
    padding:0;
    margin:0;
 
}

.dropidioma {
    font-size: 0.7rem;
    font-weight: 700;
    position: relative;
    font-family: Poppins-Bold;
    color: #213b73;
    background-color: transparent;
}

.navmenu2 {
    font-size: 1.0rem;
    font-weight: 700;
    position: relative;
    font-family: Poppins-Bold;
    color: #213b73;
    background-color: transparent;
    color: #213b73;
}

.dropnavmenu2 {
    font-weight: 700;
    position: relative;
    font-family: Poppins-SemiBold;
    color: #213b73;
    background-color: transparent;
    font-size: 0.8rem;
    display: inline-block;
    padding: 1rem;
}
.imglaterales {

   
    max-width: 100%;

}
.title__heading-text {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #213b73;
    font-family: Poppins-ExtraBold;
    font-weight: 700;
}

.encmenufooter {
    font-weight: 700;
    position: relative;
    font-family: Poppins-Regular;
    color: #005daa;
    background-color: transparent;
    font-size: 0.8rem;
    display: inline-block;
    padding: 1.2rem;
    text-transform: uppercase;
}

.linksFooter {
    color: #cd94ff;
    font-family: Poppins-Regular;
    align-items: start;
    font-weight: 300;
    font-size: 0.9rem;
    text-decoration-style: none;
}
    .linksFooter:hover {
        color: #8C4C9E;
        text-decoration-style: none;
    }


.linksFooter1 {
    color: #8c4c94;
}
.linksFooter1:hover {
        color: #8C4C9E;
    }




.textBreadcum {
    font-weight: 400;
    position: relative;
    font-family: Poppins-Regular;
    color: #784188;
    background-color: transparent;
    font-size: 0.9rem;
    list-style: none;

}



/*Ofertas*/





/*Localidades*/

.title__Localidades {
   
    line-height: 1.4;
    margin-bottom: 0;
    color: #213b73;
    font-family: Poppins-ExtraBold;
    font-weight: 700;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

/*Tarjetitas Ofertas*/

.cardtituloverde {
    color: #178667;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: .8rem;
    font-family: Poppins-ExtraBold;
}

.cardtituloMorado {
    color: #8c4c9e;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 0.8rem;
    font-family: Poppins-ExtraBold;
}

.cardtxtbody {
    color: #213b73;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    padding: 0.8rem;
    font-family: Poppins-Regular;
}






/*Menu Hamburguesa*/
.container1 {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #213b73;
    margin:5px 0;
    transition: 0.4s;
    font-weight: 700;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
    height: 5px;
    width: 25px
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -6px);
    transform: rotate(45deg) translate(-7px, -7px);
    height: 5px;
    width: 25px
}

.change .bar2none {
    display: none;
    font-size: 8px;
    background-color: #213b73;
}

.line{
    background-color:aqua;
}

/*.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;*/ /* this can also be static */
/*}*/

/*Sidebar*/
.sidebarview {
    /*height: 75%;*/
    width: 40%;
    position: absolute;
    /*top: 78px;*/
    right: 0%;
    background-color: #e5e5e5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 10;
    float: right;
    padding: 0;
    margin: 0;
}

.sidebarnone {

    height: 100%;
    width: 0px;
    position: absolute;
    top: 74px;
    right: 0%;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 10;
    float: right;
}


.linkacordion{
    text-decoration:none;
    list-style:none;
}

.accordion-button1 {
    color: #213b84;
    background-color: #e5e5e5;
 
}


@media (max-width: 768px) {
    .sidebarview {
        height: 75%;
        width: 100%;
        position: absolute;
        top: 75px;
        right: 0%;
        background-color: #e5e5e5;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 10;
        float: right;
        padding: 0;
        margin: 0;
    }

    .title__heading-text {
        font-size:24px;
        line-height: 1.4;
        margin-bottom: 0;
        color: #213b73;
        font-family: Poppins-ExtraBold;
        font-weight: 500;
    }
}

@media (max-width: 660px) {

    .title__heading-text {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 0;
        color: #213b73;
        font-family: Poppins-ExtraBold;
        font-weight: 500;
    }

    .sidebarview {
        height: 75%;
        width: 100%;
        position: absolute;
        top: 75px;
        right: 0%;
        background-color: #e5e5e5;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 10;
        float: right;
        padding: 0;
        margin: 0;
    }
}


@media (min-width: 860px) {
    .sidebarview {
        height: 75%;
        width: 100%;
        position: absolute;
        top: 75px;
        right: 0%;
        background-color: #e5e5e5;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 10;
        float: right;
        padding: 0;
        margin: 0;
    }
}