/*--------------------------------------*/
/* Gerenal Styles
/*--------------------------------------*/

@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Encode+Sans:200,300,400,500,600,700,800,900|Raleway:200,300,400,500,600,700');

html,body{
 	margin: 0;
 	padding: 0;
 	font-family: 'Encode Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	outline: none;
}
.form-control:focus{
	border: 2px solid #80dcc3;
	box-shadow: none;
}
a:hover, a:visited, a:focus, a:active{
	text-decoration: none;
    outline: none;
}
h1{
	font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0 0 1rem 0;
    color: #222;
    font-size: 4rem;
}
h1.section-title{
	text-align: center;
    padding: 50px 0 10px;
    text-transform: capitalize;
    font-family: 'Encode Sans', sans-serif;
}
h2 {
	color: #222;
    font-weight: 300;
    text-align: center;
}
h3{
    font-family: 'Raleway', sans-serif;
    line-height: 2rem;
    font-weight: 400;
    text-align: center;
    font-size: 1.4rem;
}
h4{
	
}
section{
	width: 100%;
	max-width: 1920px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 3% 0 6%;
}
.rosa{
	color: #E91E63;
}
.violeta{
	color: #52489C;
	font-family: 'Raleway';
}
.verde{
    color: #00b49d;
}
hr.white{
	border-color: #fff;
}
/*--------------------------------------*/
/* Header - Menu
/*--------------------------------------*/
.navbar{
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;
}
.navbar-nav{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.70);
    border-bottom: 1px solid #ddd;
}
.navbar-default .navbar-collapse{
    text-align: center;
}
.navbar-default .navbar-nav>li>a {
    transition: 0.2s all linear;
    cursor: pointer;
    font-weight: 300;
    color: #222;
    font-size: 1.2rem;
    padding: 5px;
    margin: 10px;
}
.navbar-default .navbar-nav>li>a:hover{
	font-weight: 700;
	cursor: pointer;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    font-weight: 700;
    border-bottom: 2px solid #222;
    color: #222;
    background: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/*--------------------------------------*/
/* SERTEC HOME
/*--------------------------------------*/
section.sertec-home{
    height: 100vh;
    background-color: #eee;
    padding: 0;
    background-image: url(../img/fondo-1.png);
    background-position: -17% 15%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow:hidden;
}
#sertec-home-text{
	padding: 13rem 5% 0 5%;
    height: 100vh;
    background: url(../img/fondo-bottom.png) no-repeat;
    background-size: contain;
    background-position: -40px;
    background-attachment: fixed;
    overflow: hidden;
}
#sertec-home-text h1,
#sertec-home-text h2,
#sertec-home-text h3{
	text-align: left;
} 
#sertec-home-text h1,
#sertec-home-text h2{
	color: #333;
}
#sertec-home-text h3{
	color: #00b49d;
} 
#sertec-home-image{
	min-height: 100vh;
	height: 100%;
	padding: 21rem 11rem;
    text-align: center;
}
#sertec-home-image img{
	opacity: 0.8;
}
#sertec-home-image p{
    color: #7873a8;
    font-weight: 500;
    font-family: 'raleway';
    text-align: right;
    padding: 30px;
}

/*--------------------------------------*/
/* QUIENES SOMOS
/*--------------------------------------*/
#sertec-quienes-somos{
	background:  url(../img/mapa-2.jpg) no-repeat 100% 100%;
}
section p{
	padding: 10px 50px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 24px;
    color: #222;
    font-weight: 300;
}


/*--------------------------------------*/
/* PRODUCTOS
/*--------------------------------------*/
#sertec-productos{
	background: #f5f5f5;
}
.row.productos-pictures{
	margin: 20px 0px 30px;
}
.foto-container{	
	padding: 9px 9px 51px;
    border-radius: 2px;
    background: #fff;
    max-height: 350px;
    max-width: 351px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #ddd;
    margin: 0 auto 15px;
}
.foto-container span{
	padding-top: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
.foto-container span .fa{
	font-size: 19px;
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    line-height: 37px;
    background: #f5f5f5;
    text-align: center;
}
.foto-container img{
	margin: 0 auto;
}
.foto-container.texto{
	padding-top: 35px;
	position: relative;
	overflow: hidden;
}
.foto-container.texto p{
	z-index: 2;
	position: relative;
}
.foto-container.texto .fa{
	position: absolute;
    font-size: 15rem;
    color: #ddd;
    top: 56%;
    left: 60%;
    z-index: 1;
}



/*--------------------------------------*/
/* PREGUNTAS FRECUENTES
/*--------------------------------------*/
#sertec-preguntas{
	background-color: #f5f5f5;
	font-family: 'Raleway';
}

