/*QUIEROWEB*/
@charset "UTF-8";
/*ALL  CSS Document */
*{
    border:0;
    margin:0;
    padding:0;
}
body{
    font-family: 'Oswald', sans-serif;
}
/*general*/
.left{
	float: left;
	display: inline-block;
}
.right{
	float: right;
	display: inline-block;
}
.box{
	display: block;
	width: 100%;
	margin: 0 auto;
}
h3, h2, footer .derechos p, footer .derechos p a, .box-five .content-cv .wrapper-cv .box-link p, .box-five .content-cv .wrapper-cv .box-link p a, .box-five .content-cv .wrapper-cv .works ul li, footer .telephone table tr td p{
    /*color: #fff;*/
}
.info-left h2 {font-weight: 400; color: #6a7e80;}
.galeria h2 {text-align: center; color: #5cbbbb; margin: 0 auto 30px; padding-top: 20px; border-top: 1px #aaa solid; width: 400px;}
h1, h4, .box-six .box-address .content-two p, .box-three .content-figure .figure ul li, .box-fourth .box-description .paragraph p{
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    margin: 40px 0px;
}
/************************************/
.position-logo {
	position: absolute;
    top: -155px;
    left: 50%;
    margin-left: -60px;
    padding: 20px 0px 30px;
    text-align: center;
}

ul.checkmark  {list-style:none; font-weight:300;}
.checkmark li::before {content:url(../images/checkmark.png); margin-right: 5px;}


.position-logo img{
width: 120px;
}
.tel{
    text-align: center;
    color: #4fddde;
    font-weight: 300;
    line-height: 33px;
}
.position-tels {
    width: 250px;
    margin: 50px 6% 10px 0;
}
.position-tels p{
	font-size: 1.5em;
    margin-bottom: 20px;
    color: #184e94;
}
.position-tels p span img{
	width: 35px;
    margin-bottom: -10px;
    margin-right: 10px;
}
header{
	background: #fff;
	overflow: hidden;
}
.box-one{
    overflow: hidden;
    height: 96vh;
    position: relative;
    background: url(../images/bg.jpg) no-repeat center center #c3c3c3;
    background-size: cover;
    border-bottom: 15px solid #c3c3c3;
}
.box-one .boton {
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -170px;
    width: 340px;
    background: url(../images/flecha.png) no-repeat 285px 10px #ffffff;
    color: #4d609b;
    box-sizing: border-box;
    text-align: left;
    padding: 5px 50px 5px 5px;
    }
    
#boton:hover {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 1s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {background-position: 285px -120%;}
    to {background-position: 285px 250%;}
}

.box-one .info{
    position: relative;
    border: 2px solid #ffffff;
    width: 60%;
    height: 50%;
    box-sizing: border-box;
    top: 50%;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
}
.box-one .slider{
	width: 100%;
	min-height: 600px;
    margin: 0px auto 40px;
    overflow:hidden;
}
.box-two .form-contact{
    top: 110px;
    left: 4%;
}
.box-two .form-contact hgroup{
    background: url(../images/bg-form.png)no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 55px;
    font-weight: 300;
}
.box-two  .form-contact hgroup span{
    width: 15%;
    margin-top: 20px;
}
.box-two .form-contact .form{
    background: #465454;
    padding-top: 3%;
}
.box-two .form-contact .form fieldset input, .form fieldset textarea{
    width: 85%;
    margin: 3% 3% 0 3%;
    height: 35px;
    padding: 0 0 0 33px;
    font-weight: 100;
    font-size: 18px;
    color: #184e94;
}
textarea{
    height: 80px !important; 
    background: url(../images/Contacto-msj.png)left center no-repeat, #fff;
    background-position-x: 2%;
    background-position-y: 5%;
    background-size: 5%;
}
.info-right .form-contact .form fieldset input:nth-child(1){
    background: url(../images/Contacto-nombre.png)left center no-repeat, #fff;
    background-position-x: 3%;
}
.info-right .form-contact .form fieldset input:nth-child(2){
    background: url(../images/Contacto-mail.png)left center no-repeat, #fff;
    background-position-x: 2%;
}
.info-right .form-contact .form fieldset input:nth-child(3){
    background: url(../images/Contacto-tel.png)left center no-repeat, #fff;
    background-position-x: 2%;
}
*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #184e94;
}
*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #184e94;
}
*::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #184e94;
}
*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #184e94;
}
.form-contact .form fieldset input.style-placeholder::-webkit-input-placeholder{ color: #184e94; }/*webkit chrome safari*/
.form-contact .form fieldset input.style-placeholder:-moz-placeholder { color: #184e94; } /* Firefox 18- */
.form-contact .form fieldset input.style-placeholder::-moz-placeholder { color: #184e94;  } /* Firefox 19+ */
.form-contact .form fieldset input.style-placeholder:-ms-input-placeholder { color: #184e94;  } /* IE 10+ */

.form-contact .form fieldset p{
    color: white;
    /*width: 100px;*/
    margin-left: 25px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
}
.form-contact .form fieldset #captcha{
    width: 18%;
    /* float: right; */
    height: 30px;
    margin: 0px auto 0px 7px;
}
.form-contact .form fieldset #captcha2{
    width: 25px;
    margin: 15px 0 0 0;
}
.form-contact .form fieldset #captcha1{
    width: 18%;
    float: right;
    height: 30px;
    margin: 15px 4% 0 9px;
}
#enviar{
    width: 75%;
    height: auto;
    margin: 25px 12.5% 15px;
    padding: 0;
}

