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

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

a[href^="tel"] {
    color: #E6DED3; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
  }

body{
    margin:0px;
    padding: 0px;
    background-color: #E6DED3;
}

.menu{
    width: 100%;
    height: 150px;
    left: 0px;
    top: 0px;
    background: #1C2D66;
    position: relative;
    z-index: 3;
}

#logo{
    position: relative;
    width: 305px;
    height: 165px;
    left: 87px;
    top: 44px;
    background-image: url('../images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#openMobileMenu{
    width: 25px;
    height: 18px;
    right: 20px;
    top:42px;
    background-image: url('../images/mobileMenuIcon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: none;
    cursor: pointer;
}

#menuLinks{
    position: absolute;
    right: 40px;
    top: 60px;
    text-align: right;
    width: auto;
}

.menuLink{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    /* identical to box height */
    color: #E6DED3;
    text-decoration: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 5px;
    border: 1px solid #E6DED3;
    border-radius: 25px;
    transition: background-color 0.5s ease;
}

.menuLink:hover{
    border: 1px solid #E05030;
    background-color: #E05030;
}

.menuLinkOver{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    /* identical to box height */
    color: #E6DED3;
    text-decoration: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #E05030;
    border-radius: 25px;
    background-color: #E05030;
}

#home{
    background-color: #E6DED3;
    width: 100%;
    height: calc(100vh - 150px);
    position: relative;
    z-index: 2;
}

#phraseHome{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 72px;
    color: #1C2D66;
    position: absolute;
    box-sizing: border-box;
    
    width: 586px;
    left: 87px;

    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.blueButton{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    color: #E6DED3;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 25px;
    background-color: #1C2D66;
}

#workerIllustration{
    z-index: 2;
    position: absolute;
    width: 50vw;
    height: 40vw;
    background-image: url('../images/worker.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
    bottom: -5vw;
}

#homeAviso{
    position: absolute;
    left: 87px;
    bottom:20px;
}


#nosotros{
    width: 100%;
    padding: 87px;
    background: #E05030;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
}

h1{
    color:#ffffff;
    font-family: 'rammetto_oneregular';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    color: #E6DED3;
}

.colums{
    width: 100%;
    height: auto;
    position: relative;
}

.colum1{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    padding-right: 80px;
}

.colum2{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
}

.textInsideOrange{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;

    color: #E6DED3;
}

.imageHome{
    width: 100%;
    height: 40vw;
    background-image: url('../images/image1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#contact{
    width: 100%;
    /*padding: 87px;*/
    background: #1C2D66;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
}

.contact{
    padding-top: 20px;
}

.contact1{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    padding-left: 87px;
    height: 850px;
    padding-top: 87px;
    padding-right: 40px;
}

.contact2{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    height: 850px;
    background-color: #E05030;
}

.contactText{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: #E6DED3;
}

.formulario{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #E6DED3;
    border: 0px solid transparent;
    border-bottom: 1px solid #E6DED3;
    padding-top: 12px;
    padding-bottom: 4px;
    display: flex;
}

.formularioTextArea{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #E6DED3;
    border: 0px solid transparent;
    border-bottom: 1px solid #E6DED3;
    padding-top: 6px;
    padding-bottom: 4px;
   
}

.input{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #E6DED3;
    background-color: transparent;
    border: 0px solid transparent;
    width: auto;
    flex-grow: 1;
    padding: 0px;
    margin: 0px;
    top: -4px;
    position: relative;
    -webkit-appearance: none;
}

.select{
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 12px;
    background-position: 100% 5px;
    background-repeat: no-repeat;

    padding-right: 20px;

    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #E6DED3;
    background-color: transparent;
    border: 0px solid transparent;
    width: auto;
    background-color: #1C2D66;
}

.textArea{

    width: 100%;
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #E6DED3;
    background-color: transparent;
    border: 0px solid transparent;
    border-bottom: 1px solid #E6DED3;
    resize: none;
    height: 100px;
}

.btnContact{
    background: #E05030;
    border-radius: 25px;
    font-family: 'questrialregular';
    color: #E6DED3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px 10px 15px;
    border: 0px;
    margin-top: 20px;
    cursor: pointer;
}

#bottom{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.textBottom{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding-left: 50px;

    color: #1C2D66;
}

#bottomLeft {
    position: absolute;
    top:20px;
    left: 87px
}

#bottomRight{
    position: absolute;
    top:20px;
    right: 150px;
}

#bottomRightUp{
    position: absolute;
    top:10px;
    right: 87px;
}

.upArrow{
    width: 35px;
    height: 35px;
}

#menu_mobil_links{
    width: 100vw;
    background-color: #1C2D66;
    z-index: 201;
    position: fixed; 
    height: 100vh; 
    opacity: 1; 
    display: none;
    box-sizing: border-box;
}

#closeMenu{
    position:absolute;
    width:30px;
    height:30px;
    cursor:pointer;
    top:44px;
    right:17px;
    z-index: 10;
}

#links_mobil{
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#logoMobile{
    position: absolute;
    width: 180px;
    height: 97px;
    left: calc(50% - 90px);
    top:50px;
    background-image: url('../images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

#whatsapp{
    position: fixed;
    z-index: 500;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 71px;
    display: inline-block;
}

.whastappImage{
    width: 70px;
    height: 71px;
}

#mailConfirm{
    padding-top: 30px;
    display: none;
}

#privacidad{
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 87px;
}

.blue{
    color: #1C2D66;
}

.contentPrivacidad{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    text-align: justify;
    
    color: #1C2D66;

}

.underline{
    margin:0px;
    padding: 0px;
    text-decoration: underline;
}

.noTop{
    margin-top: 0px;
    padding-top: 0px;
}

