@font-face {
    font-family: 'norwesterregular';
    src: url('font/norwester-webfont.woff2') format('woff2'),
         url('font/norwester-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*{
    font-family: 'Cairo', sans-serif;
}

/*
 * 
 * header */

body{
    background: #000000;
}

.main--image{
    width: 100%;
    height: 100vh;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main--image h1{
    color: #FFFFFF;
    font-size: 60px;
    text-shadow: 0px 0px 40px #000000;
}

header{
    background: #B4B4B8;
    padding: 20px;
    position: absolute;
    z-index: 10;
    width: 100%;
}

header:hover img{
    -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

header .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

header a{
    text-decoration: none !important;
    color: #000000 !important;
	margin-right: auto;
}

header img{
    width: 63px;
    margin-right: 15px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

header h1{
    font-family: 'norwesterregular';
    font-weight: bold;
}

header .container > img{
    width: 250px;
    margin-left: auto;
    height: 35px;
    transition: none;
}

 .menu__header{
    background: #E3E1D9;
    width: 100%;
    padding: 5px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu__header ul{
    padding: 0px;
    margin-bottom: 4px;
}

.menu__header ul li{
	list-style: none;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.menu__header ul li a{
    color: #121212;
    font-weight: bold;
    text-decoration: none;
}

.menu__header ul li a.activo{
    padding-bottom: 16px;
    border-bottom: 5px solid black;
}

.menu__header ul li a:hover{
    opacity: .6;
}

/*.menu__header ul li a:after{
    content: url(images/button.svg);
    width: 22px;
    height: 30px;
    display: inline-block;
    margin: 9px;
    position: relative;
    top: 5px;
    opacity: 1 !important;
}*/

.menu__header ul li:last-of-type a::after{
    display: none;
}


/*
 *
 * contenido */

.contenido{
    position: relative;
    padding-top: 30px;    
    max-width: 600px;
}

.contenido--center{
    text-align: center;
}

/*.contenido .titulo{
    color: #ffffff;
    font-size: 30px;
}
*/
.contenido p{
    color: #ffffff;
}

.contenido ul{
    padding: 0px
}

.contenido ul li{
    list-style: none;
    color: #ffffff;
    text-indent: -5px;
    padding-left: 11px;
}

.contenido ul li:before{
    content: "·";
    display: inline-block;
    color: #121212;
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
}

.contenido img{
    max-width: 100%;
}

.contenido h1.titulo{
    color: #B4B4B8;
    font-weight: bold;
    font-size: 28px;
    margin: 0 auto 0 auto;
    margin-bottom: 25px;
    text-align: center;
}

.formulario label{
    width: 100%;
    color: #121212;
}

.formulario .campo{
    margin-bottom: 10px;
    text-align: left;
}

.formulario .campo input{
    width: 85%;
    border-radius: 5px;
    padding: 5px 15px;
    border: none;
}

.formulario .campo textarea{
    max-width: 85%;
    min-width: 85%;
    min-height: 140px;
    max-height: 140px;
    border-radius: 5px;
    padding: 5px 15px;
    border: none;
}

.formulario button.enviar{
    background: #B4B4B8;
    border: none;
    padding: 10px 30px;
    border-radius: 45px;
    font-weight: bold;
}

.formulario small{
    color: #121212;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-style: italic;
    text-align: left;
}

.widgets{

}

.widget{
    margin: 40px;
}

.widget:hover{
    opacity: .6;
}

.widget a{
    font-size: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #121212;
    text-decoration: none !important;
}

.widget a i{
    color: #121212;
    margin-bottom: 7px;
    font-size: 40px;
}

.vegas-slide-inner{
    background-size: cover !important;
}


/*
 * 
 * footer */

footer b{
    color: #dedede;
}

.menu__footer{
    background: #121212;
    width: 100%;
    padding: 5px;
    /* position: absolute; */
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu__footer ul{
    padding: 0px;
}

.menu__footer ul li{
    list-style: none;
    position: relative;
    display: inline-block;
    font-size: 25px;
    top: 0px;
    transition:all .4s linear;
}

.menu__footer ul li:hover{
    transition:all .2s linear;
    top: -10px;
}

.menu__footer ul li a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.menu__footer ul li a:after{
    content: url(images/button.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 25px;
    position: relative;
    top: 5px;
    opacity: 1 !important;
}

.menu__footer ul li:last-of-type a::after{
    display: none;
}

#icon-menu{
    display: none;
}

#icon-menu img{
    content: url("images/menu.png");
    transition: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 0px;
    cursor: pointer;
}

.icon-menu__activo img{
    content: url("images/close.png") !important;
}


footer{
    background: #121212;
    padding-top: 40px;
    padding-bottom: 40px;
    /*position: absolute;*/
    width: 100%;
    bottom: 0px;
    /* margin-top:100px; */
}

footer h3{
    font-family: 'norwesterregular';
	color: #F2EFE5
}

footer h3 img{
    width: 33px;
}

footer ul{
    padding: 0px;
}

footer ul li{
    list-style: none;
	color: #F2EFE5
}

footer a{
    color: #F2EFE5;
}

footer a:hover{
    color: #000000;
}


.blog--content{
    max-width: 600px;
    margin: 50px auto 50px auto;
}

.blog--back{
    color: #121212;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog--back:hover{
    opacity: .7;
    color: #121212;
}

.blog--content > span{
    font-size: 13px;
    color: #dedede;
}

.blog--content > h2{
    color: #121212;
}

.blog--content > img{
    width: 100%;
    margin-bottom: 15px;
}

.blog--descripcion{
    padding-top: 35px;
    color: #FFFFFF;
}

.blog--content__item{
    padding: 10px;
    margin-bottom: 30px;
    border: 2px solid #d1a605;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
}

.blog--content__item--img{
    min-width: 160px;
    max-width: 160px;
    max-height: 160px;
    margin-right: 20px;
}

.blog--content__item--img img{
    width: 100%;
}

.blog--content__item--txt{
    display: flex;
    flex-direction: column;
}

.blog--content__item--txt h2{
    font-weight: bold;
    font-size: 25px;
    color: #121212;
}

.blog--content__item--txt p{
    color: #FFFFFF;
    font-size: 14px;
}

.blog--content__item--txt a{
    margin-left: auto;
    background: #d1a605;
    padding: 5px 20px;
    border-radius: 41px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #dedede;
    background-color: #dedede;
}

.simple-pagination .current {
    color: #000;
    background-color: #121212;
    border-color: #121212;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #121212;
}

.not-found{
    text-align: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.not-found h1{
    font-size: 70px;
    font-weight: bold;
    color: #121212;
}

.not-found p{
    font-size: 15px;
    color: #ffffff;
}

/* * * * * MOBILE * * * * */
@media screen and (max-width: 600px) {
    #icon-menu{
        display: block;
    }
    .vegas-slide-inner{
        background-size: contain !important;
    }
    header .container{
        flex-direction: column; 
    }
    header .container h1{
        font-size: 27px;
    }
    .main--image {
        height: 380px;
    }
    .menu__footer ul li{
        font-size: 17px;
        width: 100%;
    }
    .menu__footer ul li a:after{
        display: none
    }
    header .container > img{
        margin: 0 auto 0 auto;
    }
    /*.menu__footer{
        position: relative;
    }*/
    .menu__header ul{
        height: 0px;
        overflow: hidden;
        transition: all 2s ease-in-out;
    }
    .menu__header.menu__activo ul{
        height: auto;
        overflow: visible;
        transition: all 2s ease-in-out;
    }
    .menu__header ul li {
        font-size: 16px;
        margin: 10px;
        width: 95%;
        margin-bottom: 3px;
    }
    .menu__header ul li a:after{
        display: none
    }
}
@media screen and (max-width: 450px) {
    .menu__header{
        padding: 0px;
    }
    .menu__header ul li{
       margin: 1px;        
    }
}

.whatsapp-button{
    position: absolute;
    right: 40px;
    top: 23px;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
}

.whatsapp-button:hover{
    transform: scale(1.1);
}

.whatsapp-button img{
    width: 60px;
}

@media screen and (max-width: 450px) {
    .whatsapp-button{
        right: 7px;
        top: 115px;
    }
    .whatsapp-button img {
        width: 46px;
    }
}

.has-text-color{
    font-size: 16px;
    color: #B4B4B8 !important;
    text-decoration: underline;
}

.current-menu-item{
    border-bottom: 2px solid #121212;
}

/* estilos nuevos */
.content-que-hacemos{
    background-color: #EDAC90;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.content-que-hacemos h1{
    margin-bottom: 30px;
    font-weight: bold;
}

.items-square{
    display: flex;
    flex-wrap: wrap;
    max-width: 1042px;
    margin: 0 auto 0 auto;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .items-square{
        justify-content: center;
    }
}

.item.item-square{
    background: #FFFFFF;
    max-width: 333px;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 14px 20px 4px rgb(0 0 0 / 17%), 0 10px 10px rgb(0 0 0 / 11%);
}

.item.item-square span{
    font-size: 25px;
    background: #c7c227;
    width: 39px;
    height: 39px;
    display: block;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    color: #303030;
    margin-bottom: 20px;
}

.item.item-square h3{
    font-weight: bold;
}

.content-como-lo-hacemos{
    background-color: #6686e4;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.content-como-lo-hacemos h1{
    margin-bottom: 30px;
    font-weight: bold;
}

.item.item-square img{
    max-width: 120px;
}

.items-square-v2{
    justify-content: center;
}

.items-square-v2 .item.item-square{
    margin: 15px 15px;
    max-width: 285px;
    min-width: 285px;
}

.items-square-v2 .item.item-square h3{
    font-size: 21px;
}

.isActive .o-slider-title{
    display: none !important;
}

.content-contacto{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #d5d5d5;
}

.content-contacto h1{
    margin-bottom: 30px;
    font-weight: bold;
}

.calendly{
    background: #323253;
    padding: 10px 20px;
    border-radius: 50px;
}

@media screen and (max-width: 900px) {
    .calendly{
        display: none;
    }
}

.calendly a, .calendly-mobile a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.calendly img, .calendly-mobile img{
    width: 23px;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.calendly-mobile{
    display: none;
}

@media screen and (max-width: 900px) {
    .calendly-mobile{
        display: block;
        background: #323253;
        text-align: center;
        padding: 12px;
    }
}