@charset "UTF-8";
/* CSS Document */

*, html{
	margin: 0px;
	padding: 0px;
}
header{
    background: #fff;
    height: auto;
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: auto;
}
#logo{
    display: block;
    margin: 20px 0px;
    width: 100%;
    height: auto;
    text-align: center;
}
#logo img{
    width: 200px;
}
/*menu*/
#btn-menu{
	display: none;
}
.container label{
	display: none;
	width: 250px;
	height: 24px;
	margin:  10px;
	justify-content: flex;
	justify-content: -webkit-flex;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
.container label{
	cursor: pointer;
}
#menu ul{
    list-style: none;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
	flex-wrap: wrap;
    -webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	margin: 0px;
}
#menu ul ul{
	display: none;
}
#menu ul li:hover ul{
	display: block;
	position: absolute;
	background: #222e38;
	z-index: 999999;
}
#menu ul li:hover ul a{
    padding: 10px 10px;
}
#menu li a{
    font-size: 11px;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 25px;
}
#menu li a:hover{
	color: #fff;
    background: #592035;
}

#menu .activo a{
	color: #fff;
    background: #592035;
    cursor: pointer;
}
a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover {
  text-decoration: none;
}
/* llamado */
.llamado{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.btn-aqui{
    font-family: 'Open Sans', sans-serif;
    color: #3598db;
    display: inline-block;
    padding: 5px 30px;
    background: #fff;
    border-radius: 7px;
    font-size: 20px;
    cursor: pointer;
}
.btn-aqui:hover{
    text-decoration: none;
}
/* servicio */
.contenedor-servicios{
    width: 33.3%;
    height: auto;
    overflow: hidden;
    float: left;
}
.img-servicio img {
    transition: all 0.2s linear;
}
a .img-servicio{
    background: #34495e;
}
a .img-bg:hover img{
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
a .img-bg:hover img{
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
a:hover .textos-servicios{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.img-servicio{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.bg-servicio{
  height: 320px;
  padding: 40% 0%;
}
.img-bg{
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
}
.img-bg img{
    width: 100%;
}
.textos-servicios{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 10px;
}
.seccion-titulos{
    position: relative;
    overflow: hidden;
    padding: 2% 0;
}
/* extras */
.contenedor-cotizacion{
    overflow: hidden;
    position: fixed;
    margin-top: 20%;
    right: 0;
    z-index: 99;
}
.btn-cotizar{
    display: block;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px 0px 0px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(-45deg, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(-45deg, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(135deg, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
}
.btn-cotizar:hover{
    color: #fff;
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
}
.bg-menu{
    background: #34495e;
    border-bottom: solid 4px #592035;
}
.bg-gris{
	background: #f6f6f6;
}
.bg-azulmarino{
    background: #34495e;
    padding: 50px 0px;
}
.bg-negro{
    background: #2b2b2b;
}
.espacio{
	margin-top: 50px;
    margin-bottom: 50px;
}
.espacio-2{
	padding: 50px 0px;
}
.titulos{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2B2B2B;
    font-size: 30px;
    margin: 0px;
}
.titulos-2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2B2B2B;
    font-size: 30px;
    padding-bottom: 10px;
}
.titulos-3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    padding-bottom: 10px;
}
.textos{
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2B2B2B;
    text-align: justify;
}
.textos-3{
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    text-align: justify;
    color: rgba(252,234,187,1);
    color: -moz-linear-gradient(45deg, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 25%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 75%, rgba(251,223,147,1) 100%);
    color: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(252,234,187,1)), color-stop(25%, rgba(248,181,0,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(75%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
    color: -webkit-linear-gradient(45deg, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 25%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 75%, rgba(251,223,147,1) 100%);
    color: -o-linear-gradient(45deg, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 25%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 75%, rgba(251,223,147,1) 100%);
    color: -ms-linear-gradient(45deg, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 25%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 75%, rgba(251,223,147,1) 100%);
    color: linear-gradient(45deg, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 25%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 75%, rgba(251,223,147,1) 100%);
}
.destacados{
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #2B2B2B;
    text-align: justify;
}
.textos-2{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
}
label{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #2B2B2B;
}
.btn-form{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    color: #fff;
	background: #2B2B2B;
    padding: 10px 50px;
    border: none;
    border-radius: 7px;
    margin: 15px 0px 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.container-fluid{
    padding: 0px;
}
.align{
    text-align: center;
}
.cotizacion .col-md-6{
    margin: 6px 0px;
}
.cotizacion .col-md-12{
    margin: 6px 0px;
}
.counter{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #34495e;
}
i{
    font-size: 30px;
    font-weight: 700;
    color: #34495e; 
}
.contenedor-circle{
    border-radius: 5px;
    background: #f6f6f6;
    border: dashed 2px #e74c3b;
    padding: 10px;
    margin-bottom: 20px;
}
.personal{
    margin-top: 20px;
}
/* contacto */
.form-contacto .line-inpusss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: .5em;   
}

.form-contacto .line-inpusss input {
    padding: .5em;
    width: 49%;
    border: 1px solid #2b3236;
    border-radius: 4px;
    outline: none;
    background: none;
}
.form-contacto .line-inpusss select {
    padding: .5em;
    width: 100%%;
    border: 1px solid #2b3236;
    border-radius: 4px;
    outline: none;
    background: none;
}
.form-contacto textarea {
    width: 100%;
    border: 1px solid #2b3236;
    border-radius: 4px;
    outline: none;
    background: none;    
}
.form-contacto .space-butt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

.form-contacto .space-butt button {
    padding: 0.5em 1.5em;
    background-color: #3597da;
    border: 1px solid #3597da;
    color: white;
    border-radius: 4px;
}
/* comienzo footer */
footer{
	height: auto;
	background: #34495e;
    overflow: hidden;
}
.info-footer{
    text-align: center;
}
.texto-footer{
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
    line-height: 20px;
    text-align: justify;
}
.registro-footer{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
    float: left;
}
.btn-registro-footer{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    color: #fff;
    background: #3598db;
    padding: 5px 10px;
    border-radius: 7px;
    display: inline-block;
    float: left;
    margin-left: 9px;
}
.btn-registro-footer:hover{
    color: #fff;
    text-decoration: none;
}
.titulos-footer{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
    font-weight: 700;
}
footer hr{
    border: dashed 1px #fff;
    margin-bottom: 30px;
}
.contacto-footer{
    font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
}
.numero-destacado-footer{
    font-size: 25px;
}
.menu-footer{
    list-style: none;
}
.menu-footer li a{
    font-size: 11px;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-footer li a:hover{
	color: #fff;
    background: #2b2b2b;
}
.legal p{
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #fff;
	padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    text-align: center;
}
/*---------------------- responsive -----------------------*/
@media only screen and (max-width: 768px) {
    #logo{
        display: block;
        margin: 20px 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }
    #logo img{
        width: 200px;
    }
    .menu{
        max-width: 100%;
		height: auto;
    }
    header .container{
        margin: 0px;
        padding: inherit;
    }
    .contenedor-menu{
        max-width: 100%;
		height: auto;
        border-top: solid 3px #fff;
    }
    .container label{
		display: block;
	}
	#menu{
		position: absolute;
		width: 100%;
		margin-left: -200%;
		-webkit-transition: all 0.5s;
	  	-moz-transition: all 0.5s;
	  	-o-transition: all 0.5s;
	  	transition: all 0.5s;
	  	z-index: 999999;
	}
	#menu ul{
		display: block;
		background: #2b3b48;
	}
    #menu ul li a{
		padding: 10px;
	}
	#menu ul li:hover ul{
		display: none;
		position: static;
        width: 100%;
        background: #222e38;
        padding-left: 30px;
	}
	#btn-menu:checked ~ #menu{
		margin: 0;
	}  
    .espacio-movil{
        margin-bottom: 20px;
    }
    .texto-footer img{
        display: block;
        width: 50%;
        float: none;
        margin: 10px 0px 10px 0px;
    }
    .contenedor-servicios{
        width: 33.3%;
        height: auto;
        overflow: hidden;
    }
    .bg-servicio{
      height: 240px;
      padding: 35% 0%;
    }
}
@media only screen and (max-width: 480px) {
    .contenedor-servicios{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .bg-servicio{
      height: auto;
      padding: 35% 0%;
    }
}