@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');



/* CSS Document */

html,body {
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
   
}

.bg_body {
	margin:0;
	padding:0;  
}

.container-main {
	margin:0;
	padding:0;

    
}


img {
	border:0px;
	margin:0;
	padding:0px;
}

.button_white {
    background-color:transparent;
	border:1px solid #111;
    display:inline-table;
	cursor:pointer;
	color:#111;
	font-size:15px;
	padding:4px 20px;
    margin: 5px;
	text-decoration:none;
    font-weight:400;

}
.button_white:hover {
    background-color:#111; 
    border:1px solid #111; 
    color:#fff;
    text-decoration: none;
}

.button_white:active {
	position:relative;
	top:1px;
}


.ing{
	position: absolute;
	top:0px;
	right:-35px;
	width: 36px;
	height: 36px;
	z-index: 555;
}

.main{
    background: #D34A52;
}

.logo-absolute{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
}



.tit-home-ok{
	font-size:60px;
	text-align:center;
	margin:15px;
	color: #B48147; 
    line-height: 60px;
	font-weight:400;
	font-family: 'Kalam', cursive;

}

.tit-interior{
	font-size:40px;
	text-align:left;
	margin:15px;
	color: #2C2A25; 
    line-height: 30px;
	font-weight:300;
    border-bottom: 1px dashed #2C2A25; 
    padding: 15px;
	

}

.tit-interior2{
	font-size:35px;
	text-align:left;
	margin:15px;
	color: #677FBF; 
    line-height: 30px;
	font-weight:700;
    font-family:'Roboto Condensed', sans-serif; 
    border-bottom: 1px solid #677FBF; 
    padding: 15px;
	

}

.tit-interior3{
	font-size:35px;
	text-align:left;
	margin:15px;
	color: #677FBF; 
    line-height: 30px;
	font-weight:700;
    font-family:'Roboto Condensed', sans-serif; 
    padding: 15px;

}

.tit-interior4{
	font-size:22px;
	text-align:left;
	margin:5px 15px 50px 15px;
	color: #111; 
    line-height: 30px;
	font-weight:700;
    font-family:'Roboto Condensed', sans-serif; 
    padding: 0 15px;

}

.tit-interior5{
	font-size:35px;
	text-align:left;
	margin:0px;
	color: #677FBF; 
    line-height: 30px;
	font-weight:700;
    font-family:'Roboto Condensed', sans-serif; 
    padding: 15px;
}

.tit-interior6{
	font-size:22px;
	text-align:left;
	margin:5px 15px 50px 0px;
	color: #111; 
    line-height: 30px;
	font-weight:700;
    font-family:'Roboto Condensed', sans-serif; 
    padding: 0 0px;

}

.tit-producto{
	font-size:30px;
	text-align:center;
	margin:15px;
	color: #B48147; 
    line-height: 30px;
	font-weight:400;


}

.txt-producto {
    text-align:left;
	font-size:20px;
	color:#000;
	padding:20px;
	font-weight:300;

}

.txt-home {
	margin:0px 30px;
	text-align:center;
	font-size:20px;
	color:#000;
	padding:20px;
	font-weight:300;

}

.txt-rec {
	margin:0px 30px;
	text-align:left;
	font-size:17px;
	color:#000;
	padding:20px;
	font-weight:300;

}


.txt-info {
	margin:0px 5px;
	text-align:left;
	font-size:15px;
	color:#000;
	padding:10px;
	font-weight:300;

}

.tit_info2 {
	margin:0px 5px;
	text-align:left;
	font-size:25px;
	color:#B48147;
	padding:10px;
	font-weight:300;

}

.wrapper {
    width: 96%;
    max-width: 980px;
    margin: 0 auto;
}

.cont_button_white {
    margin: 20px auto; display:table;
}


.home_fono, .cotizacion_fono{
    display: table;
    margin: 45px auto 0 auto;
}




    @media (max-width: 767px) {
		.ing{

			display: NONE;
		}
        
        .home_fono, .cotizacion_fono{
            display: none;
        }        

        .logo-absolute{
            position: relative;

        }

      }

.cont_logo { 
	background: url(../images/main_image.jpg) no-repeat center;
	margin: 0;
	padding: 50px 0;
	position: relative;
	z-index: 16;
 }

.cont-rec { 
    margin: 10px auto;
	padding: 20px 50px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 4px solid #C49A6A; 
 }


.separator{
	padding:0;
	height:300px;
	position:relative;
	margin:0 auto;
	overflow-x: visible;
	overflow-y: visible;
	margin-bottom: 0px;
	background:url(../images/separator.jpg) center center;	
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}	






 .cont_logo:after { /* add the transparent pattern overlay */
 
    content: "";
    background: url(../images/path.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
	}


#main-image { 
	border-top: 1px solid #c9c8c8;
	border-bottom: 1px solid #232323;
	height: 400px;
	background: url(../images/main_image.jpg) fixed no-repeat center;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 16;
 }
 
 #main-image:after { /* add the transparent pattern overlay */
 
    content: "";
    background: url(../images/path.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
	}

#main-image-contact { 

	height: 300px;
	background: url(../contact/bg_contact.jpg) fixed no-repeat center;
	margin: 00px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 16;
 }
 
 #main-image-contact:after { /* add the transparent pattern overlay */
 
    content: "";
    background: url(../contact/bg_contact.jpg) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
	}

#main-image-about { 
	height: 300px;
	background: url(../contact/bg_contact.jpg) fixed no-repeat center;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	z-index: 16;
 }
 
 #main-image-midia:after { /* add the transparent pattern overlay */
 
    content: "";
    background: url(../contact/bg_contact.jpg) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
	}