.panel{
	border: none;
}
.panel-group{
	margin-top: 40px;
}
.panel-group .panel{
	border-radius: 0px;
}
.panel-group .panel+.panel{
	margin-top: 10px;
}
.panel-title{
	font-weight: 200;
	padding: 10px 0;
	overflow: hidden;
}
.panel-title a span:nth-child(2){
	float: left;
    width: 80%;
    line-height: 23px;
    padding: 6px 1px;
}
.panel-default>.panel-heading{
	color: #222;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
	background: #fff;
}
.panel-group .panel-heading+.panel-collapse>.panel-body{
	border-bottom: 1px solid #ddd;
    border-top: none;
    padding: 20px 15px;
}
.faq {
	width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    border-radius: 50px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
    float: left;
}
.faq.p{
	background: #52489C;
}
.faq.r{
	background: #E91E63;
}
.fa.fa-angle-double-down,
.fa.fa-angle-double-up{
	float: right;
    line-height: 37px;
    font-size: 25px;
    color: #15e8d3;
}
.rta{
	float: left;
	width: 80%;
	font-size: 14px;
	font-weight: 200px;
	color: #666;
}


/*--------------------------------------*/
/* FUNCIONAMIENTO
/*--------------------------------------*/
.indicaciones{
	padding-bottom: 0px;
    font-size: 18px;
    color: #02C39A;
    font-weight: 500;
    font-family: 'Raleway';
}
.aclaracion{
    position: absolute;
    display: block;
    text-align: center;
    top: 31px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    text-decoration: underline;
}
.aclaracion.visible-xs{
    position: relative;
    top: initial;
}
section p.planta{
	position: absolute;
    padding: 5px;
    margin: 5px 45px;
    font-size: 15px;
    cursor: pointer;
}
section p.planta.mobile{
    position: relative;
    margin: 20px 0 0;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    top: initial !important;
    font-size: 18px;
    cursor: auto;
    font-weight: 400;
}
section p.planta.mobile + p{
    font-size: 13px;
}
.bola{
	width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 5px;
    margin-left: 5px;
    background: #fff;
    display: inline-block;
    line-height: 22px;
    margin-top: 1px;
    color: #ff9800;
    font-size: 18px;
    font-weight: 700;
    border: 3px solid #ff9800;
}
section p.planta.a{
	top: 65%;
    left: 5%;
}
section p.planta.b{
	bottom: 8%;
    left: 23%;
}
section p.planta.c{
	bottom: 8%;
    left: 39%;
}
section p.planta.d{
	bottom: 8%;
    left: 53%;
}
section p.planta.e{
	top: 56%;
    right: 1%;
}
section p.planta.f{
	top: 20%;
	left: 0
}
section p.planta.g{
	top: 20%;
	right: 0px;
}

.planta.a .bola{
	border-color: #4B4E6D;
	color: #4B4E6D;
}
.planta.b .bola{
	border-color: #009688;
	color: #009688;
}
.planta.c .bola{
	border-color: #2e6a9e;
	color: #2e6a9e;
}
.planta.d .bola{
	border-color: #FF9800;
	color: #FF9800;
}
.planta.e .bola{
	border-color: #c92317;
	color: #c92317;
}
.planta.f .bola,
.planta.g .bola{
	border-color: #E91E63;
	color: #E91E63;
}
.modal-dialog{
	margin: 50px auto;
}
.modal-content{
	border-radius: 2px;
}
.modal-header{
	padding: 40px 25px 10px;
	background: #fff;
}
.modal-header h4{
	font-family: 'Raleway';
	font-size: 18px;
	text-transform: uppercase;
}
.modal-body{
	padding: 25px;
	background: #f5f5f5;
	font-family: 'Raleway';
    color: #444;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}
.modal-header .close{
	margin-top: -25px;
	color: #ccc;
	text-shadow: none;
	opacity: 1;
}
.modal-number{
	width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: -29px;
    border-radius: 50px;
    line-height: 56px;
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    left: 44%;
    border: 6px solid #fff;
}

/* Colores particulares de los pasos de la planta */
#modalF .modal-number,
#modalG .modal-number{
	background: #E91E63;
}
#modalF .modal-header h4,
#modalG .modal-header h4{
	color: #E91E63;
}
#modalA .modal-number{
	background: #4B4E6D;
}
#modalA .modal-header h4{
	color: #4B4E6D;
}
#modalB .modal-number{
	background: #009688;
}
#modalB .modal-header h4{
	color: #009688;
}
#modalC .modal-number{
	background: #2e6a9e;
}
#modalC .modal-header h4{
	color: #2e6a9e;
}
#modalD .modal-number{
	background: #FF9800;
}
#modalD .modal-header h4{
	color: #FF9800;
}
#modalE .modal-number{
	background: #c92317;
}
#modalE .modal-header h4{
	color: #c92317;
}

