html,body {
    width:100vw;
    height: 100vh;

    overflow:hidden;

    margin:0;
    padding:0;
}
body{
    overflow-y: scroll;
}
html{
    overflow:hidden;
}
.clickable:hover{
    cursor: pointer;
}
/*########### TEXT ###########*/
    *{
        font-family: Arial, Helvetica, sans-serif;
    }
    h3{
        font-size: 40px;

        margin-top:0;
        font-weight: 100;
    }
    h1{
        font-size: 20px;
    }
    p{
        font-size: 15px;
        color: #969696;
    }
    collapse a{
        font-size: 12px;
        color:white;
        text-decoration: none;
    }

/*########### HEADER ###########*/
    header{
        display:flex;
        flex-direction:column;

        background-color: white;
        border-color:#e2e2e2;

        z-index:3;
    }
    /*########### COLAPSABLE HEADER ###########*/
        collapse{
            display:flex;
            flex-wrap: wrap;

            background-color: #6a5540;
            color:white;

            padding: 15px;
            
            transition:0.2s;
        }
        collapse icon{
            margin: 0px 10px;
        }
        #collapseLink3{
            margin-left:auto;
        }
    /*########### TOP MENU ###########*/
        topMenu{
            display:flex;
            flex-direction:row;

            align-items: center;
        }
        topMenu *{
            color:white !important;
            text-transform: uppercase;
        }
        topMenu img{
            width:270px;
            height:42px;

            padding: 27px 12px;
        }
        searchbar{
            display:flex;
            flex-direction: row;
            flex-grow:1;

            height:51px;

            background-color: #f3f3f3;
            
            border:none;
            border-radius:5px;

            margin: 0px 15px;
            padding: 16px 20px;
            box-sizing: border-box;
        }
        searchbar form{
            display:flex;

            width:100%;
        }
        searchbar input{
            width:calc(100% - 51px);

            background-color: transparent;
            color: #b5b5b5;

            border:none;
            outline:none;

            margin:0px;
            padding:0px;
        }
        searchbar i{
            display:flex;
            align-items: center;

            width:min-content;
            height:min-content;

           color: #a1a0a0;

           margin:auto 0px;
        }
        topMenu a{
            text-decoration: none;

            color: black;

            margin:10px 15px;
        }
        topMenu a:hover{
            text-decoration: underline;
        }
        .menu_bar_container{
            margin:0px 15px;
        }
        .menu_bar{
            display:block;
            position:relative;
            height: 32px;
            width: 32px;
        }
        #menu_bar_1{
            position:absolute;
            top:8px;
            left:5px;
            width: 22px;
            height:2px;
        }
        #menu_bar_2{
            position:absolute;
            top:15px;
            left:5px;
            width: 22px;
            height:2px;
            transition:0.01s;
        }
        #menu_bar_3{
            position:absolute;
            top:22px;
            left:5px;
            width: 22px;
            height:2px;
        }

/*########### MENU ###########*/
    #slider{
        /*display: none;*/
        height: 100vh;
        width:100vw;
        position:absolute;
        overflow:hidden;
        overflow-y: auto;
        background-color:white;
        transition:0.5s;
        position:absolute;
        left:0vw;
    }
    #menu{
        height: 100vh;
        width:100vw;
        position:absolute;
        top:0;
        left:0;
        bottom: 0;
        right:0;
        transform: translateX(100%);
        width:350px;
        left:100vw;
        transition:0.5s;
        background: white;
        z-index: 5;
        top: 0;
        margin: 0;
        padding:10px;
    }
    #menu *{
        text-transform: uppercase;
    }
    .menu_content{
        overflow-y:auto;
        overflow-x:hidden;
        padding: 0 20px;
        /* padding-left:40px; */
        /*padding-top:40px;*/
    }
    .exit_btn{
        display:flex;
        width:30px;
        height:30px;
        margin-bottom:40px;
    }
    #exit_btn{
        height:100%;
    }
    li{
        padding:8px;
    }
    ul{
        padding-inline-start: 0px;
        list-style-type: none;
    }
    .menu-item_title{
        font-weight:bold;
        font-size:13px;
    }
    .menu-item_title:hover{
        color:#c49e6d;
    }
    .home{
        font-weight:bold;
        font-size:13px;
        text-decoration:none;
        color:#c49e6d;
    }
    .menu-item{
        text-decoration: none;
        color:black;
        font-size: 13px;
        margin-left:30px;
    }
    .menu-item:hover{
        color:#c49e6d;
    }
    #item_contacto{
        font-weight: bold;
        font-size:13px;
        margin-left:0;
    }