#main-image-midia { 
	height: 300px;
	background: url(../contact/bg_contact.jpg) fixed no-repeat center;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	z-index: 16;
 }
 
 #main-image-about:after { /* add the transparent pattern overlay */
 
    content: "";
    background: url(../contact/bg_contact.jpg) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
	}




#main-image-brand { 
	height: 300px;
	background: url(../contact/bg_contact.jpg) fixed no-repeat center;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 16;
 }
 
 #main-image-brand:after { /* add the transparent pattern overlay */
 
    content: "";
    background: url(../brands/bg_brand.jpg) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
	}

#main-image-locations { 
	height: 540px;
	background: url(../locations/bg_locations.jpg) no-repeat center #fff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 16;
 }
 
 #main-image-locations:after { /* add the transparent pattern overlay */
 
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
	}


.txt-main {
	margin:0px;
	text-align:center;
	font-size:18px;
	font-family:'DelmThin', sans-serif;
	color:#fff;
    padding: 10px auto 10px auto;
    line-height: 40px;

	font-weight:300;

}

.txt-main-home {
	margin:80px;
	text-align:center;
	font-size:18px;
	font-family:'DelmThin', sans-serif;
	color:#fff;
    padding: 10px auto 10px auto;
    line-height: 40px;

	font-weight:300;

}

.tit-main {
	margin:80px 0 0 0;
	text-align:center;
	font-size:50px;
	font-family:'DelmThin', sans-serif;
	color:#fff;
    padding: 10px auto 10px auto;
    line-height: 40px;

	font-weight:300;

}

.tit-main-black {
	margin:80px 0 30px 0;
	text-align:center;
	font-size:50px;
	font-family:'DelmThin', sans-serif;
	color:#000;
    padding: 10px auto 10px auto;
    line-height: 40px;

	font-weight:300;

}

.tit-main-black2 {
	margin:40px 0 30px 0;
	text-align:center;
	font-size:50px;
	font-family:'DelmThin', sans-serif;
	color:#000;
    padding: 10px auto 10px auto;
    line-height: 40px;

	font-weight:300;

}








    @media (max-width: 767px) {
        #main-image { 

            height: 800px;
            background: url(../images/main_image.jpg) fixed no-repeat center;
            margin: 30px 0 0 0;
            padding: 0;
            position: relative;
            z-index: 16;
         }

         #main-image:after { /* add the transparent pattern overlay */

            content: "";
            background: url(../images/path.png) repeat;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1; 
            }

        .txt-main {
            margin:0px;
            text-align:center;
            font-size:16px;
            font-family:'DelmThin', sans-serif;
            color:#fff;
            padding: 0px;
            line-height: 25px;
            font-weight:300;

        }
        
        .tit-main {
        margin:30px 0 10px 0;
        text-align:center;
        font-size:40px;
        font-family:'DelmThin', sans-serif;
        color:#fff;
        padding: 10px auto 10px auto;
        line-height: 40px;

        font-weight:300;

		}
		
		.tit-main-black {
        margin:30px 0 30px 0;
        text-align:center;
        font-size:40px;
        font-family:'DelmThin', sans-serif;
        color:#000;
        padding: 10px auto 10px auto;
        line-height: 40px;

        font-weight:300;

		}
        
        .cont-rec { 
        margin: 10px auto;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.8);
        border-bottom: 4px solid #C49A6A; 
     }

      }
	
.tit-home{
	font-size:50px;
	text-align:center;
	margin:80px 10px 40px 10px;
	color:#fff;
	font-weight:300;
    line-height: 50px;
	font-family:'DelmThin', sans-serif;
    text-decoration: none;
}




.tit-opcion {
    position: absolute;
	text-decoration:none;
	text-align:center;
	font-family: 'Allura';
	color:#fff;
	font-weight:100;
    font-size: 50px;
    bottom: 25px;
    left: 30px;
	z-index:50;

}



.bg_blue{
	background: none;
}

.bg_blue2{
	background: #5B6F8E;
}




.cont-customer{
    background: #EAEAEA;
}



/*=========================================
	SLIDER
=========================================*/


#owl-demo .item{
    margin: 0px;
    background: #32332B;
}

#owl-demo .item img{
    display: block;
    width: auto;
    height: auto;
    border: none;
    margin: 0 auto;
    padding: 0;
}

.item_txt{
    position: absolute;
    bottom:40px;
    left: 30px; 
}

.cont-info-slider{
    position: absolute;
    width: 50%;
    right: 10px;
    top: 120px;
}

.cont-info-slider-1{
    max-width: 560px;
}

.tit_slider_1_1{
    font-size:30px;
    color: white;
    font-weight: 700;
    text-align: center;
    font-family:'Roboto Condensed', sans-serif; 
}

.tit_slider_1_2{
    font-size:25px;
    font-weight: 300;
    color: white;
    background: #3980CE;
    text-align: center;
    font-family:'Roboto Condensed', sans-serif; 
}

.cont-info-slider2{
    position: absolute;
    width: 40%;
    right: 10px;
    top: 80px;
}

.cont-info-slider2-info{
    max-width: 560px;
}

