
/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                                GLOBAL
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

body{
    font-family: 'Quicksand', sans-serif;
    background-image: linear-gradient(141deg, #1f3c64 0%, #112746 51%, #0b192e 75%);
    /* background-image: url(../img/bgAzul.jpg); */
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

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;
    background-image: url(../img/coverMobile.jpg);
    background-repeat: no-repeat;
    background-size: 400%;
    animation: movimiento 21s linear infinite alternate;
    color: #FFFFFF;
    /* font-family: 'Meie Script', cursive; */
    text-align: center;
    position: relative;
}

@keyframes movimiento{
    from{background-position: left;} to {background-position: right;}
}


.bgInicio{
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    background: -webkit-linear-gradient(left,#000000,#1b2230);
    opacity: 0.41;
}

#lugar{
    padding-top: 40%;
}
.inicio h1{
    font-size: 19pt;
    padding-top: 80%;
}

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

/* .inicio button{
    width: 200px;
    height: 50px;
    background-color: transparent;
    color: #FFFFFF !important;
    border-radius: 0px;
    border-color: #FFFFFF;
    font-size: 16pt;
} */

/* .inicio button:hover{
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
} */




@media only screen and (max-width: 575px){
    
}

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

@media only screen and (min-width: 768px){
    .inicio{
        background-image: url(../img/cover.jpg);
        background-size: 155%;
        animation: movimiento 21s linear infinite alternate;
    }
    .inicio h1{
        font-size: 30pt;
        padding-top: 35%;
    }
    .inicio p{
        font-size: 21pt;
    }
    #lugar{
        padding-top: 7%;
    }
}

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


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                                LOGO
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

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


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              NAVBAR
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

   /* #barraNavegacion{
    display: none;
} */

.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;
}

#barraNavegacion .idioma {
  color: #000000;
  text-decoration: none;
  padding-left: 0px;
  margin-left: -30px;
}

#barraNavegacion .idioma:visited {
  color: #000000;
}

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



.cambiarMenu{
    background-color: #132a49 !important;
}

.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:#CCCCCC !important;
    /* border-bottom: 1px solid; */
    padding-bottom: 0px;
}



 

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

    /* .navbar{
        background-color: rgba(0,0,0,.9)!important;
    } */
}



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

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

@media only screen and (min-width: 992px){
    #barraNavegacion .idioma {
        margin-left: 0px;
      }
} 


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              LOCACIONES
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

#locaciones{
    padding-top:6%;
    padding-bottom:3%;
    /* background:#FFFFFF; */

    /* background-image: linear-gradient(141deg, #1f3c64 0%, #112746 51%, #0b192e 75%); */

/* 
    background-image: url(../img/bgGoldMobile.jpg);
    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;
    color: #CCCCCC;
}

#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;
   /* padding-left: 15px; */
}

#locaciones .slogan{
    font-size: 30px;
    color: #a79b5d !important;
    /* text-align: justify; */
}

#locaciones p{
    font-size: 19px;
    text-align: justify;
}

#locaciones .imgNosotros{
    /* padding: 40px 10px; */
    width: 100%;
    align-content: center;
}

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


@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){
    /* #locaciones{
        background-image: url(../img/bgGold.jpg);
    } */
}
 
@media only screen and (min-width: 992px){
    
} 


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              GALERIA
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

#galeria{
    padding-top:3%;
    padding-bottom: 11%;
    /* background:#FFFFFF; */

   /*  background-image: url(../img/bgAzul.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
 */
    color: #CCCCCC;
}

#galeria h1 {
    color: #a79b5d;
    padding: 75px 0px 0px 0px;
    font-size: 39pt !important;
    /* padding-left: 15px; */
 }



#galeria img {
    width:100%;
    padding: 0px;

    /*margin-right:auto;*/
    /*margin-left:auto;*/
    height: auto;

    /*-webkit-box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
    /*box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
}

.migaleria-item{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    /*-webkit-box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
    /*box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
}

.migaleria-img{
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

/* .migaleria-text{
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    padding:15px;
    background: rgba(0,0,0,0.5);
    color: #fff;

    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
} */

