
/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                                GLOBAL
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

body{
    font-family: 'Quicksand', sans-serif;
    background-color: #112746;
}

h1{
    text-align: center;
}

h1 i{
    color:#a79b5d;
    border-radius: 50%;
    padding: 13px;
}

.divider{
    border-top: 2px solid #a79b5d;
    margin: 10px 0px 95px 0px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                                INICIO
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

#contenedor_carga{
    background-color: rgba(0, 0, 0, 0.31);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}

#carga{
    border: 7px solid #CCCCCC;
    border-top-color: #a79b5d;
    border-top-style: groove;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
    -webkit-animation: girar 1.6s linear infinite;
    -o-animation: girar 1.6s linear infinite;
    animation: girar 1.6s linear infinite;
}

@keyframes girar{
    from{ transform: rotate(0deg);}
    to{ transform: rotate(360deg);}
}

.inicio{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.inicio h1{
    font-size: 30pt;
    padding-top: 50%;
}

.inicio p{
    font-size: 11pt;
}



.carousel-inner .cmain, .carousel-item .cmain {
    height: 100vh;
}

#myCarousel img {
    height: 100vh;
}


/* HMHMHMHMHMHMHMHMHM --------- MEDIA ---------- MHMHMHMHMHMHMHMHMHM */

@media only screen and (max-width: 575px){
    .carousel-inner .cmain, .carousel-item .cmain {
        width: 200%;
        margin-left: -50%;
        overflow: hidden;
    }
    #myCarousel img {
        width: 200%;
    }
}

@media only screen and (min-width: 576px){
    .inicio h1{
        font-size: 35pt;
        padding-top: 35% !important;
    }
    #lugar{
        padding-top: 7%;
    }
}

@media only screen and (min-width: 768px){
    .inicio h1{
        font-size: 35pt;
        padding-top: 25%;
    }
    .inicio p{
        font-size: 21pt;
    }
    #lugar{
        padding-top: 6%;
    }
}

@media only screen and (min-width: 992px){
    .inicio h1{
        font-size: 70pt;
        padding-top: 20%;
    }
}


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                                LOGO
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

.logo{
    width: 12.5em;
    height: 12.1em;
    margin-top: 2.5em;
    transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}
  
.logom{
    width: 4em;
    height: 4em;
    margin-top: -0.5em;
    transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              NAVBAR
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

.navbar{
    background-color: rgba(0,0,0,.0)!important;
    padding: 10px 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background-color: rgba(255,255,255,.5);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #a79b5d;
}

.navbar a{
    color: #FFFFFF !important;
}
.navbar a:hover{
    color: #a79b5d !important;
}

.cambiarMenu{
    background-color: #132a49 !important;
    /* background-image: linear-gradient(141deg, #1f3c64 0%, #112746 51%, #0b192e 75%); */
}

.cambiarMenu a{
    color: #a79b5d !important;
}

.cambiarMenu .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

#barraNavegacion .active a{
    color:#a79b5d !important;
    /* border-bottom: 1px solid; */
    padding-bottom: 0px;
}


/* HMHMHMHMHMHMHMHMHM --------- MEDIA ---------- MHMHMHMHMHMHMHMHMHM */

@media only screen and (max-width: 767px){
    .logo{
       display: none;
    }
      
    .logom{
        display: none;
    }
}

@media only screen and (min-width: 576px){
    
}

@media only screen and (min-width: 768px){
   
}

@media only screen and (min-width: 992px){
  
} 


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              LOCACIONES
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

#locaciones{
    padding-top:6%;
    padding-bottom:3%;
    background:#193153;
    background-image: linear-gradient(141deg, #1f3c64 0%, #112746 51%, #0b192e 75%);
    color: #CCCCCC;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
}

#locaciones li {
    list-style: none;
}

.carousel{
    position: relative;
    margin-bottom: 100px;
}

.carousel img{
    height: 450px;
    width: auto;
}

#locaciones h1 {
   color: #a79b5d;
   padding: 75px 0px 0px 0px;
   font-size: 39pt !important;
}

#locaciones h5 {
    color: #a79b5d !important;
    font-weight: bolder !important;
}

#locaciones p{
    font-size: 19px;
    text-align: justify;
}
#locaciones h5{
    font-size: 23px;
    font-weight: 900 !important;
}

#locaciones .card-text{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

#locaciones .imgNosotros{
    width: 100%;
    align-content: center;
}