.tit_slider_2_1{
    font-size:50px;
    line-height: 50px;
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    color: white;
    font-weight: 300;
    text-align: center;
    font-family:'Roboto Condensed', sans-serif; 
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.list_info_slider{
    width: 60%;
    margin: 0 auto;
}

.list_info_slider_left{
    float: left;    
}

.list_info_slider_left ul{
    color: white;
    font-size: 22px;
    line-height: 30px;
    list-style: none;
    padding: 15px 25px;
    
}

.list_info_slider_right ul{
    color: white;
    font-size: 22px;
    line-height: 30px;
    list-style: none;
    padding: 15px 0 15px 30px;
}


.cont-info-slider3{
    position: absolute;
    width: 40%;
    right: 10px;
    top: 30px;
}

.list_info_slider3{
    width: 90%;
    margin: 0 auto;
}

.list_info_slider_left3{
    float: left;    
}

.list_info_slider_left3 ul{
    color: white;
    font-size: 22px;
    line-height: 25px;
    list-style: none;
    padding: 15px 25px;
    
}

.list_info_slider_right3 ul{
    color: white;
    font-size: 22px;
    line-height: 25px;
    list-style: none;
    padding: 15px 0 15px 30px;
}


.cont_button_main{
    margin: 20px auto; display:table;

}

.button_main {
	background-color:white;
    border:1px solid #2C2A25;
	color:#2C2A25;	
    text-decoration: none;
	display:inline-table;
	cursor:pointer;
	font-size:13px;
	padding:4px 20px;
    margin: 5px;
    font-weight:400;
   font-family: 'Raleway', sans-serif;    
}
.button_main:hover {
    background-color:#2C2A25;
	border:1px solid #2C2A25;
	color:white;	    
	
    text-decoration: none;
}

.button_main:active {
	position:relative;
	top:1px;
}

    @media (max-width: 1024px) {
        .cont-info-slider{
            top: 60px;
        }
        .tit_slider_1_1{
            font-size:20px;
            line-height: 30px;
        }        
        .tit_slider_1_2{
            font-size:20px;
            line-height: 30px;
        }
        .cont_button_main{
            margin: 5px auto; display:table;
        } 
        
        .cont-info-slider2{
            position: absolute;
            width: 40%;
            right: 10px;
            top: 30px;
        }        
        .tit_slider_2_1{
            font-size:40px;
            line-height: 40px;
        }
        
        .list_info_slider{
            width: 70%;
            margin: 0 auto;
        }        

        .list_info_slider_left ul{
            color: white;
            font-size: 18px;
            line-height: 20px;
            list-style: none;
            padding: 15px 25px;

        }

        .list_info_slider_right ul{
            color: white;
            font-size: 18px;
            line-height: 20px;
            list-style: none;
            padding: 15px 0 15px 30px;
        }  
        
        .list_info_slider_left3 ul{
            color: white;
            font-size: 15px;
            line-height: 16px;
            list-style: none;
            padding: 15px 25px;

        }

        .list_info_slider_right3 ul{
            color: white;
            font-size: 15px;
            line-height: 16px;
            list-style: none;
            padding: 15px 0 15px 30px;
        }        
        
        
    }

     @media (max-width: 768px) {
        .cont-info-slider{
            top: 20px;
        }
        .tit_slider_1_1{
            font-size:20px;
            line-height: 30px;
        }        
        .tit_slider_1_2{
            font-size:20px;
            line-height: 30px;
        }
         
         #owl-demo .item img{
            display: block;
            width: 100%;
            height: auto;
            border: none;
            margin: 0;
            padding: 0;
        } 
         
        .cont-info-slider2{
            position: absolute;
            width: 40%;
            right: 10px;
            top: 20px;
        }        
        .tit_slider_2_1{
            font-size:25px;
            line-height: 25px;
        }
        
        .list_info_slider{
            width: 80%;
            margin: 0 auto;
        }        

        .list_info_slider_left ul{
            color: white;
            font-size: 15px;
            line-height: 15px;
            list-style: none;
            padding: 5px 25px;

        }

        .list_info_slider_right ul{
            color: white;
            font-size: 15px;
            line-height: 15px;
            list-style: none;
            padding: 5px 0 5px 30px;
        } 
         
        .list_info_slider3{
            display: none;
        }          
         
         
    }


    @media (max-width: 425px) {
        .cont-info-slider{
            top: 20px;
        }
        .tit_slider_1_1{
            font-size:16px;
            line-height: 16px;
        }        
        .tit_slider_1_2{
            font-size:16px;
            line-height: 16px;
        }
        .img_info_slider_1{
            display: none;
        }
        
        .list_info_slider{
            display: none;
        }  
    }

    @media (max-width: 375px) {
        .cont-info-slider{
            top: 25px;
        }
        .tit_slider_1_1{
            font-size:12px;
            line-height: 13px;
        }        
        .tit_slider_1_2{
            font-size:12px;
            line-height: 13px;
        }
        .img_info_slider_1{
            display: none;
        }
       .tit_slider_2_1{
            font-size:20px;
            line-height: 20px;
        }}
        
    @media (max-width: 375px) {
        .cont-info-slider{
            top: 15px;
        }
        .tit_slider_2_1{
            font-size:16px;
            line-height: 16px;
            padding: 5px 0;
        }
        
        
        }        
        



/* ------------------------------------------------------ 
					PRESENTACION	
*-------------------------------------------------------- */

.bg_presentacion{
    background: #fff;
    display: block;
}

.txt_presentacion_home{
	font-size: 30px;
	line-height: 37px;
	padding: 5px 0;
	color: #3A2D76;
	text-align: center;
	font-weight: 300;
	margin: 15px auto 50px auto;
	max-width: 600px;
	min-height: 500px;
}

.txt_presentacion_home > span{
    font-size:40px;
    line-height: 43px;
    padding: 5px 0;
    color:#3A2D76;
    text-align: center;
    font-weight: 700;
    margin: 15px 30px 50px 30px;
}


.tit_presentacion{
    font-size:35px;
    line-height: 40px;
    padding: 2px 0;
    color:#035C6C;
    text-align: left;
     margin:20px 50px 30px 50px;
    font-weight: 100;
    font-family: 'Pacifico', cursive;
    border-bottom: 5px solid #C76B2C;
    display: table;
}

