/*
Theme Name: Contramar
Theme URI: http://dupla.mx
Author:  Dupla
Author URI: http://dupla.mx
Description: Octavia dupla
*/


@charset "UTF-8";

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
*/

body{
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #0097d7;
    font-weight: 400;

}

/*header*/

header{
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.header_int{
    width: 1100px;
    margin: auto;
    position: relative;
    height: 100%;
}

header h1{
    position: absolute;
    margin: 0;
    height: 120px;
    top: 11px;
    left: 0;
    font-size: 0px;
    color: transparent;
}

header h1 img{
    max-height: 100%;
    width: auto;
    cursor: pointer;
}

nav{
    position: absolute;
    right: 0;
    bottom: 0;
}

nav ul{
    margin: 0;
    padding: 0px;
    list-style: none;
    text-align: right;
}

nav ul li{
    display: inline-block;
    padding: 106px 20px 15px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition:300ms;
    font-size: 16px;
}

nav ul li:hover{
    color: #0097D7;
}

nav ul li.act{
    color: #0097D7;
}

nav ul li.idioma{}

nav ul a{
    color: #000;
}

/*wrapper generales*/

.wrapper{
    padding-top: 140px;
}

.clear{
    clear: both;
}

a{
    color:#fff;
}

/*slider*/


.slider{
    position: relative;
    width: 100%;
    margin-bottom: 80px;
    height: 400px;
}

.slide{
    background-color: rgba(255, 255, 255, 0.01);
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(img/pez.png);
    background-repeat: no-repeat;
    background-size: 190px;
    background-position: center;
}

.slide_img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*codigo scroll*/
.scroll{
    position: relative;
    overflow-x: hidden;
}

.scroll_int{
    white-space: nowrap;
    position: absolute;
    width: auto;
    top: 0;
}

.scroll_int.act{position: fixed;top: 180px;}

/*Menu*/

.menu_part{
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.table{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    white-space: initial;
}

.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top;
}


.menu_int{
    vertical-align: top;
    position: relative;
    margin: auto;
    top: 0px;
    width: 1100px;
}

.caja{
    width: -o-calc(100%/3 - 40px);
    width: -moz-calc(100%/3 - 40px);
    width: -webkit-calc(100%/3 - 40px);
    width: calc(100%/3 - 40px);
    float: left;
    margin: 0px 20px;
}

.caja h2{
    font-size: 0px;
    color: transparent;
    margin-bottom: 40px;
}

.caja h2 img{
    max-height: 50px;
    width: auto;
}

.linea{}

.fila{
    clear: both;
    margin-top: 15px;
}

.columna_uno{
    width: 70%;
    float: left;
}

.columna_uno p{
    margin: 0px;
}

.columna_dos{
    width: -o-calc(30% - 10px);
    width: -moz-calc(30% - 10px);
    width: -webkit-calc(30% - 10px);
    width: calc(30% - 10px);
    float: left;
    margin-left: 10px;
}

.columna_dos p{
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}



.fila p span{
    font-size: 12px;
    font-weight: 300;
}

.columna_dos p span{
    letter-spacing: 0;
}

.columna_mitad{
    width: -o-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
}

.columna_mitad p{
    margin: 0;
    font-weight: 600;
}

.columna_mitad.right{
    text-align: right;
    width: -o-calc(50% - 57px);
    width: -moz-calc(50% - 57px);
    width: -webkit-calc(50% - 57px);
    width: calc(50% - 57px);
}

.fila.mitad{
    margin-top: 0;
}



/*contacto*/

section.contacto{
    padding-top: 20px;
}

section.contacto p{}

section.contacto span{
}

section.contacto article{}

article.texto{
    width: 510px;
    margin: auto;
    margin-bottom: 40px;
}

article.texto p{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
}

article.info_contacto{
    width: 800px;
    margin: auto;
    clear: both;
    margin-bottom: 40px;
}

article.info_contacto p{}

article.info_contacto p span{
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.columna{
    width: -o-calc(100%/3 - 20px);
    width: -moz-calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
    float: left;
    position: relative;
    margin: 0px 10px;
}

.columna p{
    line-height: 150%;
}

.columna span{}

.mapa{
    width: 100%;
    height: 300px;
    background-color: #f8f8f8;
    margin-bottom: 40px;
    position: relative;
}

.columna .image{
    width: 100%;
    height: 220px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140px;

}

#map_canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

article.instagram_article{
    width: 1120px;
    margin: auto;
    margin-bottom: 40px;
}

article.instagram_article h2{
    margin: 0px 0px 20px 10px;
    font-weight: 600;
    font-size: 16px;
}

article.instagram_article h2 a{
    text-decoration: none;
}

.instagram_galeria{
    width: 100%;
}

.instagram_galeria img{}

.instagram_galeria img{
    float: left;
    width: -o-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 0px 10px;
    height: auto;
}

.instagram-image{
    width: 100%;
    height: auto;
}

.over{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4;
    cursor: pointer;
}

footer{
    background-color: #fff;
    color: #000;
    padding: 10px 0px 15px;
    font-size: 12px;
}

.footer_int{
    width: 1120px;
    margin: auto;
}

.columna_f{
    width: -o-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: auto;
    text-align: left;
    position: relative;
}

.columna_f p{
    font-weight: 600;
    margin: 0;
}

.columna_f p span{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.columna_f a{
    color: #000;
}


.puntos_ancla{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 20px;
    text-align: center;
    opacity: 0;
    transition: 300ms;
}

.punto_ancla{
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: 0px 10px;
    cursor: pointer;
}

.punto_ancla.act{
    background-color: #fff;
}

.punto_ancla:hover{
    background-color: #fff;
}


.puntos_ancla.activar{
    position: fixed;
    top: 150px;
    opacity: 1;
    z-index: 3;
}

.content_menu_w.act{
    height: 0!important;


}

.content_menu_w{
    position: relative;
    top: 0;
}

.content_menu_w.act_uno{
    margin-top: -170px;
}

.content_menu_w.act_dos{

}


/*over*/

.over_terminos{
    background-color: rgba(0, 151, 215, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.cerrar{
    width: 50px;
    height: 50px;
    background-image: url(img/cerrar.png);
    position: absolute;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 2;
}

.over_int{
    width: -o-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    position: absolute;
    left: 80px;
    height: -o-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: calc(100% - 200px);
    top: 80px;
    background-color: #0097D7;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    z-index: 3;
}

.div_cerrar{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: aqua; */
    z-index: 1;
}


section.over_text{
    width: 700px;
    margin: auto;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 150%;
}


section.over_text h1{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 300ms;
    font-size: 16px;
}

section.over_text h2{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

section.over_text p{}

section.over_text ul{
    padding-left: 18px;
}

section.over_text li{}

.open{
    cursor: pointer;
    display: inline-block;
}


.open:hover p{
    text-decoration: underline;
}



.over_int::-webkit-scrollbar      {
    width: 1px;
    background: rgba(255, 255, 255, 0.14);
    border-radius:5px;
}
.over_int::-webkit-scrollbar-track  {
    width:10px;
    background: rgba(255, 255, 255, 0.14);
}  
.over_int::-webkit-scrollbar-thumb {
    width: 5px;
    background: #fff;
    border-radius:5px;
}      
.over_int::-webkit-scrollbar-corner  {
    border-radius:5px;
} 


.fila p span.txt_eng{
    font-size: 11px;
}


/*version en ingles*/

.scroll.content_menu.scroll_en{}

.scroll.content_menu.scroll_en .scroll_int{}

.scroll.content_menu.scroll_en .menu_part{}

.scroll.content_menu.scroll_en .table{}

.scroll.content_menu.scroll_en .table-cell{}

.scroll.content_menu.scroll_en .menu_int{}


.scroll.content_menu.scroll_en .caja h2.h2postre{
    margin-bottom: 31px;
}

.dupla{
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.dupla::before{
    content: '</ ';
}

.dupla::after{
    content: ' >';
}

.dupla:hover{
    color: #0097D7;
}






