/* INSTALACIÓN */
.instalacion{
	margin-top: 30px;
}
#sertec-funcionamiento h3{
    font-weight: 600;
}
.primero, .tercero{
	border-right: 1px solid #ddd;
}
.tercero, .cuarto{
	border-top: 1px solid #ddd;
}
.primero, .segundo, .tercero, .cuarto{
	padding: 20px;
}



/*--------------------------------------*/
/* OBRAS REALIZADAS
/*--------------------------------------*/
#sertec-obras{
	background: #eee;
}
.obras-row{
	margin-bottom: 30px;
}
.obra-container{
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
	overflow: hidden;
	height: 130px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	position: relative;
    margin-bottom: 20px;
}
.obra-image{
    display: table-cell;
    vertical-align: middle;
    /*width: 30%;*/
    max-width: 200px;
}
.obra-container img{
    opacity: 0.8;
    max-width: 120px;
}
.obra-texto{
    display: table-cell;
    border-left: 1px solid #eee;
    height: 130px;
}
.obra-texto p:first-child{
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-family: 'Raleway';
    padding-top: 7px;
    font-weight: 500;
    padding-bottom: 0px;
}
.obra-texto p{
    text-align: left;
    font-size: 13px;
    color: #666;
    padding: 5px 5px 5px 10px;
    line-height: 1.4;
    margin-bottom: 0px;

}
.obra-container.titulo.industria{
	background-color: #a09bc5;
}
.obra-container.titulo.educacion{
	background: #4b7777;
}
.obra-container.titulo.casas{
	background: #2e6a9e;
}
.obra-container.titulo h2{
	position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: 40px;
    color: #eee;
    font-family: 'raleway';
    font-size: 24px;
    font-weight: 500;
}
.obra-container.titulo .fa{
	position: absolute;
    font-size: 8rem;
    top: 5%;
    left: 74%;
    z-index: 1;
    opacity: 0.5;
}
.obra-container.titulo.industria .fa{
	color: #52489c;
}