.tit_porque{
    font-size:30px;
    line-height: 35px;
    padding: 2px 0;
    color:#035C6C;
    text-align: left;
     margin:20px auto 30px 0;
    font-weight: 100;
    font-family: 'Pacifico', cursive;
    border-bottom: 5px solid #EF1166;
    display: table;
}

.tit_principios{
    font-size:35px;
    line-height: 40px;
    padding: 2px 0;
    color:#035C6C;
    text-align: left;
     margin:20px 50px 30px 0px;
    font-weight: 100;
    font-family: 'Pacifico', cursive;
    border-bottom: 5px solid #F8A314;
    display: table;
}

.tit_presentacion_home{
    font-size:40px;
    line-height: 42px;
    padding: 2px 0;
    color:#035C6C;
    text-align: center;
     margin:20px auto 0px auto;
    font-weight: 100;
    font-family: 'Pacifico', cursive;
    border-bottom: 5px solid #C76B2C;
    display: table;
}

.txt_charla-home{
	font-size: 25px;
	padding: 5px 0;
	color: #3A2D76;
	text-align: center;
	font-weight: 300;
	margin: 15px auto 50px auto;
	max-width: 830px;
	min-height: 500px;
}

.txt_charla-home > span{
	font-size: 28px;
	padding: 5px 0;
	color: #3A2D76;
	text-align: center;
	font-weight: 300;
	margin: 15px auto 50px auto;
	max-width: 830px;
}

.mono-slider {
	min-height: 600px;
}

.tit_compromiso{
    font-size:35px;
    line-height: 40px;
    padding: 2px 0;
    color:#035C6C;
    text-align: left;
     margin:20px 15px 30px 0px;
    font-weight: 100;
    font-family: 'Pacifico', cursive;
    border-bottom: 5px solid #2BB74A;
    display: table;
}

.cont_principio{
    border-radius: 20px;
    margin: 15px 0;
    padding: 10px;
    background-image:url(../principios/aro.jpg);
    background-repeat: repeat;
    background-size: auto auto;
    background-position: center;
    width: auto;
    display: block;

}

.cont_principio_txt{
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    margin: 10px;
    text-align: left;
    min-height: 160px;
    
    
}

.circulos{
    margin: 30px auto;
}


.clear{
    clear: both
}

.txt_presentacion{
    font-size: 15px;
    line-height: 21px;
    padding: 5px 0;
    color:#2ABB46;
    text-align: right;
    font-weight: 700;
    margin: 15px 30px 15px 30px;
    max-width: 300px;
    float: right;
}

.txt_presentacion > span{
    font-size:40px;
    line-height: 33px;
    padding: 5px 0;
    color:#3A2D76;
    text-align: center;
    font-weight: 700;
    margin: 15px 30px 50px 30px;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

.txt_presentacion2{
    font-size:18px;
    line-height: 22px;
    padding: 5px 0;
    color:#3A2D76;
    text-align: justify;
    font-weight: 400;
    margin: 0 0px;
}

.txt_presentacion_equipo{
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    color:#3A2D76;
    text-align: left;
    font-weight: 400;
    margin: 0 15px;
}

.txt_presentacion_admision{
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    color:#3A2D76;
    text-align: left;
    font-weight: 400;
    margin: 0 0px;
}

.txt_presentacion_admision a{
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    color:#3A2D76;
    text-align: left;
    font-weight: 400;
    margin: 0 0px;
	text-decoration:underline;
}

.txt_presentacion_admision a:hover{
	color:#000;
}

.txt_presentacion_equipo > span{
    font-size:25px;
    line-height: 22px;
    padding: 5px 0;
    color:#3A2D76;
    text-align: left;
    font-weight: 300;
    margin: 0 30px;

}

    @media (max-width: 768px) {
        .txt_presentacion_home{
	font-size: 20px;
	line-height: 25px;
	color: #3A2D76;
	text-align: center;
	font-weight: 300;
	padding: 10px 0;
	margin: 15px 5px 50px 5px;
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;
	max-width: 830px;
			min-height: 450px;
        }

        .txt_presentacion_home > span{
            font-size:20px;
            line-height: 25px;
            padding: 5px 0;
            color:#3A2D76;
            text-align: center;
            font-weight: 700;
            margin: 15px 5px 50px 5px;
            border-bottom: 1px dashed #fff;
            border-top: 1px dashed #fff;
        }
        
        .tit_presentacion {
            font-size: 30px;
            line-height: 45px;
            padding: 2px 0;
            color: #035C6C;
            text-align: left;
            margin: 20px 30px 30px 30px;
            font-weight: 100;
            font-family: 'Pacifico', cursive;
            border-bottom: 5px solid #C76B2C;
            display: table;
        }  
        
        .txt_presentacion2{
            font-size:16px;
            line-height: 20px;
            padding: 5px 0;
            color:#3A2D76;
            text-align: justify;
            font-weight: 400;
            margin: 0 10px;
        }
        
        
        .txt_charla-home{
	font-size: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #3A2D76;
	text-align: center;
	font-weight: 300;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 830px;
}

.txt_charla-home > span{
	font-size: 18px;
	padding: 5px 0;
	color: #3A2D76;
	text-align: center;
	font-weight: 300;
	margin: 15px auto 50px auto;
	max-width: 830px;
}

        
      }


    @media (max-width: 600px) {

        
        .tit_presentacion{
            font-size:24px;
            line-height: 26px;
            padding: 2px 0;
            color:#035C6C;
            text-align: center;
             margin:20px auto 30px auto;
            font-weight: 100;
            font-family: 'Pacifico', cursive;
            border-bottom: 5px solid #C76B2C;
            display: table;
        }
      }

    @media (max-width: 600px) {

        
        .tit_presentacion{
            font-size:24px;
            line-height: 26px;
            padding: 2px 0;
            color:#035C6C;
            text-align: center;
             margin:20px auto 30px auto;
            font-weight: 100;
            font-family: 'Pacifico', cursive;
            border-bottom: 5px solid #C76B2C;
            display: table;
        }
      }

/* ------------------------------------------------------ 
					BANNER HOME		
*-------------------------------------------------------- */

.productos-home {
	position:relative;
	margin:0;
	padding: 0;
	background: #fff;
}



.bg_terapias {
	position:relative;
	margin:0;
	padding: 0;
	background: #FBF4FB;
}

.banner-home a{
    width: 240px;
    margin: 0 auto;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration:none;
	background:none;


}

.banner-home a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);	
   text-decoration:none;


}