.dividerLocaciones{
    border-top: 2px solid #a79b5d;
    margin: 20px 0px 20px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.btn-card{
    color: #fff;
    background-color: #a79b5d;
    border-color: #a79b5d;
}

.btn-card:hover{
    color: #a79b5d;
    background-color: #FFFFFF;
    border-color: #a79b5d;
}


.socialicon {
    margin: 10px 10px 10px 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #a79b5d;
    border-radius: 50%;
    font-size: 30px;
    color: #FFFFFF;
    padding-top: 10px;
}

.socialicon:hover{
    color: #a79b5d;
    background: #fff;
    transition: .5s ease-in-out;
    border: 1px solid;

}

#social{
    padding-top: 90px;
    text-align: center;
}




.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	right:30px;
    background-color:#a79b5d;
    opacity: 0.75;
	color:#FFFFFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #a79b5d;
    background-color:#FFFFFF;
}

.my-float{
	margin-top:10px;
}







/* HMHMHMHMHMHMHMHMHM --------- MEDIA ---------- MHMHMHMHMHMHMHMHMHM */

@media only screen and (max-width: 575px){
    #locaciones {
        background-size: contain;
        background-repeat: repeat;
    }
}

@media only screen and (min-width: 576px){
    
}
 
@media only screen and (min-width: 768px){
  
}
 
@media only screen and (min-width: 992px){
    
} 


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              UBICACION
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

#ubicacion{
    padding-top:5%;
    padding-bottom: 3%;
    background:#193153;
    background-image: linear-gradient(141deg, #1f3c64 0%, #112746 51%, #0b192e 75%);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
    color: #000000;
}

#ubicacion h1 {
    color: #a79b5d;
    padding: 75px 0px 0px 0px;
    font-size: 39pt !important;
}

#map{ 
    height: 400px;
    width: 100%;
    margin-bottom: 70px;
    margin-left:auto;
    margin-right:auto;
    border: 2px solid #BDBDBD;
}

#ubicacion p{
    font-size: 15px;
    text-align: justify;
}

/* HMHMHMHMHMHMHMHMHM --------- MEDIA ---------- MHMHMHMHMHMHMHMHMHM */

@media only screen and (max-width: 575px){
    #ubicacion {
        background-size: contain;
        background-repeat: repeat;
    }
}

@media only screen and (min-width: 768px){
    #ubicacion p{
        font-size: 23px;
    }
}


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              FOOTER
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

footer{
    color: #FFFFFF;
    background-image: url(../img/bgFooterMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
    padding: 0px;
}

.bgFooter{
    padding:60px 15px !important;
    background: rgba(0,0,0,0.6);
}

footer p{
    font-size: 15pt;
    margin-bottom: 0px;
}

footer  .telefono{
    font-size: 25px;
    padding: 25px 0px 0px 0px;

}

footer a {
    color:#F1F1F1F1;
}
footer a:hover {
    color:#a79b5d;
}

footer ul{
    padding: 0px;
}

footer li{
    list-style:none;
    text-align: center;
}

.dividerFooter{
    border-top: 2px solid #a79b5d;
    margin: 25px 0px 25px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog{
    color: #000000;
}
.modal-dialog h5{
    color: #a79b5d !important;
}

.modal-dialog p{
    margin-bottom: 15px;
    font-size: 14px;
}

footer .btn-secondary{
    background-color: #a79b5d !important;
    border: #a79b5d !important;
}



@media only screen and (max-width: 575px){
    footer {
        /* padding-top:20px;
        padding-bottom:65px; */
        background-size:contain;
        background-repeat:repeat;
    }
}
 
@media only screen and (min-width: 768px){
    footer{
        background-image: url(../img/bgFooter.jpg);
    }
    #footer li{
        position: relative;
        display: inline-block;
        padding: 0px 15px;
    }
}
 
@media only screen and (min-width: 992px){
    
    .modal-dialog {
        max-width: 75%;
    }
    
} 


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              SCROLL
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

.scroll-top {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 90px;
    right: 35px;
    display: none; /* Estara oculto por defecto */
    text-indent: -9999px; /* Oculta el texto del enlace */
    z-index: 1000; /* Evita que otros elementos esten por encima */
    background: url('../img/arriba.png') no-repeat;

}

/* Estilo para generar un efecto al posicionar el puntero encima del boton */
.scroll-top:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