p.sobre {
    text-align: center;
    margin-top: -50px;
    }

.box-two{
    width: 88%;
    background: #fff;
    overflow:hidden;
    box-sizing: border-box;
    padding: 50px 0px;
}

.box-two .info-left {
    width: 60%;
    float: left;
}

.box-two .info-right {
    float: right;
    width: 35%;
}

.marcas img {
    width: 28%;
    margin: 50px 2%;
    }



.content-figure{
    margin: 40px auto 10px;
}
.box-two .content-figure .figure{
    background: #4ca1e1;
    width: 31%;
    height: 235px;
    margin-right: 3%;
    margin-bottom: 30px;
}
.box-two .content-figure .figure:nth-last-child(3){
    margin-right: 0;
}
.box-two .content-figure .figure h3{
    font-size: 1.5em;
    width: 55%;
    font-weight: 600;
    margin-right: 10%;
    margin-left: 30%;
    margin-top: 10px;
}
.box-two .content-figure .figure ul{
    list-style-position: inside;
    width: 95%;
    margin: 20px auto;
}
.box-two .content-figure .figure ul li{
    font-size: 13px;
    color: #092f60;
    width: 100%;
    float: left;
    font-weight: 600;
}
.box-two .content-figure .figure:nth-child(1) ul li{
    width: 50% !important;
}
.box-two .content-figure .figure:nth-child(1){
    background: #4ca1e1;
    background-position: 4% 13%;
}
.box-two .content-figure .figure:nth-child(2){
    background: #4ca1e1;
    background-position: 8% 8%;
}
.box-two .content-figure .figure:nth-child(3){
    background:  #4ca1e1;
    background-position: 8% 13%;
}
.box-two .content-figure .figure:nth-child(4){
    background:#4ca1e1;
    background-position: 8% 8%;
}
.box-two .content-figure .figure:nth-child(5){
    background: #4ca1e1;
    background-position: 8% 13%;
}
.box-two .content-figure .figure:nth-last-child(2){
    margin-left: 18.5%;
}
.box-two .content-figure .figure .image-figure{
    width: 24%;
    margin-top: 13px;
    margin-left: 2%;
}
.box-two .content-figure .figure .image-figure img{
    width: 100%;
}
.box-three{
overflow:hidden;
    /* margin-left: 4%; */
    margin-bottom: 50px;
    /* padding-left: 390px; */
    color: #c52109;
    padding-left: 3%;
    padding-right: 3%;
    width: 94%;
}
.img-left {
    float: left;
    margin: 0px 13px;
    border: 1px solid #227979;
    padding: 5px;
    }
.box-three p{
    margin-bottom: 10px;
        color: #3d5353;
    font-weight: 500;
    font-size: 20px;
}
.box-three h1{
    text-align: center;
    margin-top: 10px;
    font-size: 3em;
    font-weight: 100;
}
.box-three .content-figure{
    width: 85%;
}
.box-three .content-figure .figure{
    width: 36%;
    margin-right: 1%;
    margin-bottom: 10px;
    height: 220px;
}
.box-three .content-figure .content-img{
    float: right;
    margin-right: 0;
    background: aliceblue;
    width: 25%;
    height: 510px;
}
.box-three .content-figure .figure img{
    height: 100%;
    width: 100%;
}

.box-three .content-figure .figure h4{
    font-size: 1.5em;
    font-weight: 300;
    /*margin-left: 16%;*/
    margin-left: 70px;
}
.box-three .content-figure .figure h4 span{
    color:#4ca1e1;
}
.box-three .content-figure .figure ul{
     margin-top: 10px;
}
.box-three .content-figure .figure ul li{
    list-style-position: inside;
    font-size: 15px;
}
 .img-25 {max-width: 25%;}
.box-fourth{
display:none;
    background: #dde7f1;
    overflow: hidden;
    color: #c52109;
    padding-top:40px;
}
.box-fourth h2{
    text-align: center;
    color: #c52109;
}
.box-fourth .box-description{
    width: 85%;
    margin: 50px auto 60px;
}
.box-fourth .box-description .content-img{
    width: 30%;
    height: 250px;
    margin-right: 2%;
    background: url(../images/img-descripcion.jpg) no-repeat;
    background-size: 100%;
}
.box-fourth .box-description .paragraph{
    width: 65%;
}
.box-fourth .box-description .paragraph p{
    font-size: 1.13em;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}