.tit_banner_home{
    font-size:22px;
    line-height: 27px;
    padding: 5px 0;
    color:#2C2A25;
    text-align: center;
    
}




.th_home{
	border: none;
	background: none;

}



.subtit_banner_home{
	font-size:30px;
	text-align:left;
	margin:0 0 10px 0;
	color:#111;
    font-weight:100;
	line-height: 35px;
    font-family:'Roboto Condensed', sans-serif; 
}

.txt_banner_home{
	text-decoration:none;
	text-align:left;
	color:#111;
    font-size: 22px;
	font-weight:300;
	line-height: 30px;
    border: none;
    font-family:'Roboto Condensed', sans-serif; 
}


.mapa-home{
    padding: 0;
    margin: 0;
    position: relative;
    height: 400px;
}

.mascara{
    position: absolute;
    background:rgba(234, 111, 36, 0.3);
    width: 100%;
    height: 400px;
    z-index: 10;
}

.local{
    z-index: 999;
    margin: auto;
    position: absolute;
    top: -200px; left: 0;  right: 0;
}



    @media (max-width: 1024px) {
        .tit_banner_home{
            font-size:18px;
            line-height: 20px;
            padding: 5px 0;
            color:#2C2A25;
            text-align: center;
        }
        
        .subtit_banner_home{
            font-size:18px;
            text-align:left;
            margin:0 0 10px 0;
            color:#111;
            font-weight:100;
            line-height: 20px;
        }

        .txt_banner_home{
            text-decoration:none;
            text-align:left;
            color:#111;
            font-size: 14px;
            font-weight:300;
            line-height: 16px;
            border: none;
        }
      }

    @media (max-width: 768px) {
        .banner-home a{
            margin: 20px auto;
            border-bottom: 1px solid #ccc;
        }
        
        .arbol{
            width: 20%;
            height: 20%;
    
        }
        
        .mono{
            width: 40%;
            height: 40%;  
        }       
		
    }

/* ------------------------------------------------------ 
						SAINT				
*-------------------------------------------------------- */

.box-saint{
   background-image:url(../images/bg_saint.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    height: 420px;
}

.button_main_black {
    background-color:transparent;
	border:1px solid #111;
	color:#111;	
    text-decoration: none;
    display: table;
	cursor:pointer;
	font-size:15px;
	padding:4px 20px;
    text-align: center;
    font-weight:400;
    font-family:'Roboto Condensed', sans-serif;    
}
.button_main_black:hover {
	background-color:#111; 
    border:1px solid #111;
	color:white;	
    text-decoration: none;
}

.button_main_black:active {
	position:relative;
	top:1px;
}


    @media (max-width: 767px) {
        .box-saint{
            height: 280px;
        }
      }



/* ------------------------------------------------------ 
					GIFT			
*-------------------------------------------------------- */

.cont_button_main_orange{
    margin: 0 auto; display:table;
    padding: 0px 0 25px 0;

}

.button_main_orange {
    background-color:transparent;
	border:1px solid #E97645;
	color:#E97645;	
    text-decoration: none;
	cursor:pointer;
	font-size:15px;
	padding:4px 20px;
    text-align: center;
    font-weight:400;
    font-family:'Roboto Condensed', sans-serif;    
}
.button_main_orange:hover {
    
	background-color:#E97645;
    border:1px solid #E97645;
	color:white;	
    text-decoration: none;
}

.button_main_orange:active {
	position:relative;
	top:1px;
}

.foto_reserva{
    display: table-row;
    vertical-align: bottom;
}


    @media (max-width: 1023px) {
        .foto_reserva{
            display: none;
        }

        .foto_gift{
            display: none;
        }        
      }


/* ------------------------------------------------------ 
					MAPA			
*-------------------------------------------------------- */

.box-mapa{
   background-image:url(../images/bg_mapa.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center;
    height: 320px;
}

.cont_button_main_green{
    margin: 0 auto; display:table;
    padding: 50px 0 25px 0;

}

.button_main_green {
    background-color:#9ACF4B;
	border:1px solid #9ACF4B;
	color:white;	
    text-decoration: none;
	cursor:pointer;
	font-size:15px;
	padding:4px 20px;
    text-align: center;
    font-weight:400;
    font-family:'Roboto Condensed', sans-serif;    
}
.button_main_green:hover {
    
	background-color:#E97645;
    border:1px solid #E97645;
	color:white;	
    text-decoration: none;
}

.button_main_green:active {
	position:relative;
	top:1px;
}



.cont_button_back {
    margin: 30px auto; display:table;
}


.button_back {
    background-color:transparent;
	border:1px solid #C19454;
	display:inline-table;
	cursor:pointer;
	color:#866231;
	font-size:15px;
	padding:4px 20px;
    margin: 5px;
	text-decoration:none;
    font-weight:400;
    font-family:'DelmThin', sans-serif;    
}
.button_back:hover {
    background-color:#C19454;
    border:1px solid #C19454;
    color:#fff;
    text-decoration: none;
}

.button_back:active {
	position:relative;
	top:0px;
}




.tit-customer {
	margin:0px 0 15px 0;
	text-align:center;
	font-size:40px;
	font-family:'DelmThin', sans-serif;
	color:#000;
    padding: 10px auto 50px auto;
	border-bottom: 1px #111 dashed;

	font-weight:300;

}

/* ------------------------------------------------------ 
					PRESENTACION		
*-------------------------------------------------------- */

.bg-presentacion {
    background: #E8EBF4;
}

.txt-presentacion{
    font-size: 22px;
    margin: 15px 20px;
}


/* ------------------------------------------------------ 
					PRENSA		
*-------------------------------------------------------- */

.bg-prensa {
    background: url(../prensa/bg-prensa.png) bottom right no-repeat #DDF0F6;
}

.prensa{
    border: 0px solid #ccc;
    border-radius: 0;
    margin-bottom: 16px;
	padding: 10px;
	height:auto;
	display: block;
    background: white;
}

.prensa a{

	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration:none;
	margin: 15px 0;
	padding: 10px;
	background:rgba(255, 255, 255, 0.4);	


}

.prensa a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);	
   	text-decoration:none;
	background:rgba(255, 255, 255, 0.95);
	

}



