
/* contenedor del menu */
.container_wapper {
    width: 100%;
    background: #c0c0c0;
}



/* contenedor de bienvenida */
.container_wapper2 {
    width: 100%;
    background: white;
}

/* contenedor de servicios completo*/
.container{
	width: 90%;
	height:auto;
    background: white;
}

/* contenedor individual de servicios */
.container4{
	width: 20%;
	height:auto;
    background: white;
	float:left;
	margin-left:10%;
	
}

/* contenedor del formulario de contacto */
.container_wapper3 {
	width: 100%;
	height:auto;
    background-color:rgb(232, 229, 229);
	font-family:  'raleway-semibold';
	clear:both;
}


/* texto sobre imagenes slide principal */
.textimg
{
	font-family:  'raleway-extrabold';
	font-size:4.5vw;
	color:black;
	background-color: rgba(255, 255, 255, 0.15);
	width:auto;
    position:absolute;
    left:20%; 
	right:20%;
	bottom: 15%;
	text-align:center; 
	
}

.titulo{
	    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
	font-family:'raleway-semibold';
	font-size:50px;
    color: #FD200;
}




.img{
	width:130px;
	height:150px;
}


#bienvenidano{
	height: auto;
	font-family:'raleway-extrabold';
	font-size:16px;
	color:#44588a;
	text-shadow: 1px 1px 6px rgba(150, 150, 150, 0.9);
	position:relative; 
	left:16%; 
	height:auto;
	width:70%;
	text-align:justify;
}

#bienvenida{
	height: auto;
	font-family:'raleway-extrabold';
	font-size:16px;
	color:#3b3b3b;
	position:relative; 
	left:16%; 
	height:auto;
	width:70%;
	text-align:justify;
}

/* Excelente servicio / Honestidad / Precio justo */

#sub-titulo{
    text-align: center;
	font-family:'raleway-semibold';
	font-size:25px;
    color: black;
}



.container-fluid {
    width: auto;
	margin-bottom: 2px;
}

#banner{
	height:200px;
}

#bloque1{
	height:100%;
text-align: center;
  padding: 1rem;
  
}

.divser {
	    width: 100%;
    background: #c0c0c0;
  box-shadow: 2px 2px 5px #999;
}


#bloque2{
	height:100%;
	text-align: justify;
	padding: 2rem;
	font-size:16px;
	padding-left:3em;
}

#bloque3{
	height:100%;
	text-align: justify;
	padding: 1rem;
	font-size:16px;
}

.templatemo_logo a:hover {
	text-decoration: none;
	max-height: 100%;
	  width: 100%;
}
/*menu*/
#templatemo_mobile_menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: #f9f9f9;
    position: fixed;
    z-index: 5500;
    right: -100px;
    display: none;
    overflow: auto;
}
#templatemo_mobile_menu ul li a {
    text-align: left;
    background: #666666;
    color: #000;
	font-family:raleway;
	font-weight:bold;
}
#templatemo_mobile_menu ul li:hover a {
	color: #fff;
	background-color: #666666;
}
#templatemo_banner_menu {
    width: 100%;
    background: #f9f9f9;
    height: 94px;
    border-bottom: 1px solid #666666;
    position: fixed;
    top: 0;
    z-index: 5000;
}
#templatemo_banner_menu #logo_img {
	max-height: 110%;
	
	max-width: 320px;
	
	position: relative; /*hace que muevas relativamente su posición*/
  	top: 0px; /*Pixeles arriba de su posición natural (puede ser negativo)*/
  	left: 10px; /*Pixeles a la izquierda de su posición natural*/
  	right: 0px; 
}

@media screen and (max-width: 1000px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
        #templatemo_banner_menu #logo_img{
                max-width: 260px;
				margin-left: -20px;   /* Agregamos un margen negativo que represente el 50% */
        }
		#sub-titulo{
			text-align: center;
			font-family:'raleway-semibold';
			font-size:23px;
			color: black;
		}
		
		.img{
			width:100px;
			height:100px;
			}
		
}
}
@media screen and (max-width: 750px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
        #templatemo_banner_menu #logo_img{
			margin-top: -5%;
                max-width: 320px;
				margin-left: 20%;   /* Agregamos un margen negativo que represente el 50% */
        }
		
		#sub-titulo{
			text-align: center;
			font-family:'raleway-semibold';
			font-size:20px;
			color: black;
		}
		
		.img{
			width:90px;
			height:90px;
			}
		
}

@media screen and (max-width: 600px) 
{
	.container4{
			width: 70%;
			height:auto;
			background: white;
			float:none;
		}
}


@media screen and (max-width: 500px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
        #templatemo_banner_menu #logo_img{
				margin-top: 5%;
                max-width: 240px;
				margin-left: -20%;   /* Agregamos un margen negativo que represente el 50% */
        }
		

}
@media screen and (max-width:350px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
        #templatemo_banner_menu #logo_img{
				margin-top: 5%;
                max-width: 210px;
				margin-left: -35%;   /* Agregamos un margen negativo que represente el 50% */
        }
}

#templatemo_banner_menu #logo_text span {
	color: #006699;
}
#templatemo_banner_menu ul li a ,
#templatemo_banner_menu ul li a:focus {/*menu texto*/
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26.4px;
    color: #000;
    transition-duration: .7s;
}
#templatemo_banner_menu ul li a:hover ,
#templatemo_banner_menu ul li a.current
{
    background-position: 0 0px ;
    background-color: #ffd200;
    color: #ffffff;
}
#templatemo_banner_menu #mobile_menu {
    padding-top: 25px;
    font-size: 30px;
    float: right;
    color: #ffd200;
}





.carousel-inner, .carousel-inner > .item, .carousel-inner > .item > img {
  height: 100%;
}





input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.4); /* IE */
  -moz-transform: scale(1.4); /* FF */
  -webkit-transform: scale(1.4); /* Safari and Chrome */
  -o-transform: scale(1.4); /* Opera */
}


@media screen and (min-width:1000px) {
.acolumna{
	width: 50%; text-align: justify;
	 float: left;
}


.bcolumna{
	width: 50%; text-align: justify;	
	 float: right; 
}
}

@media screen and(min-width:700px) and (max-width:999px){
.acolumna{
	width: auto; text-align: justify;
	 float: none;
}


.bcolumna{
	clear:both;
	width: auto; text-align: justify;	
	 float: none;  padding-right:20%
}
}

@media screen and (max-width:699px) {
.acolumna{
	width: 50%; text-align: justify;
	 float: left;
}


.bcolumna{
	width: 50%; text-align: justify;	
	 float: right; 
}
}



@media screen  and (max-width:919px) and (min-width:830px){
	#local{
		clear:both;
		float:right;
	}
}


@media screen and (max-width:836px) and (min-width:701px) {
	
	#local{
		clear:both;
	}

}




