/*@font-face{   
   font-family: 'metropolis-black';
   src: url('../fonts/Metropolis-Black.woff2') format('woff2'), 
        url('../fonts/Metropolis-Black.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}*/

/*body{
    font-family: "metropolis-black";
}*/
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Black+Han+Sans&family=Montserrat:wght@900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
}

.paleta-colores{
    /*      color: #687A8F; azul*/
    /*      color: #F7C331 boton naranja*/
    /*      color: #F28F3A logo naranja*/

    /*Paleta A:
    #687A8F
    #71A682
    #8A8866
    #76697A
    #C7A69E
    
    
    Paleta B:
    #DB2A94
    #8987ED
    #DED652
    #4DFF7E*/
}


.color-01{
    color: #687A8F;
}
.color-02{
    color: #71A682;
}
.color-03{
    color: #8A8866;
}
.color-04{
    color: #76697A;
}
.color-05{
    color: #C7A69E;
}

.color-06{
    color: #F28F3A;
}

.color-07{
    color: #f28c3a;
}

.allvh{
    min-height: 100vh;
}

.fixed-top{
    padding-top: 6rem;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;

}

.header a{
    color: #F78830;
    text-decoration: none;

}



.big-party-image{
    width: 4rem;
    height: 4rem;
    text-indent: 9999px;
    background: transparent url("../img/hausi_logo_500x500.png") no-repeat left;
    background-size: contain;
}

.little-party-image-party-image{
    width: 4rem;
    height: 4rem;
    text-indent: 9999px;
    background: transparent url("../img/hausi_logo_500x500.png") no-repeat left;
    background-size: contain;
}

.font-big-size{
    font-size: 100px;
    font-size: 9.5vw;
}


.boton-beneficios{
    text-decoration:none;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:40px;
    padding-right:40px;
    background-color:#F7C331;
    border-color: #d8d8d8;
    border-width: 3px;
    border-radius:35px;
}

.text-inicial{
    min-height: 120vh;
}

.bg-iframe{
    position: absolute;
    z-index: 0;
    height: 25rem;
    width: 100%;
    left: 0px;
    border: none;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg-main{
    z-index: 1;
    position: absolute;
    left: 0;
    height: 25rem;
    width: 70%;
    background-color: rgba(26, 26, 26, 0.4);
    margin: 0;
    padding: 0;
}

.main-article{
    z-index: 2;
    position: relative;
}

.space-rectangule{
    height: 10px;
    width: 60%;
    background-color: #71A682;
}

.text-inicial p{
    margin-bottom: 0;
    padding-bottom: 0;
}

.figura-3d{
    max-width: 50%;
}

.font-color{
    color: #687A8F;
}

.font-color-bk{
    color: #ffffff;
}

@media screen and (min-width: 64em){
    .main{
        margin-top: 2rem;
    }
}

.iframe-servicios{
    height: 16rem;
    border: none;
}

.square-service{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.square{
    height: 16rem;
}

.bottom-left{
    background-color: #71A682;
}

.bottom-right{
    background-color: #687A8F;
}


.ventajas{
    min-height: 90vh;
}


.ventajas-img{
    max-width: 30%;
}

.ventajas-img-opc{
    max-width: 20%;
}


.ejem-site{
    padding: 1rem;
    border-width: thick;
    border-style: solid;
    border-color: #F78830;
    border-radius: 1rem;
}

.tarjeta{
    margin-top: 0px;
}

.tarjeta-content{
    background-color: #DACAB4;
    border-radius: 1rem;
}

.iframe-tour{
    height: 18rem;
}

.cotizador{
    min-height: 60vh;
}

.cotizador-box{
    background-color: #F78830;
    width: 60%;
}
.cotizador-img{
    width: 50%;
}

.cotizador-box a{
    text-decoration: none;
}

.form-cotizacion input[type=checkbox]{
    padding: 0px;
    transform: scale(1.5);
}

.form-cotizacion textarea{
    height: 10rem;
}

.input_cotizacion{
    height: 2rem;
    width: 45%;
}


footer{
    height: 45vh;
    background-color: #687A8F;
}

.icon-img{
    width: 2rem;
}

.mapHausi{
    max-width: 22rem;
}

.border-cotizador{
    border-radius: 1rem;
    border-width: 5px;
    border-style: solid;
    border-color: #687A8F;
}

.button_submit input[type='submit']{
    background-color: #F7C331;
    border: none;
    padding: 1.8rem;
    border-radius: 1rem;
    color: #FFF;
    font-size: 2rem;

}

.btn {
    border: none;
    height: 50px;
    width: 200px;
    color: white;
    padding: 14px 28px;
    cursor: pointer;
    border-radius: 5px;
}

.danger {
    background-color: #f44336;
}
.danger:hover {
    background: #da190b;
}

/*<!-- HTML !-->
<button class="button-18" role="button">Button 18</button>*/

/* CSS */
input[type=submit]{
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

input[type=submit]:hover {
    background-color: #16437E;
    color: #ffffff;
}

input[type=submit] {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
}


/* Style the list (remove margins and bullets, etc) */
.ul-treasure-list{
    padding: 0;
    margin: 0;
}

/* Style the list items */
.ul-treasure-list li {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    font-size: 12px;
    
    display: inline-block;
    width: 200px; // or whatever
}

/* Add a light grey background color on hover */
.ul-treasure-list li:hover {
    background-color: #eee;
}

/* Style the close button (span) */
.close {
    cursor: pointer;
    position: absolute;
       right: 0%;
    transform: translate(0%, -50%);
}

.close:hover {
    background: #bbb;
}

.treasure-link {
    cursor: pointer;
    position: absolute;
    transform: translate(0%, -50%);
}

.treasure-link:hover {
    background: #bbb;
}


.treasure input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

.alert_green{
    margin-top: 20px;
    color:green;
}

.alert_red{
    margin-top: 20px;
    color:red;
}

.box{
   border: solid;
   margin: 20px;
   padding: 5px;
   border-radius: 5px;
   border-color: #F28F3A;
}

.box li{
    padding: 5px;
    border-bottom: 1px solid #687A8F;
}

.box-license {
   border: solid;
   margin: 20px;
   padding: 5px;
   border-radius: 5px;
   border-color: #F28F3A;
   width: 200px;
}

.ml_2 {
    margin-left: 2rem;
}