.prensa > a > span{
    color: #53ADC5;
    text-align: center !important;
    margin: 15px auto 0 auto;
    display: block;
    font-size: 20px;
    line-height: 22px;
}

.prensa > a > p{
    color: #111;
    text-align: center !important;
    margin: 15px auto 0 auto;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.cont-prensa {
    background: url(../men/bg_men.jpg) bottom  no-repeat #D9D9D9 ;
}

.tit_prensa{
    color: #000;
    padding: 10px 20px;
	font-size:50px;
    font-weight: 300;
	font-family:'Roboto Condensed', sans-serif;
	text-align: LEFT;

}

.cont_button_main2{
    margin: 5px auto; display:table;

}

.button_main2 {
        background-color:white;
	border:1px solid #2E2828;
	color:#2E2828;	
    text-decoration: none;
	display:inline-table;
	cursor:pointer;
	
	font-size:15px;
	padding:4px 20px;
    margin: 5px;
    font-weight:400;
    font-family:'Roboto Condensed', sans-serif;    
}
.button_main2:hover {
    
	background-color:#2E2828;
    border:1px solid #2E2828;
	color:#fff;	
    text-decoration: none;
}

.button_main2:active {
	position:relative;
	top:1px;
}

/* ------------------------------------------------------ 
					PRENSA		
*-------------------------------------------------------- */

.bg-notas {
    background:#EADDEC;
}

.alert-info{
    font-size: 25px;
    text-align: center;
}



/* ------------------------------------------------------ 
					CORPORELS		
*-------------------------------------------------------- */

.bg-corporales {
    background: url(../corporales/bg-corporal.png) bottom right no-repeat #FAD1DC;
}

.txt-tratamientos{
    font-size: 18px;
    margin-bottom: 20px;
}

.tit-faq{
    font-size: 25px;
    margin: 15px 5px;
    color:#111;
    
}

.panel-title{
    color:#DE365F;
    font-size: 19px;  
}

.panel-heading > a:hover{
    text-decoration: none;
}

.panel-heading > a:active{
    text-decoration: none;
}

.panel-body{
    font-size: 20px;
    font-weight: 100;
    line-height: 20px;

    
}


/* ------------------------------------------------------ 
					CORPORELS		
*-------------------------------------------------------- */

.bg-faciales {
    background: url(../faciales/bg_faciales.jpg) bottom right no-repeat #FDF5EE;
}


/* ------------------------------------------------------ 
					SAINT		
*-------------------------------------------------------- */

.bg-saint {
    background: url(../images/bg_saint.jpg) bottom center no-repeat #fff;
}

.container-saint {
    padding-bottom: 350px;



}

.txt-saint{
    	font-size:15px;
	padding:20px 20px;
	text-decoration:none;
    font-weight:400;
    font-family:'Roboto Condensed', sans-serif;    
    display: table;
    margin: 15px auto;
    background: #fafafa;
}


/* ------------------------------------------------------ 
					SUGERENCIAS		
*-------------------------------------------------------- */


.th_sugerencias{
border: 1px solid white;
background:rgba(255, 255, 255, 0.8);
}

.tit_banner_sugerencias{
	font-size:35px;
	text-align:center;
	margin:5px;
	color:#C19454;
    font-weight:400;
	font-family: 'DelmThin', sans-serif;
	line-height: 30px;
}

.txt_banner_sugerencias{
	text-decoration:none;
	text-align:center;
	font-family: 'DelmThin', sans-serif;
	color:#777;
    font-size: 20px;
	font-weight:400;
	line-height: 30px;
}




.banner-sugerencias a{

	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration:none;
	margin: 15px 0;
	padding: 10px;
	background:rgba(255, 255, 255, 0.4);	


}

.banner-sugerencias a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);	
   	text-decoration:none;
	background:rgba(255, 255, 255, 0.95);
	

}

    @media (max-width: 480px) {
        .tit_banner_sugerencias{
            font-size:22px;
            text-align:center;
            margin:15px;
			
            font-weight:400;
            font-family: 'DelmThin', sans-serif;
            line-height: 25px;
        }
        
        .txt_banner_sugerencias{
            text-decoration:none;
            text-align:center;
            font-family: 'DelmThin', sans-serif;
            color:#000;
            font-size: 15px;
            font-weight:400;
            line-height: 25px;
        }
		
		


      }


    @media (max-width: 360px) {
        .tit_banner_sugerencias{
            font-size:20px;
            text-align:center;
            margin:15px;
			
            font-weight:400;
            font-family: 'DelmThin', sans-serif;
            line-height: 25px;
        }
        
         .txt_banner_sugerencias{
            text-decoration:none;
            text-align:center;
            font-family: 'DelmThin', sans-serif;
            color:#000;
            font-size: 15px;
            font-weight:400;
            line-height: 25px;
        }
		


      }



