/*Theme Name: pollorey
Theme URI: latamdigitalmarketing.com
Author: Fran LDM
Author URI: latamdigitalmarketing.com
Description: Hi. I'm the main theme for <code>pollorey</code>.
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: pollorey
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.

*/

body{
    padding: 0;
}

a {
    text-decoration: none;
}

#masthead {
    display: none;
}

.bgCountrySelector {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0;
}

.bgCountryDesktop{
    display: block;
}

.bgCountryMobile{
    display: none;
}

.bgCountrySelector img {
    width: 100%;
    height: auto;
}

.absoluteContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.redesCountry {
    width: 111px;
    height: 32px;
    top: 40px;
    position: absolute;
    right: 55px;
}

.flexRedesSelector {
    gap: 0;
    margin: 0;
    height: 32px;
}

.txtRedesSelector p {
    margin: 0;
    width: 66px;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

.iconRedesSelector figure {
    width: 32px;
    height: auto;
}

.iconRedesSelector {
    max-width: 32px;
    height: auto;
}

.txtRedesSelector {
    display: flex;
    align-items: center;
}

.mainCountry {
    position: relative;
}

.logoPolloRey img {
    width: 175px;
    display: block;
    margin: 0 auto;
}

.titleCountry {
    font-size: 60px;
    font-family: 'AmsiProCond-Black', sans-serif;
    text-align: center;
    max-width: 580px;
    line-height: 1;
    margin: 0 auto;
}

.txtCountry {
    font-size: 20px;
    font-family: 'GothamMedium', sans-serif;
    text-align: center;
    margin: 55px auto 0;
}

.countrySelection {
    width: 100%;
    max-width: 320px;
    margin: 46px auto 0;
}

.flexCountry > div figure img {
    margin: 0 auto;
    display: block;
}

.flexCountry > div p {
    text-align: center;
    font-family: 'GothamMedium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 20px auto 0;
}

.flexCountry {
    margin: 0;
}

.footerContainer {
    height: 108px;
}

.footerDisclaimer {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat-Regular', sans-serif;
}

.footerContainer::after {
    content: unset;
}

@media only screen and (min-height: 913px){
    .bgCountrySelector img {
        height: 100%;
    }
    .bgCountrySelector {
        height: calc(100vh - 146px);
    }
    .mainCountry {
        position: relative;
        height: calc(100vh - 146px);
    }

   
}

@media only screen and (max-width: 1200px){

    .bgCountryDesktop{
        display: none;
    }
    .bgCountryMobile{
        display: block;
    }

    .logoPolloRey img {
        max-width: 120px;
    }
    
    .absoluteContent {
        padding-top: 80px;
    }
    
    .titleCountry {
        font-size: 36px;
    }
    
    .boxTxtCountry {
        margin-top: 20px;
    }
    
    .txtCountry {
        font-size: 18px;
        max-width: 264px;
        margin-top: 40px;
    }
    
    .countrySelection {
        margin-top: 35px;
    }
    
    .flexCountry {
        flex-direction: row;
        flex-wrap: nowrap!important;
    }
    
    html body .flexCountry > div {
        flex: 1!important;
        max-width: 50%;
    }
    
    .fbCountry img {
        max-width: 28px;
    }
    
    .txtRedesSelector p {
        font-size: 12px;
    }
    
    .txtRedesSelector {
        flex-direction: row;
        flex-wrap: nowrap!important;
    }
    
    .flexRedesSelector {
        flex-wrap: nowrap!important;
    }
    
    .redesCountry {
        top: unset;
        bottom: 35px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

}