/* .migaleria-text a{
    top:20%;
    color:#FFF;
} */

/* .migaleria-text p{
    text-align: justify;
    font-size: 15px;
} */

.migaleria-item:hover .migaleria-text{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.migaleria-item:hover .migaleria-img{
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}


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

@media only screen and (min-width: 576px){
    
}
 
@media only screen and (min-width: 768px){
   /*  #galeria{
        background-image: url(../img/bgGray.jpg);
    } */
}
 
@media only screen and (min-width: 992px){
    
} 


/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              PAQUETES
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

   #paquetes{
    /* padding-top:11%; */
    /* padding-bottom: 13%; */
    /* background:#303030; */
    width:100% !important;
    color: #000000;
    background-color: #f0f0f0;
    background-image: url(../img/bgPaquetesMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.bgPaquetes{
    /* padding:60px 15px !important; */
    /* height: 100vh; */

    background: rgba(0,0,0,0.45);
}


/*#bar div{
    padding-right: 0;
}*/

/* #paquetes img{
    width: 100%;
    height: auto;
    padding: 1px;
} */

/* #paquetes .logoPaquetes{
    width:50px;       
    height:50px;       
    margin: auto;
    background: url(../img/logoPaqNegro.png);
    overflow:hidden;
    border: none;
} */

/* #paquetes .logoPaquetes:hover{
    background: url(../img/logoPaqBlanco.png);
} */

#paquetes .ipaquetes {
    color: #FFFFFF;
 }

#paquetes h1 {
    color: #FFFFFF;
    padding: 75px 0px 0px 0px;
    font-size: 39pt !important;
    /* padding-left: 15px; */
 }

#paquetes ul {
    /* line-height: 30px; */
    vertical-align: middle;
    /*padding-left: 15px;*/
}

#paquetes li {
    margin-top: 5px;
    list-style: none;
}

#paquetes .paquetes-items{
   
    width: 100% !important;

    background-color: rgba(256,256,256,.75);
    border: 1px solid #a79b5d !important;
    /* padding-top: 30px; */
    padding:15px;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    margin-top: 17px;

    margin-bottom: 13%;

}


#paquetes .miMenu-item{
    width: 100%;
    height: 210px;
    margin-top: 17px;
    margin-bottom: 17px;
}

#paquetes .miMenu-item i{
    margin-top: 7px;
    margin-bottom: 5px;
}

#paquetes .miMenu-item p{
    font-size: 19px;
}


#paquetes .miMenu-item .miMenu-behind{
    height: 100%;
    position: absolute;
    bottom: 0;
    padding:15px 10px 10px 10px;
    color: #000000;
    background-color: rgba(256,256,256,.75);
    border: 1px solid #a79b5d !important;
    text-align: center;
}

#paquetes .miMenu-item .miMenu-behind:hover{
   
    /* color: #FFFFFF;
    border: 1px solid #005933 !important;
    background-color:  #005933 !important; */
    background-color: rgba(256,256,256,1) !important;

    
}


#paquetes .divisorPaquetes {
    border-top: 1px solid #BDBDBD;
    margin: 50px 0px 50px 0px;
    margin-left: auto;
    margin-right: auto;
 }

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







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

@media only screen and (min-width: 768px){
    .imagenBar{
        margin: 0px;
        padding: 0px !important;
    }

    #paquetes{
        background-image: url(../img/bgPaquetes.jpg);
    }

}
 



/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              SERVICIOS
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

#servicios{
    padding-top:9%;
    padding-bottom: 3%;
    /* background:#FFFFFF;
    background-image: url(../img/bgGold.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat; */
    width:100% !important;
    color: #CCCCCC;
}

#servicios h1 {
    color: #a79b5d;
    padding: 75px 0px 0px 0px;
    font-size: 39pt !important;
    /* padding-left: 15px; */
 }

 #servicios li{
    list-style:none;
}

 #servicios img{
     width: 100%;
     margin-top: 17px;
margin-bottom: 17px;

 }

#servicios .slogan{
    font-size: 25px;
    color: #A8B6C6 !important;
    /* text-align: justify; */
}