/* ------------------------------------------------------ 
					TRABAJE CON NOOSTROS			
*-------------------------------------------------------- */


.cont-trabaje{
	height:400px;
	width:650px;
	padding:25px;
	background:url(../trabaje/_trabaje.jpg) no-repeat
}

.titulos-trabaje { 
	margin:0;
	padding-botton:20px; 
	text-decoration:none;
	text-align:left;
	font-size:30px;
	font-family:'Open Sans', sans-serif;
	font-style:italic;
	color:#fff;
	font-weight:400;
	z-index:50;

}	

.txt-trabaje { 
	margin:0;
	padding-botton:20px; 
	text-decoration:none;
	text-align:left;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-style:italic;
	color:#fff;
	font-weight:400;
	z-index:50;

}

.cont-btn{
	margin:0 auto;
	display:table;
}
	

/* ------------------------------------------------------ 
					CLIENTES	
*-------------------------------------------------------- */


#row-clientes {
    margin: 20px 0px 60px 0px;
    }

#logos {
    margin: 10px 10px 10px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow: 0px 0px 12px 0px #888888;
    }

#logos:hover {
	cursor: pointer;
	-webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow: 0px 0px 12px 0px #888888;
    z-index: 1;
    }


/* ------------------------------------------------------ 
					GALERIA			
*-------------------------------------------------------- */

/* menu li*/

.galeria li {
	width:12px;
	height:92px;	
	margin:8px 8px 15px 8px;	
	padding:0;
	list-style:none;
	float:left;
}

.galeria li a {
	border:#D3C7B4 3px solid;
	display:block;
}

.galeria li a:hover {
	border:#FF7F00 3px solid;
}

.cont-galeria {
	position:relative;
	padding:20px 0px 70px 0px;	
}



/*---------------------
		QUIENES TAB
----------------------*/


.cont-tabs {
	margin:20px auto;
	font-family:'Open Sans', sans-serif;
}



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	font-size:15px;
	font-weight:300;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { 
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tit-tabs{
  	color:#FF7800;
  	font-size:26px;
	font-weight:400;
}

.txt-tabs{
  	color:#333;
  	font-size:16px;
	font-weight:300;
	margin:5px;
	
}



.txt-tabs li  {
  	color:#333;
  	font-size:16px;
	font-weight:300;

}

.txt-tabs li a  {
	text-decoration:none;
	background-color:#f0f0f0;
	display:table;
	padding:5px 20px;
	margin:10px 0;
	color:#333;
}

.txt-tabs li a:hover  {
	text-decoration:none;
	background-color:#FF7800;
	display:table;
	padding:5px 20px;
	margin:10px 0;
	color:#fff;
}


/* ------------------------------------------------------ 
					FAQ			
*-------------------------------------------------------- */

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: none;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: none;
}

.panel-body {

	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/* ------------------------------------------------------ 
					MIDIA	
*-------------------------------------------------------- */

.midia{
	margin:15px 0;
	padding: 10px;
	background:url(../midia/PDF-2-50.png) no-repeat right bottom rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.4);
}


/* ------------------------------------------------------ 
					CONTACTO	
*-------------------------------------------------------- */

.bg-reservas{
       background:url(../reservas/reservas.png) right bottom no-repeat #EDE9EA;
    border-bottom:10px solid #C6B9BC;
}

.bg-contacto{
       background:url(../contacto/contacto.png) right bottom no-repeat #EDE9EA;
    border-bottom:10px solid #C6B9BC;
}

.reservas{

}

.cont-form{
    background: transparent;
    
}

.contenedor_contacto{
	padding: 0 50px;
}

.contenedor_linea{
	padding: 0 80px 50px 0;
    background:url(../linea/bg_linea.jpg) right bottom no-repeat;
}

.contenedor_shows{
	padding: 15px;

}


    @media (max-width: 991px) {
		.contenedor_contacto{
			padding: 0 0px;
		}
        
        .contenedor_linea{
            padding: 0 0 300px 0;
        }



      }

    .contact_form{
        padding: 15px 280px;

    }

    @media (max-width: 1200px) {       
        .contact_form{
            padding: 15px 150px;

        }
                .cont-form{
            background: #EDE9EA;
            padding:10px

        }     
        
      }

    @media (max-width: 768px) {       
        .contact_form{
            padding: 15px 50px;
        }
        
   
        
      }

    @media (max-width: 480px) {       
        .contact_form{
            padding: 10px;

        }
      }


