/*!
Theme Name: Estudio Bega
Theme URI: http://underscores.me/
Author: Triplevdoble
Author URI: https://www.triplevdoble.com/
Description: Creado por Triplevdoble para Estudio Bega
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: estudio-bega
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.

Estudio Bega is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> ESTILOS GENERALES:
----------------------------------------------------------------*/

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

img{
    width: 100%;
    height: auto;
}

body{
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #282828;
}

h1{
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2{
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contenedor{
    padding: 0 12px;
    height: 100%;
    width: 100%;
}

.flex-cuadricula{
    display: flex;
}

.cuadicula-derecha{
    width: 60%;
}

.cuadicula-izquierda{
    width: 40%;
}

/*--------------------------------------------------------------
>>> HEADER:
----------------------------------------------------------------*/

.site-branding img{
    max-width: 200px;
}

.menu-desk{
    display: flex;    
    flex-direction: row-reverse;
    height: 100%;
    align-items: center;
}

.menu-desk i{
    font-size: 2rem;
}

.menu-desk button{
    background-color: transparent;
    border: none;
}

.menu-desk .collapsed{
    transition: transform 0.3s ease;
}

.menu-desk button:not(.collapsed){
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/*--------------------------------------------------------------
>>> FOOTER:
----------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> PORTADA:
----------------------------------------------------------------*/

.foto-portada{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.separador{
    border-right: solid 2px #AFA599;
    height: 100%;
}


@media (min-width: 576px) {  }

@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) {  }

@media (min-width: 1400px) {  }