/*
Theme Name: @nombretema
Theme URI: http://www.bwagency.co/
Author: BWAgency
Author URI: https://www.bwagency.co
Description: @descripciontema
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: @nombretema
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fundadores is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Forms

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700,800');*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700|Sansita:400,800i,900i');

html {
	font-family: 'Muli', Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}

body {
	font-family: 'Muli', Helvetica, sans-serif;
	margin: 0;
}

a {
	font-family: 'Muli', Helvetica, sans-serif;
}

p,
a,
ul li,
ol li {
	font-size: 18px;
    line-height: 26px;
}


p, 
ul li, 
ol li, 
label, 
input, 
textarea, 
select {
	font-family: 'Muli', Helvetica, sans-serif !important;
}



h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: 'Sansita', Helvetica, sans-serif !important;
    font-weight: 900;
    font-style: italic;
    color: #664592;
    margin: 0 !important;
}

h5, h6 {
    font-family: 'Muli', Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin:2px 0 !important;
    color: #333333 !important;
}

h2 {
    font-size: 50px;
}

div {
    box-sizing: border-box;
}


div img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}






/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-container {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
}

.prehead {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border:1px solid #999999;
}

.masthead {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}


.masthead .container {
    height: 100%;
    position: relative;
}

.masthead .logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.masthead .logo img {
    height: 80px;
    width: auto;
    max-width: 250px;
}



.contact-info-head {
    position: absolute;
    top: 50%;
    left: 33%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}


.contact-info-head p {
    float: left;
    margin: 0;
    font-size: 12px;
    margin-right: 12px;
    color: #A02A84;
}

.contact-info-footer p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    margin-right: 12px;
    color: #A02A84;
    margin-bottom: 9px;
}

.contact-info-head-mobile p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    margin-right: 8px;
    color: #A02A84;
}

.contact-info-head strong, .contact-info-head-mobile strong, .contact-info-footer strong {
    color: #333333;
}

.contact-info-head span, .contact-info-head-mobile span, .contact-info-footer span {
    vertical-align: middle;
    display: inline-block;
}

.contact-info-head i, .contact-info-head-mobile i, .contact-info-footer i {
    font-size: 24px;
    color: #A02A84;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}


.contact-info-head-mobile {
    display: none;
    text-align: center;
    width: 100%;
    height: 30px;
}

.contact-info-footer {
    text-align: right;
    width: 100%;
    height: 30px;
}



.elemento1 {
    display: inline-block;
    border:1px solid #000000;
    vertical-align:middle;
    font-size: 15px;
}

.elemento2 {
    display: inline-block;
    border:1px solid #000000;
    font-size: 32px;
    vertical-align:middle;
}
/*
.masthead {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999999999;
}

.masthead .container {
    height: 100%;
    position: relative;
}


.masthead .logo {
    position: absolute;
    width: 160px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
*/









/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #F1F1F1;
    color: #ffffff;
    display: block;
}

footer .container {
    position: relative;
    height: 100%;
}


.contenido-footer {
    width: 100%;
    padding: 10px 0;
    background-color: #F1F1F1;

}

.contenido-footer .logo {
    width: 150px;
}

.author {
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    color: #ffffff;
    background-color: #A02A84;
}

