body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.text-justify{
    text-align: justify;
}
.bg-green{
    background-color: #1b4046;
}
.bg-orange{
    background-color: #f6a545;
}
.color-green{
    color: #1b4046;
}
.color-orange{
    color: #f6a545;
}
.color-white{
    color: #ffffff;
}
.div-header{
    min-height: 100px;
}
.logoimg{
    height: 60px;
    margin: 20px;
}
.icon-menu{
    border: 1px solid #ffffff;
    color: #ffffff;
    opacity: 1;
    width: 10vw;
    margin: 10px;
}
.text-right{
    text-align: right;
}
.menu-responsive {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80vw;
    background: #f6a645;
    z-index: 99999999;
    padding: 20px;
    display: none;
}

.menu-responsive ul{
    list-style: none;
}
.menu-responsive ul li{

    border-bottom: 2px solid #1b4046;
}

.linkmenu-responsive{
    color: #1b4046;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

.linkmenu-responsive:hover{
    color: #f6a545;
}
.icon-menu-div{
    background: none;
    border: none;
    position: relative;
    top: 20px;
}
.menu{
    display: block;
    width: 100%;
    text-align: right;
    padding: 30px;
}
.linkmenu{
    color: #ffffff;
    font-weight: bold;
    padding: 0px 10px;
    border-left: 2px solid #ffffff;
    text-decoration: none;
}
.linkmenu:hover{
    color: #f6a545;
}

.icon-menu-div-cerrar{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #1b4046;
    font-size: 20px;
    font-weight: bold;
}
.icon-menu-div-total{
    width: 100vw;
    height: 100vh;
    z-index: 99999998;
    display:none;
    position: absolute;
    top: 0px;
}
.boderleftnone{
    border-left: 0px solid #ffffff;
}
.nosotrosimg{
    width: 100%;
}

.div-destinos{
    text-align: center;
    padding: 1.5rem 0px;
}
.banderasdiv{
    text-align: center;
}
.banderasimg{
    height: 80px;
}
.div-servicios{
    text-align: center;
    padding: 1.5rem 0px;
}
.serviciosdiv{
    text-align: center;
}
.serviciosimg{
    height: 50px;
}


.destinosimg{
    width: 100%;
}
.destinosdiv{
    padding: 1vw;
}
h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}
h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
h3{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}
p{

    font-size: 14px;
}
.toursdiv{
    text-align: center;
}
.toursimg{
    height: 15vw;
}
.testimoniosimg{
    height: 17vw;
    float: left;
    top: -2vw;
    position: relative;
    left: -4vw;
    z-index: 9;
}
.testimoniosdiv{
    text-align: initial;
    padding: 0.2vw;
}

.testimoniosdiv p{
    position: relative;
    left: -3vw;
}

.div-footer{
    padding: 1.5rem;
}
.contactenosdiv{

}
.linkcontactenos{
    color: #ffffff;
    text-decoration: none;
    margin: 20px 0px;
}
.iconocontactenos{
    height: 30px;
}


.serviciospage{
    border: 1px solid #1c4046;
    text-align: left;
    padding: 2vw;
}
.serviciospageh3{
    text-align: left ;
}
.serviciospagedivimg{
    position: relative;
}

.serviciospageimg{
    height: 80px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banderasimgprincipal{
    height: 15vw;
}

.sitiosimg {
    height: 10vw;
}
.galeriaimg{
    height: 20vw;
    margin: 1vw;
}
.diaitinerario {
    margin: 1vw;
    padding: 1vw;
}
.div-header-tour{
    min-height: 30vw;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vw;
}