#servicios p{
    font-size: 19px;
    /* text-align: justify; */
}

 


.miMenu-item{
    width: 100%;
    height: 350px;
    margin-top: 17px;
    margin-bottom: 17px;
    
    /*-webkit-box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
    /*box-shadow: 5px 6px 9px 3px rgba(0,0,0,0.5);*/
}

.miMenu-item ul{
text-align: left;
margin: 0px;
padding: 5px 0px 0px 15px;
}




.miMenu-item .miMenu-behind{
    /* width: 100%;
    height: auto;
    border-radius: 0px;
    border: 1px solid #14C5D4 !important;
    color: #000000;
    padding: 15px; */
    width: 90%;
    height: 100%;
    position: absolute;
    bottom: 0;
    padding:10px 10px 10px 10px;
    color: #000000;
    background-color: rgba(256,256,256,.75);
    border: 1px solid #a79b5d !important;
    text-align: center;
}


.miMenu-item .miMenu-behind:hover{
   
    color: #FFFFFF;
    border: 1px solid #a79b5d !important;
    background-color:  #a79b5d !important;
    
}



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

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

   /*  #servicios{
        background-image: url(../img/bgGold.jpg);
    } */

    #servicios img{
        padding-top: 20%;
    }

}



/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              UBICACION
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

   #ubicacion{
    padding-top:9%;
    padding-bottom: 3%;
   /*  background:#FFFFFF;
    background-image: url(../img/bgGrayMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat; */
    width:100% !important;
    color: #CCCCCC;
}

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

#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;
}

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

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

   /*  #ubicacion{
        background-image: url(../img/bgGray.jpg);
    } */

    #ubicacion p{
        font-size: 23px;
        /* text-align: justify; */
    }

}





/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              CONTACTO
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

#contacto{
    padding-top:9%;
    padding-bottom:3%;
   /*  background:#FFFFFF;
    background-image: url(../img/bgGold.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat; */
    width:100% !important;
    color: #CCCCCC;
}

#contacto .slogan{
    font-size: 25px;
    color: #A8B6C6 !important;
    /* text-align: justify; */
}

#contacto h1 {
    color: #a79b5d;
    padding: 75px 0px 0px 0px;
    font-size: 39pt !important;
    /* padding-left: 15px; */
 }

#contacto p{
    font-size: 19px;
    /* text-align: justify; */
}




.campoContacto{
    background-color: #FFFFFF !important;
    border-radius: 0px;
    height: 45px;
    border-color: #a79b5d !important;
}

#mensaje {
    background-color: #FFFFFF !important;
    border-radius: 0px;
    border-color: #a79b5d !important;
}

#btncontact {
    color: #a79b5d !important;
    background-color: #FFFFFF !important;
    border-color: #a79b5d !important;
    border-radius: 0px;
    width: 200px;
    height: 45px;
}

#btncontact:hover{
    background-color: #a79b5d !important;
    border-color: #a79b5d !important;
    color: #FFFFFF !important;
}

#contacto ul{
    padding: 0px;
    text-align: center;
}

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

#contacto a{
    color:#CCCCCC;
}

#bodascom{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.contactoicon {

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



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

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

}


.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;
}


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

@media only screen and (min-width: 576px){
    
}
 
@media only screen and (min-width: 768px){
   /*  #contacto{
        background-image: url(../img/bgGold.jpg);
    } */
}
 
@media only screen and (min-width: 992px){
    
} 


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

/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              FOOTER
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */


footer{
    color: #FFFFFF;
    background-image: url(../img/bgFooter.jpg);
    background-position: center center;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    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 (min-width: 768px){
    #footer li{
        position: relative;
        display: inline-block;
        padding: 0px 15px;
    }
}



@media only screen and (min-width: 576px){
    
}
 
@media only screen and (min-width: 768px){
   
   
}
 
@media only screen and (min-width: 992px){
    
    .modal-dialog {
        max-width: 75%;
    }
    
} 



/* HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM
                              SCROLL
   HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

/* Estilo para el boton "Ir Arriba" */
.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;
}