.author img {
    width: 38px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.author .container {
    position: relative;
    height: 100%;
}

.registro {
    margin-top: 12px !important;
    color: #333333 !important;
}

.social-link-footer i {
    font-size: 18px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 100px;
    border:2px solid #A02A84;
}

.social-link-footer img {
    width: 34px;
}





.scrolltop {
    position: fixed;
    right: 100px;
    bottom: -200px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    background-color: rgb(125,21,27);
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    overflow: hidden;

    box-shadow: 0 0 7px rgba(0,0,0,0.4);

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


.scrolltop.visible {
    bottom: 68px;
}








.paddingv20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.paddingv30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.paddingv40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.paddingv50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.paddingv60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.paddingv70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.paddingv80 {
	padding-top: 80px;
	padding-bottom: 80px;
}





.paddingh20 {
	padding-left: 20px;
	padding-right: 20px;
}

.paddingh30 {
	padding-left: 30px;
	padding-right: 30px;
}

.paddingh40 {
	padding-left: 40px;
	padding-right: 40px;
}

.paddingh50 {
	padding-left: 50px;
	padding-right: 50px;
}






.marginv20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margingv30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.marginv40 {
	margin-top: 40px;
	margin-bottom: 40px;
}





.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

.text-align-justify {
	text-align: justify;
}










.barra-social {
    width: 100%; 
    height: 46px; 
    line-height: 46px;
    background-color: #A02A84; 
    color: #ffffff;
    margin-top:0 !important;
}


.barra-social .descripcion {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}

.barra-social .social-link {
    font-size: 18px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 100px;
    border:2px solid #ffffff;
    color: #ffffff !important;
    margin: 0 4px;
}

.barra-social .social-link img {
    width: 23px !important;
    display: inline-block !important;
    margin-top: -4px;
    margin-left: 3px;
}



.bloque-info-color {
    padding: 30px 120px;
}

.bloque-info-color h1, .bloque-info-color h2, .bloque-info-color h3, .bloque-info-color p {
    color: rgba(0,0,0,0.5);
}




.seccion-equal-height {
    width: 100%; 
    display: table;
    table-layout: auto;
}

.seccion-equal-height .content-col {
    width:50%; 
    display: table-cell;
    padding: 35px 0 8px 0;
    text-align: justify;
}

.seccion-equal-height h2 {
    font-size: 42px;
    text-align: center;
    padding-bottom: 20px;
}

.seccion-equal-height .content-col h2, .seccion-equal-height .content-col p {
    color: rgba(0,0,0,0.6) !important;
}

.seccion-equal-height .content-col p {
    font-size: 18px;
    padding: 10px 100px;
}

.seccion-equal-height .image-col {
    width:50%; 
    height:100%; 
    display: table-cell; 
    background-repeat: no-repeat;
}





.habitacion {
    width: 100%; 
    border: 10px solid #ffffff;
}

.habitacion .imagen {
    width: 100%; 
    height: 160px; 
    display: inline-block;
}

.habitacion .imagen img {
    background-size: cover;
}

.habitacion .descripcion {
    width: 100%; 
    height: 92px; 
    background-color: #E2E2E2; 
    display: inline-block; 
    padding: 13px 30px;
}

.habitacion h5 {
    font-family: : 'Muli', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.habitacion p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}



.txt-blanco, .txt-blanco p, .txt-blanco h1, .txt-blanco h2, .txt-blanco h3 {
    color: #ffffff !important;
}





.widget-llamado-accion {
    position: relative;
}

.widget-llamado-accion .mensaje {
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
}

.widget-llamado-accion h2, .widget-llamado-accion h3, .widget-llamado-accion p {
    color: #ffffff !important;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.7);
}


.widget-llamado-accion h2 {
    font-size: 48px !important;
}

.widget-llamado-accion h3 {
    margin-top: 18px;
    font-size: 36px !important;
}

.widget-llamado-accion h4 {
    font-size: 20px !important;
}



.widget-llamado-accion .boton-cta {
    padding: 8px 20px; 
    color: #ffffff !important; 
    background-color: #FF921E;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.7);
}




.gtrans {
    position: absolute;
    width: 120px;
    right: 40px;
    top:35%;
}

.glink {
    margin-right: 4px;
}




form, label {
    width: 100%;
}


input[type=text], input[type=email], input[type=tel], input[type=date], select, textarea {
    width: 100% !important;
    border:none;
    outline: none;
    background-color: rgb(241,241,241);
    padding: 2px 8px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

input[type=text]:focus, input[type=email]:focus, input[type=date]:focus {
    border:none;
    outline: none;
    box-shadow: none;
    background-color: rgb(200,200,200);
}

input[type=submit] {
    border-width: 0;
    background-color: #664592;
    color: #ffffff;
    padding: 5px 14px;
    font-size: 18px;
    font-weight: 800;
    width: 98%;
    margin-top: 15px;
}




.volver {
    position: fixed;
    right: 100px;
    bottom: -200px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    background-color: #A12A84;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    overflow: hidden;
    z-index: 999999999999 !important;

    box-shadow: 0 0 7px rgba(0,0,0,0.4);

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


.volver.visible {
    bottom: 68px;
}




@media (max-width: 500px) {


    .contact-info-head {
        display: none;
    }

    .contact-info-head-mobile {
        display: inline-block;
    }





    .seccion-equal-height {
        display: block;
        width: 100%;
        height: auto;
    }

    .seccion-equal-height .content-col {
        width:100%;
        padding: 35px 0;
        display: block;
    }

    .seccion-equal-height h2 {
        font-size: 34px;
        padding-bottom: 12px;
    }

    .seccion-equal-height .content-col p {
        font-size: 16px;
        padding: 10px 30px;
    }

    .seccion-equal-height .image-col {
        width:100%;
        display: block;
        height: 360px;
    }
}


@media (min-width: 501px) and (max-width: 800px) {


    .contact-info-head {
        left: 38%;
    }

    .contact-info-head p {
        font-size: 11px;
    }


    .seccion-equal-height {
        display: block;
        width: 100%;
        height: auto;
    }

    .seccion-equal-height .content-col {
        width:100%;
        padding: 35px 0;
        display: block;
    }

    .seccion-equal-height h2 {
        font-size: 34px;
        padding-bottom: 12px;
    }

    .seccion-equal-height .content-col p {
        font-size: 16px;
        padding: 10px 40px;
    }

    .seccion-equal-height .image-col {
        width:100%;
        display: block;
        height: 400px;
    }
}


@media (min-width: 801px) and (max-width: 1400px) {
}

@media (min-width: 1401px) {


    .seccion-equal-height .content-col p {
        font-size: 20px;
        line-height: 26px;
        padding: 24px 170px;
        margin-bottom: 8px;
    }
}