/*--------------------------------------*/
/* PRESUPEUSTO
/*--------------------------------------*/
#sertec-presupuesto{
	border-bottom: none;
}
.presupuesto-row{
	margin: 30px 0;
}
.vivienda, .personales{
	min-height: 620px;
	height: 100%;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ddd;
}
.vivienda h3, .personales h3{
	font-size: 22px;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
} 
.vivienda{
	background: #f5f5f5;
	border-right: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.personales{
	background: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.fondo-paso{
	color: #024242;
    font-family: 'Raleway';
    font-size: 160px;
    font-weight: 900;
    position: absolute;
    top: -78px;
    left: -9px;
    opacity: 0.7;
}
.personales .fondo-paso{
	color: #52489C;
}
.checkbox-row{
	margin-top: 60px;
}
.checkbox-container,
.form-container{
	background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow:hidden;
}
.form-container{
	padding-top: 30px;
	border-left: 3px solid #867fb9;
	padding-right: 15px;
	display: none;
}
label{
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: 300;
	padding-left: 10px;
}
.checkbox .fa{
	position: absolute;
    right: -12px;
    font-size: 61px;
    color: #f5f5f5;
    top: -19px;
}
.checkbox .fa-home,
.checkbox .fa-plus-circle{
	font-size: 71px;
    top: -20px;
}
.checkbox input{
	display: none;
}
.checkbox span:before{
	margin-right: 14px;
    padding-left: 1px;
    width: 21px;
    height: 21px;
    border: 2px solid #80dcc3;
    display: inline-block;
    line-height: 17px;
    content: '';
    float: left;
    border-radius: 2px;
}
input[type="checkbox"]:checked + span::before {
    font-family: FontAwesome;
    content: '\f00c';
    color: #80dcc3;
}
.cantidad{
	display: block;
	overflow:hidden;
}
.cantidad label{
	float: left;
	font-size: 14px;
}
.cantidad input{
	float: right;
	width: 20%;
	text-align: center;
	border-radius: 2px;
	border-color: #867fb9;
}
select.form-control{
	width: 20%;
    float: right;
    border-radius: 2px;
    -webkit-appearance: none;
    border-color: #867fb9;
    font-family: 'Raleway';
}
.personal-row{
	margin-top: 60px;
}
.personal-container .form-group{
	margin-bottom: 30px;
	position: relative;
}
.personal-container label{
	position: absolute;
    padding-left: 0px;
    bottom: 2px;
    letter-spacing: 0px;
    color: #867fb9;
    font-size: 16px;
    left: 7px;
}
.personal-container input{
	display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #867fb9;
    padding-bottom: 8px;
    color: #867fb9;
    font-family: 'Raleway';
    font-size: 16px;
    padding: 2px 5px;
}
.personal-container input:focus{
	outline: none;
	border-bottom: 2px solid #80dcc3;
}
textarea.form-control{
	border-radius: 2px;
	border: 1px solid #867fb9;
	font-family: 'Raleway';
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #867fb9;
    font-weight: 300;
    opacity: 0.6;
}
:-moz-placeholder, { /* Mozilla Firefox 4 to 18 */
   	color:    #867fb9;
   	font-weight: 300;
   	opacity: 0.6;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:    #867fb9;
    font-weight: 300;
    opacity: 0.6;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:    #867fb9;
    font-weight: 300;
    opacity: 0.6;
}
::-ms-input-placeholder { /* Microsoft Edge */
   	color:    #867fb9;
    font-weight: 300;
    opacity: 0.6;
}
.btn{
	float: right;
    width: 40%;
    margin-top: 25px;
    text-transform: uppercase;
    border: 1px solid #867fb9;
    background: #fff;
    color: #52489c;
    border-radius: 50px;
    padding: 12px;
    font-weight: 600;
    font-family: 'Raleway';
}
.btn:hover, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
	color: #80dcc3;
	border: 2px solid #80dcc3;
}

.personal-container label.error{
    color: #E91E63;
    font-weight: 500;
    right: 0px;
    font-size: 14px;
    float: right;
    width: auto;
    position: relative;
    margin-top: 4px;
}





/*--------------------------------------*/
/* FOOTER
/*--------------------------------------*/
#sertec-footer{
	background: #4b4e6d;
	padding: 50px 0 0 0;
	font-family: 'Raleway';
	border-top: 1px solid #ddd;
}
#sertec-footer p{
	margin-bottom: 0px;
    color: #84DCC6;
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
}
#sertec-footer hr{
	margin-top: 6px;
    border-color: #84DCC6;
}
ul.contacto-sertec{
	padding-left: 0px;
    color: #fff;
}
ul.contacto-sertec li{
	margin-bottom: 15px;
	font-size: 16px;
}
ul.contacto-sertec li .fa{
	width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 29px;
    margin-right: 13px;
    background: #84DCC6;
    color: #4b4e6d;
    font-size: 14px;
}
ul.contacto-sertec li a{
	color: #fff;
}
.bottom-footer{
	background: #80dcc3;
    padding: 15px;
    text-align: center;
    margin-top: 32px;
    border-top: 1px solid #fff;
}
#sertec-footer .bottom-footer p{
	font-size: 12px;
    text-align: center;
    color: #fff;
}


/*--------------------------------------*/
/* THANKS YOU PAGE
/*--------------------------------------*/

.gracias-page{
    height: 100vh;
    background-color: #f5f5f5;
    overflow: hidden;
}
.gracias-container{
    margin-top: 10%;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 30px;
    background: url(../img/fondo-bottom.png) no-repeat #fff;
    background-size: contain;
    background-position: -40px;
}
.gracias-container h1{
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 40px;
    font-weight: 600;
    color: #7973a9;
}
.gracias-container h2{
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 400;
    color: #2eb49d;
}
.gracias-container a{
    text-transform: uppercase;
    font-weight: 600;
    color: #9b92c6;
    text-decoration: underline;
    font-family: 'Raleway';
}
/*--------------------------------------*/
/* BOOTSTRAP MEDIA QUERIES
/*--------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	section p.planta{
		font-size: 12px;
        padding: 0px;
        background: transparent;
	}
    .row.productos-pictures{
        margin: 0 -15px;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 14px;
        margin: 6px;
    }
    #sertec-home-text{
        background-position: -115px;
        padding: 9rem 3% 0 5%;
    }
    section.sertec-home{
        background-size: cover;
    }
    #sertec-home-image{
        padding: 22rem 4rem;
    }
    #sertec-home-image img {
        opacity: 0.8;
        max-width: 300px;
    }
    label{
        font-size: 15px;
    }
    .checkbox label, .radio label{
        padding-left: 8px;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    section p{
        padding: 10px;
    }
    h1{
        font-size: 3rem;
    }
    .obra-container{
        height: auto;
    }
    .obra-container.titulo h2{
        padding: 0 10px;
    }
    
    .vivienda h3, .personales h3{
        text-align: right;
    }
    .cantidad input{
        width: 18%;
    }
    .panel-group{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    ul.contacto-sertec{
        margin-bottom: 30px;
    }
    #sertec-home-text{
        background-size: cover;
        padding-top: 9rem;
    }
    .logo-mobile img{
        opacity: 0.7;
        max-width: 200px;
        margin-top: 10px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
}