/*########### CONTENT ###########*/  
    content{
        display:flex;
        flex-direction:column;

        width:100vw;
        height: 100%;

        /*overflow:hidden;*/
        /*overflow-y:auto;*/

        transition:0.5s;
    }
    .column{
        display:flex;
        flex-direction:column;
    }
    .row{
        display: flex;
        flex-direction: row;
    }
    /*########### SUB-CONTENT ###########*/
        subContent{
            display:flex;
            flex-direction:column;
            text-align: center;

            width:100%;            

            margin:50px 0px;
            padding:10px 50px;
            box-sizing: border-box;
        }
        .subContentTitle{
            display:flex;
            flex-direction: row;
            align-items: center;

            font-size: 15px; 
            text-transform: uppercase;

            color: #c49e6d;
        }
        .divider{
            flex-grow:1;

            height:0px;

            border:none;
            border-bottom: solid 2px #c49e6d;

            margin:15px;
        }
        /*########### REVOLVE ###########*/
        .revolve{
            display:flex;
            flex-direction:row;

            position:relative;

            width:100%;

            overflow:hidden;

            position:relative;
        }
        .arrow{
            display:flex;
            justify-content: center;
            align-items: center;

            height:50px;
            width:50px;

            position:absolute;
            top:0;
            bottom:0;

            font-size:60px;
            color:white;

            background-color: black;

            border-radius: 50%;

            margin:auto;
            box-sizing: border-box;

            z-index:5;
        }
        .arrow svg{
            width:30%;

            fill:white;
        }
        .left{
            transform: rotate(-90deg);
            left:0;
        }
        .right{
            transform: rotate(90deg);
            right:0;
        }
        #revolveContainer{
            display:flex;
            flex-direction:row;


            top:0;
            left:0;

            height:fit-content;
        }
        .revolveContainer{
            transition:0.5s;
        }
        .revolveItem{
            width:33%;

            margin: 0px 20px;
        }
        .imgMask{
            height:320px;
            overflow:hidden;
            max-width:230px;
            display: flex;
            justify-content: center;
        }
        .imgMask:hover img{
            transform: scale(1.2);
        }
        .imgMask img{
            height:100%;
            
            transition:0.5s;
        }
        /*########### CONTACT ###########*/
            #contactoForm *{
                font-size: 19px;
            }
            #contactoForm input{
                padding:15px 22px;
                outline:none;
                margin-right:14px;
                margin-bottom: 14px;
            }
            #contactoForm h1{
                color:whitesmoke;
            }
        /*########### HOVERSHADOW ###########*/
            .hoverShadow{
                border-radius:10px;
                transition: transform 150ms ease-out, box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms; 
                -moz-transition: transform 150ms ease-out, -moz-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms; 
                -o-transition: transform 150ms ease-out, -o-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms; 
                -webkit-transition: transform 150ms ease-out, -webkit-box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms; 
            }
        .hoverShadow:hover{
            transform: translate3d(0, -15px, 0); -webkit-transform: translate3d(0, -15px, 0); 
	        box-shadow: 0px 0px 55px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 55px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 55px rgba(0,0,0,0.2); 
        }
        


/*########### MENU ###########*/
    menu{
        display:none;
        width:100vw !important;
        height: 100vh !important;
        overflow:hidden;
        box-sizing: border-box;
        padding:0 !important;
    }

.mobile{
    display: none !important;
}
.computer{
    display: initial !important;
}
/*########### MEDIA QUERIES ###########*/
    @media (max-width: 790px) {
        .mobile{
            display:initial !important;
        }
        .computer{
            display:none !important;
        }
        #searchIcon{
            display: none !important;
        }
        #confirmarContactoForm{
            margin:0 16px 0 0 !important;
        }
        html{
            width:100vw;
        }
        h1{
            font-size:15px !important;
        }
        h2{
            font-size: 1em;
        }
        h3{
            font-size: 15px !important;
        }
        header{
            grid-template-columns: auto min-content min-content !important;
        }
        #logo{
            width:50vw !important;
            height: auto !important;
        }
        #headerBackground{
            min-height: 200px !important;
        }
        .menuItemContainer{
            display:none !important;
        }
        #menu{
            width:100vw;
            /*display:flex;*/
        }
        collapse a{
            margin: 2px;
        }
        #collapseLink3{
            margin-left:2px;
        }
        searchbar{
            display:none;
        }
        topMenu a{
            display:none;
        }
        .menu_bar_container{
            margin-left:auto;
        }
        subcontent{
            padding:10px 50px;
            margin:0 !important;
        }
        .revolve{
            overflow:hidden;
            overflow-x:auto;
        }
        .arrow{
            display: none;
        }
        .imgMask{
            height:100px;
        }
        .revolveItem{
            width:30vw;
            margin:0;
        }
        .revolveItem .imgMask{
            max-width: 30vw;
        }
        #clientesContainer{
            overflow: hidden;
            display:grid !important;
            grid-template-columns: auto auto;
        }
        #clientesContainer img{
            width:100%;
            margin:0 !important;
        }
        #lineDivider1{
            margin:0 !important;
        }
        #cardContainer{
            flex-direction: column;
        }
        .hoverShadow{
            width:auto !important;
            padding:20px 10px !important;
            margin:20px !important;
        }
        #asesoresSubContent{
            padding:5px 25px !important;
        }
        #asesoresImg{
            display:none;
        }
        #asesoresContainer{
            margin:15px !important;
            width:100% !important;
        }
        #pedirCitaBtn{
            width:100% !important;
        }
        #consultaSubContent{
            padding:14px 0px !important;
            flex-direction: column-reverse;
        }
        iframe{
            width:90% !important;
            height:auto !important;
        }
        #consultaContainer{
            margin-left:20px !important;
            width:auto !important;
        }
        #contactoForm{
            margin-right:14px;
        }
        #contactoForm input{
            margin:0 !important;
        }
        #contactoForm textarea{
            margin:0 !important;
        }
        #enviarConsulta{
            width:100% !important;
        }
        .revolve{
            width:100% !important;
        }
        .revolveContainer{
            transform: translateX(0);
            justify-content: space-around;
            max-width: 100%;
            width:100%;
            flex-wrap: wrap;
        }
    }