.box-fourth .p-special {
    margin-top: -50px; 
    text-align: center;
    width: 70%;
    clear: both;
}
.box-fourth-b{
display:none;
    overflow: hidden;
    height:50px;
    color: #c52109;
}
.box-five{
    background: #dde7f1;
    padding: 1px 0;
}
.box-five h2 {
    text-align: center;
    color: #1f7576;
}
.box-five .content-cv{
    width: 85%;
    margin: 30px auto;
}
.box-five .content-cv h3{
    font-size: 2em;
    font-weight: bold;
}
.box-five .content-cv h2{
    font-size: 1.5em;
    margin-top: 50px;
}
.box-five .content-cv .wrapper-cv{
    margin: 12px auto;
}
.box-five .content-cv .wrapper-cv .photograph{
    width: 170px;
    height: 190px;
}

.box-five .content-cv .wrapper-cv .works{
    width: 50%;
    margin-left: 1%;
}
.box-five .content-cv .wrapper-cv .works h3{
    font-size: 1.5em;
    font-weight: 300;
}
.box-five .content-cv .wrapper-cv .works ul{
    list-style-position: inside;
    margin-top: 20px;
}
.box-five .content-cv .wrapper-cv .works ul li{
    font-size: 15px;
    margin-top: 3px;
    font-weight: 100;
    list-style-image: url(../images/checkmark.png);
}
.box-five .content-cv .wrapper-cv .box-link{
    background: #184e94;
    width: 200px;
    padding: 12px 20px;
}
.box-five .content-cv .wrapper-cv .box-link p{
        font-size: 1.8em;
}
.box-five .content-cv .wrapper-cv .box-link img{
    float: right;
    margin-top: -40px;
}
.box-five .content-cv .gallery{
    width: 90%;
    margin: 30px auto;
}
.box-six{
    background: #fff;
}
.box-six h1{
    text-align: center;
    font-size: 1.5em;
    margin: 50px auto;
}
.box-six .content-figure{
    width: 80%;
}
.box-six .content-figure figure{
    width: 11.78%;
    margin: 10px  1.25%;
    float: left;
}
.box-six .content-figure figure img{
    width: 100%;
}
.box-six hr{
    border-top: 1px solid #A7A2A2;
    width: 46%;
    margin: 50px auto 3px;
}
.box-six .box-address{
    margin-top: 30px;
}
.box-six .box-address .content-two{
    width: 42%;
    margin-left: 8%;
}
.box-six .box-address .content-two img{
    float: left;
    margin-right: 10px;
}
.box-six .box-address .content-two h1{
    margin: 35px auto 40px;
    text-align: left;
}
.box-six .box-address .content-two p{
    margin-top: 20px;
    width: 100%;
    font-size: 1em;
    margin-bottom: 20px;
    font-weight: 400;
}
.box-six .box-address .content-maps{
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    margin: 20px;
    border: 5px solid #fff;
    width: 90%;
    margin: 40px 5px;
}
.box-six .box-address .content-two .content-figure figure{
    width: 25%;
    margin-right: 5%;
}
.box-six .box-address .content-two .content-figure{
    margin: 40px 0px 10px;
}
.box-six .box-address .content-two .pay-methods{
    width: 70%;
    margin: 50px 0;
    overflow: hidden;
}
.box-six .box-address .content-two .pay-methods img{
    width: 100%;
}
.box-six article:nth-last-child(1){
    text-align: center;
    margin: 50px auto 50px;
}
footer{
    background: #465454;
    color: #ffffff;
    padding-top:50px;
}

footer .media-social{
    width: 200px;
    overflow: hidden;
    margin: 0px auto;
    padding: 30px 0 10px;
    text-align: center;
}
footer .info{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 20px;
}
footer .tel {font-size: 27px!important; margin-bottom: 18px;}
footer a {color: #ffffff; text-decoration: none;}
footer .info table tr td p{
    font-size: 20px;
    font-weight: 100;
}
footer .info table tr td p span{
    font-size: 12px;

}
footer .info table tr td:nth-child(2) p{
    line-height: 15px;
}
footer .derechos{
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}
footer .derechos p{
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}
footer .privacidad{
    width: 97%;
    color: #fff;
    font-weight: 300;
    margin: 150px auto 0;
    text-align: justify;
    font-size: 10px;
    padding-bottom: 20px;
}
#owl-demo .item{
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.table-group {
float: left;
width: 19%;
margin: 2%;
padding: 1px;
}
.table-header {
  border-bottom: 1px solid #291668;
  text-align: center;
  font-weight: bold;
  color: #291668;
  padding: 15px;
}
.table-cell {}