#phraseSections{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 36px;
    color: #1C2D66;
    position: absolute;
    box-sizing: border-box;
    
    width: 520px;
    left: 87px;

    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.blueButton2{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    color: #E6DED3;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 56px;
    padding-top: 6px;
    padding-bottom: 5px;
    -webkit-padding-right: 20px;
    -webkit-padding-left: 56px;
    -webkit-padding-top: 6px;
    -webkit-padding-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 25px;
    background-color: #1C2D66;
    background-image: url('../images/whastappIconButton.png');
    background-position: 16px 8px;
    background-repeat: no-repeat;
    background-size: 26px 29px;
    -webkit-background-size: 26px 29px;
    -webkit-background-position: 16px 8px;
   
    display: inline;
}

#homeSection{
    background-color: #E6DED3;
    width: 100%;
    height: calc(85vh - 150px);
    position: relative;
    z-index: 2;
}

#workerIllustrationSection{
    z-index: 2;
    position: absolute;
    width: 40vw;
    height: 30vw;
    background-image: url('../images/worker.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
    bottom: -3.5vw;
}

#section{
    width: 100%;
    background: #289CB2;
    height: auto;
    display: flex;
    box-sizing: border-box;   
}

.section1{
    width: 50%;
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    padding-left: 87px;
    height: auto;
    padding-top: 87px;
    padding-right: 40px;
    padding-bottom: 87px;
}

.section2{
    width: 50%;
    box-sizing: border-box;
    display: inline;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    background-color: #000000;
}

.textContent{
    font-family: 'questrialregular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 33px;
    color: #E6DED3;
}

#slides{
    z-index:1;
}

#bullets{
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 20px;
    text-align: center;
}

.bullet{
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.facebookIcon{
    position: absolute;
    top:-6px;
    left:0px;

}
.facebookIconImage{
    width: 35px;
    height: 35px;
}


/* LOW RESOLUTIONS/MOBILE */
@media screen and (max-width: 920px) {

    .menu{

        height: 105px;
        left: 0px;
        top: 0px;
        text-align: center;      
    }

    #logo{
        width: 180px;
        height: 97px;
        left: calc(50% - 90px);
        top:50px;
    }

    #openMobileMenu{
        display: inherit;
    }

    #menuLinks{
        display: none;
    }

    #home{
        background-color: #E6DED3;
        width: 100%;
        height: 640px;
        position: relative;
    }

    #phraseHome{
        top:60px;
        left: 30px;
        width: 320px;
        font-size: 38px;
        line-height: 40px;
        -ms-transform: none;
        transform: none;
        position: absolute;
    }

    .blueButton{
        font-size: 18px;
        line-height: 19px;
        padding-right: 18px;
        padding-left: 18px;
        padding-top: 4px;
        padding-bottom: 4px;
        border: 1px solid transparent;
        border-radius: 22px;
    }

    #workerIllustration{
        width: 320px;
        height: 350px;
        right: calc(50% - 160px);
        bottom: -40px;
        position: absolute;
    }

    #homeAviso{
        left: 30px;
        bottom:15px;
        display: none;
    }

    #nosotros{
        padding: 30px;
        padding-top: 60px;
    }

    .colum1{
        width: 100%;
        padding-right: 0px;
    }

    .colum2{
        padding-top: 30px;
        width: 100%;
        padding-right: 0px;
    }

    h1{
        font-size: 23px;;
    }

    .textInsideOrange{
        font-size: 18px;
    }

    .imageHome{
        height: 65vw;
       
    }

    #contact{
        width: 100%;
        padding-top: 0px;
       
    }

    .contact1{
        width: 100%;
        padding-left: 0px;
        height:auto;
        padding: 30px;
        padding-top: 87px;
        padding-right: 30px;
        padding-bottom: 40px;
        
    }
    
    .contact2{
        width: 100%;
        height: 70vw;
    }

    #bottom{
        padding-top: 15px;
        padding-bottom: 15px;
       
    }

    #bottomLeft {
        position: relative;
        left: 0px;
        text-align: center;
        margin-bottom: 5px;
    }
    
    #bottomRight{
        position: relative;
        left: 0px;
        text-align: center;
    }
    
    #bottomRightUp{
        position: relative;
        left: 0px;
        text-align: center;
        margin-top: 20px;
    }

    #whatsapp{
        width: 50px;
        height: 50px;
    }

    .whastappImage{
        width: 56px;
        height: 56px;
    }

    #privacidad{
        padding: 30px;
        padding-top: 60px;
    }


    #homeSection{
        background-color: #E6DED3;
        width: 100%;
        height: 680px;
        position: relative;
    }

    #phraseSections{
        top:60px;
        left: 30px;
        width: 320px;
        font-size: 30px;
        line-height: 30px;
        -ms-transform: none;
        transform: none;
        position: absolute;
    }

    .blueButton2{
        font-size: 18px;
        line-height: 19px;
        padding-right: 18px;
        padding-left: 48px;
        padding-top: 5px;
        padding-bottom: 4px;
        border: 1px solid transparent;
        border-radius: 22px;

        background-position: 14px 7px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }

    #workerIllustrationSection{
        width: 320px;
        height: 350px;
        right: calc(50% - 160px);
        bottom: -40px;
        position: absolute;
    }

    .section1{
        width: 100%;
        padding-left: 0px;
        height:auto;
        padding: 30px;
        padding-top: 87px;
        padding-right: 30px;
        padding-bottom: 40px;
    }
    
    .section2{
        width: 100%;
        height: 500px;
    }

    .textContent{
        font-size: 18px;
        line-height: 19px;
    }

    .textBottom{
        padding-left: 0px;
    }
    
    .facebookIcon{
        position: relative;
        display: block;
    }

    .facebookIconImage{
        width: 35px;
        height: 35px;
    }


}