
/* ::::  GOOGLE FONTS  :::: */


@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;500;600&family=Roboto:wght@300;400&family=Ubuntu+Condensed&display=swap');



/* font menu */
.inconsolata{
    font-family: 'Inconsolata', monospace;
}


/* fonta of some titles */
.ubuntu{
    font-family: 'Ubuntu Condensed', sans-serif;
}


/* fonta of some titles */
.roboto{
    font-family: 'Roboto', sans-serif;
}













/* ::::  COLORS FONTS  :::: */

.blue{
    color: #355787;
}

.lightBlue {
    color: #009DCE !important;
}




/* ::::  COLORS BACKGROUNDS  :::: */
.lightBlueBkg{
    background: #009DCE !important;
}

.blueBkg{
    background: #244872 !important;
}

.blueAlternativeBkg{
    background: #355787 !important;
}

.brownBkg{
    background: #332C1D !important;
}

.lightBrownBkg{
    background: #5F5A53 !important;
}

.lightBrownBkg2{
    background: #716D66 !important;
}

.grayBkg{
    background: #BCB9B4 !important;
}






/* ::::  UTILIDADES  :::: */ 
.flotante {
    display:scroll;
    position:fixed;
    bottom:50%;
    right:5px;
    z-index:10000;
    max-width: 30px !important;
}

.linkFooter{
    letter-spacing: 0.6em;
    font-size: 19px;
}

a.linkFooter:hover{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
}

.titleHeader{
    position: absolute;
    top: 180px;
    z-index: 1000;
    width: 100%;
    text-align: right;
}

.img-resposive{
    max-width: 100%;
    height: auto;
}





.opacityLink{
    opacity: 0.5;
}

a.opacityLink:hover{
    opacity: 1;
}

.numRadius{
    width: 35px;
    height: 35px;
    padding-top: 3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #009DCE;
}

.numRadiusBd{
    width: 35px;
    height: 35px;
    padding-top: 3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border:1px solid  #009DCE;
}

.numRadiusMb{
    width: 25px;
    height: 25px;
    padding-top: 3px;
    text-align: center;
    color: #FFFFFF;
    /*margin-right: 13px;*/
    font-weight: 600;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #009DCE;
}

.numRadiusBdMb{
    width: 25px;
    height: 25px;
    padding-top: 2px;
    text-align: center;
    color: #009DCE;
    /*margin-right: 13px;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #BCB9B4;
    border:1px solid  #009DCE;
}



.bkgLinea{
    background-image:  url(../images/bkg-linea.png);
    background-repeat: repeat-y;
    background-position: left top;
}


.tagClosedMenu{
    background-image:  url(../images/tag-closed.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom: 4px;
}


.height300{
    height: 300px !important;
}


.sectionTeam {
    background-image:  url(../images/sixsides-photo-team.png);
    background-color: #BCB9B4 !important;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center bottom;
    min-height: 300px;
}



.bkgForm{
    background: #244872 !important;
    border: none !important;
    border-radius: 0px !important;
}



.alignMeet{
    text-align: right;
}


.borderService{
    border-left: 1px solid #ffffff;
}




.titSlice {
    position: absolute !important;
    top: 200px !important;
    text-align: center;
    z-index: 20000;
    color: #FFFFFF;
    font-weight: bolder;
}













/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../images/20151230_164639.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}



#facts1 {
	background-image: url("../images/20170327_124000.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts1 .devider:before,
.facts1 .devider:after {
	color: #737C85;
}

.facts1 .devider i {
	color: #fff;
}


.margenLogo{
    margin-right: 45px;
}











.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}




.heightMapa{
    width: 880px;
    height: 450px;
}

.instgramIcon{
    text-align: right;
}





/* ::::  RESPONSIVE  :::: */

@media (min-width: 701px) {
    .sectionMobile{
        display: none !important;
     }

     
}


@media (max-width: 700px) {
    .sectionDesktop{
       display: none !important;
    }


    .height300{
        height: 200px !important;
    }

    .titleHeader{
        position: absolute;
        top: 100px;
        z-index: 1000;
    }

    .alignMeet{
        text-align: left;
    }

    .borderService{
        border-top: 1px solid #ffffff;
        border-left: none;
    }

    .marginMobile{
        margin-top: 54px;
    }

    .margenLogo{
        margin-right: none;
        margin-bottom: 36px;
    }

    .heightMapa{
        max-width: 100%;
        height: auto;
    }

    .centerMobile{
        text-align: center !important;
    }

    .instgramIcon{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .leftLogoHeader{
        margin-left: 47px;
    }


    .break:before{ display: block; content: " "; }

}