/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.8.2

All css files are placed in /css/ folder
*/

#Content {
    padding-top: 0px !important;
}

#Top_bar .top_bar_left {
    position: fixed !important;
    top: 0% !important;
    background-color: white !important;
    left: 0%  !important;
}

body:not(.template-slider) #Header {
    min-height: 95px !important;
}

.footer-copy-center #Footer .footer_copy {
    background: black;
}

#Footer .footer_copy .one {
    margin-bottom: 10px;
    padding-top: 20px;
    min-height: 15px;
}

.dos_columnas{
  column-count: 2;
  column-gap: 0;
  position: relative;
}

.tres_columnas{
  column-count: 3;
  column-gap: 0;
  position: relative;
}

.col_type_1{
  height: 300px; 
}

.texto_ubicacion{
    width: 45%;
    position: absolute;
    left: 2%;
    top: 10%;
}

.texto_area{
    width: 31%;
    position: absolute;
    bottom: 13%;
    right: 15%;
}

.btn_360{
	position: absolute;
    width: 20%;
    right: 7%;
    bottom: 1%;
}

.btn_video{
	position: absolute;
    width: 35%;
    left: 7%;
    top: 72%;
}

.btn_google{
    position: absolute;
    width: 44%;
    left: 3%;
    top: 45%;
}

.depas_section{
  position: relative;
  margin-bottom: 10px;
}



.texto_depas{
  	position: absolute;
    width: 90%;
    left: 5%;
    bottom: -1%;
}

.footer_div{
  	display: flex;
    align-items: center;
    position: relative;
}

.footer_redes_parte2{
    display: flex;
    align-items: center;
  justify-content: center;
}

.social-icons-web{
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 250px;
}

.web{ display: flex; }
.movil{ display: none; }

.img_logo_footer{ width: 80%; }

@media (max-width: 1024px){
  .web{ display: none; }
  .movil{ display: flex; } 
  .img_logo_footer{ width: 50%; }
}

.btn_360_web{
	position: absolute;
    width: 12%;
    right: 5%;
    bottom: 5%;
}

.btn_video_web{
	position: absolute;
    width: 22%;
    left: 30%;
    bottom: 4%;
}

.btn_google_web{
    position: absolute;
    width: 24%;
    left: 3%;
    top: 36%;
}

.dos_columnas_web{
 	position: relative;
  	height: 40vh;;
}

.mfn-main-slider {
    margin-top: 90px !important;
}

.texto_ubicacion_web{
    width: 25%;
    position: absolute;
    left: 20%;
    top: 3%;
}

.texto_area_web{
  width: 15%;
    position: absolute;
    bottom: 12%;
    right: 17%;
}