input, textarea, button, select { margin-top:10px; border-color: #73C1CC; color: white }


.form-group {
    margin: 0 0 20px 0;
    padding: 0 15PX;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C6B9BC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 0;
}

.control-label {
    margin: 0;
    padding: 0;
	font-family:'Roboto Condensed', sans-serif; 
}

.cont-txt-reservas{
    padding: 30px;
    background: #fff;
    font-size: 16px;
}

/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #FFDE01;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field END */


.content{
    background:#EEE1D0;
    padding: 50px 0;
    margin: 0;

}

.center-white{
    background: #fff;
    padding: 150px 100px;
    margin: 0 auto;

}

label{
	margin-top: 17px;
	text-align: right;
	font-family:'Roboto Condensed', sans-serif;   
	color:#333;
    font-size: 14px;
	font-weight:400;
	
}





/* ------------------------------------------------------ 
						PIE					
*-------------------------------------------------------- */

footer{
    padding: 20px 0 ;
    margin: 0 auto !important;
    position: relative;
    background: #ACCD36;
    display: table;
    width: 100%;
}

.txt_footer{
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0px auto;
    line-height: 26px;
}

.txt_footer2{
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0px auto;
     line-height: 20px;
}

.txt_footer3{
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
	margin: 0 10px 0 10px;
    line-height: 20px;
}

.txt_footer3 a{
    color: #FFF;

}

.txt_footer3 a:hover{
    color: #FFF;
	text-decoration:underline;

}


.txt_footer2 a{
    color: #FFF;

}

.txt_footer2 a:hover{
    color: #FFF;
	text-decoration:underline;

}

.pie2 {
	display: none;
}


@media (max-width: 767px) {
    .txt_footer1{
        font-size: 16px;
        padding: 0 30px;
    }
    
    .txt_footer2{
        font-size: 16px;
    }
    
    .txt_footer{
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        margin: 0px auto;
    }
    
}

.foto-porque-abajo {
		display:none;
	}


@media (max-width: 425px) {
	
	.pie1 {
		display: none;
	}
	
	.pie2 {
		display: block;
	}

}

@media (max-width: 640px) {
	
	.pie1 {
		display: none;
	}
	
	.pie2 {
		display: block;
	}
}

@media (max-width: 667px) {
	
	.pie1 {
		display: none;
	}
	
	.pie2 {
		display: block;
	}
}


@media (max-width: 320px) {
	
	.pie1 {
		display: none;
	}
	
	.pie2 {
		display: block;
	}
	

	
    .txt_footer1{
        font-size: 14px;
        padding: 0 30px;
    }
    
    .txt_footer2{
        font-size: 13px;
    }
    
    .txt_footer{
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        margin: 0px auto;
    }
	
	.foto-porque-arriba {
		display:none;
	}
    
	
	.foto-porque-abajo {
		display:block;
	}
}

@media (max-width: 360px) {

	.foto-porque-arriba {
		display:none;
	}
    
	
	.foto-porque-abajo {
		display:block;
	}
}

@media (max-width: 425px) {

	.foto-porque-arriba {
		display:none;
	}
    
	
	.foto-porque-abajo {
		display:block;
	}
}


/*SLIDER HOME*/
.hero-box {
	height: 550px;
	background-color: white;
	
}


/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1),
  .col-ms-1:nth-child(12n+1),
  .col-ms-2:nth-child(6n+1),
  .col-ms-3:nth-child(4n+1),
  .col-ms-4:nth-child(3n+1),
  .col-ms-6:nth-child(2n+1)	
	{
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-ms-1:nth-child(12n+1),
  .col-ms-2:nth-child(6n+1),
  .col-ms-3:nth-child(4n+1),
  .col-ms-4:nth-child(3n+1),
  .col-ms-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1)	
	{
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-ms-1:nth-child(12n+1),
  .col-ms-2:nth-child(6n+1),
  .col-ms-3:nth-child(4n+1),
  .col-ms-4:nth-child(3n+1),
  .col-ms-6:nth-child(2n+1),	
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}




.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }

  .col-ms-1 {
    width: 8.33333%; }

  .col-ms-2 {
    width: 16.66667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333%; }

  .col-ms-5 {
    width: 41.66667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333%; }

  .col-ms-8 {
    width: 66.66667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.33333%; }

  .col-ms-11 {
    width: 91.66667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-push-1 {
    left: 8.33333%; }

  .col-ms-push-2 {
    left: 16.66667%; }

  .col-ms-push-3 {
    left: 25%; }

  .col-ms-push-4 {
    left: 33.33333%; }

  .col-ms-push-5 {
    left: 41.66667%; }

  .col-ms-push-6 {
    left: 50%; }

  .col-ms-push-7 {
    left: 58.33333%; }

  .col-ms-push-8 {
    left: 66.66667%; }

  .col-ms-push-9 {
    left: 75%; }

  .col-ms-push-10 {
    left: 83.33333%; }

  .col-ms-push-11 {
    left: 91.66667%; }

  .col-ms-pull-1 {
    right: 8.33333%; }

  .col-ms-pull-2 {
    right: 16.66667%; }

  .col-ms-pull-3 {
    right: 25%; }

  .col-ms-pull-4 {
    right: 33.33333%; }

  .col-ms-pull-5 {
    right: 41.66667%; }

  .col-ms-pull-6 {
    right: 50%; }

  .col-ms-pull-7 {
    right: 58.33333%; }

  .col-ms-pull-8 {
    right: 66.66667%; }

  .col-ms-pull-9 {
    right: 75%; }

  .col-ms-pull-10 {
    right: 83.33333%; }

  .col-ms-pull-11 {
    right: 91.66667%; }

  .col-ms-offset-1 {
    margin-left: 8.33333%; }

  .col-ms-offset-2 {
    margin-left: 16.66667%; }

  .col-ms-offset-3 {
    margin-left: 25%; }

  .col-ms-offset-4 {
    margin-left: 33.33333%; }

  .col-ms-offset-5 {
    margin-left: 41.66667%; }

  .col-ms-offset-6 {
    margin-left: 50%; }

  .col-ms-offset-7 {
    margin-left: 58.33333%; }

  .col-ms-offset-8 {
    margin-left: 66.66667%; }

  .col-ms-offset-9 {
    margin-left: 75%; }

  .col-ms-offset-10 {
    margin-left: 83.33333%; }

  .col-ms-offset-11 {
    margin-left: 91.66667%; }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px; }
    



.tit_pop {
	color: #B88627;
	font-family: 'Allura', cursive;
	font-weight: 300;
    font-size: 30px;
    text-align: center;
	z-index: 50;
	margin: 0 0 5px 0;

}}

@media screen and (min-width: 768px) {
	
	.modal-dialog  {width:900px;}

}


.table-condensed th {
	font-size: 12px;
	
}

.table-condensed td {
	font-size: 12px;
	
}

    
    

	
