@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
*{
    margin: 0;
    padding: 0;
}
body.recorridos{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.nav{
    background-color: white;
}
.barranav{
    position: fixed;
    z-index: 5;
    background-color: white;
    opacity: 0.5;
    
}
.scroll{
    opacity: 1;
}
.nav-link{
    color: blue;
    font-family: 'arial narrow';
    font-size: 14;
    font-weight: bold;
}
.nav-link:hover{
    color: #67d8cd !important;
}
h1.tit{
    font-family: 'Noto Sans';
}
h6.subtit{
    color: blue;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
}
div.rowcarrusel{
    min-width: 100% !important;
    background-color: #01579B;
}
.carousel-item{
    max-height: 700px !important;
}
.carousel-caption{
    margin-bottom: 15%;
}
.d-block{
    height: 600px;
}
h5.slide{
    font-size: 50px;
    color: white;
    font-weight: bolder;
}
a.slide{
    border: 1px solid white;
    color: white;
}

div.youtube{
    overflow: hidden;
}
.yt{
    margin-top: 200px;
}
.subtit{
    margin-top: 100px;
}
.der{
    padding-left: 100px;
}
p.nosotros{
    font-size: 18px;
}

.rowtarjetas{
    width: 100%;
}
div.tarjetas{
    background-color: #01579B ;
    margin-top: 20px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 280px;
}
div.tarjetag{
    background-color: #01579B ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-top: 50px;
}
div.tarjetag:hover{
    background-color: #67d8cd;
    transition: 1s;
}
div.tarjetas:hover{
    background-color: #67d8cd;
    transition: 0.8s;
}
.tarjeta{
    color: white;
    text-align: center;
    margin-top: 20px;
}
.imgtar{
    height: 150px;
    width: 150px;
}
h5.tarjeta{
    width: 50%;
}
p.tarjeta{
    width: 50%;
}

section.acordeon1{
    background-image: url(../img/modern-house-acordeon1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    width: 100%;
    margin-top: 100px;
}

h6.subtitfas{
    margin-top: 100px;
    text-align: center;
    color: rgb(57, 57, 243);
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;

}
h1.titfas{
    text-align: center;
    font-family: 'Noto Sans';
    color: white;
}
div.fase{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.boton {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.boton:hover{
    background-color: #67d8cd;
}
.oculto{
    display: none;
    visibility: hidden;
}
.activo{
    background-color: #67d8cd !important;
}
.inactivo{
    background-color: #01579B !important;
}
p.desc{
    color: rgb(223, 221, 221);
    text-align: center;
    margin-top: 50px;
}
img.iconfas{
    height: 80px;
    width: 80px;
}
h6.iconfas{
    color: white;
    font-size: 18px;
    margin-top: 25px;
}
div.btnmodelos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a.btnmodelos{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 25%;
    font-family: 'Arial Narrow';
    font-weight: bolder;
    font-size: 14px;
}
a.btnmodelos:hover{
    color: white;
    border: 1px solid white;
}

h6.subtitdis{
    margin-top: 50px;
    text-align: center;
    color: blue;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
}
h1.titdis{
    text-align: center;
    font-family: 'Noto Sans';
}
p.pardis{
    text-align: center;
}
.pointsdis{
    text-align: center;
    letter-spacing: 0.25em;
}
/* paquetes*/
div.disenos{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.btnDis{
    background-color: #01579B;
    height: 70px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
div.rowdisenos{
    margin-top: 50px;
}
h5.titBoton{
    color: white;
    font-weight: lighter;
}
p.desDiseno{
    font-family: sans-serif;
    font-size: 18px;
}
.btnplan{
    background-color: #67d8cd;
    color: white;
    border-radius: 0%;
    font-weight: lighter;
    width: 200px;
    height: 50px;
    font-size: 20px;
}
.btnplan:hover{
    background-color: #01579B;
    border: 1px solid #01579B;
    color: white;
}
.btnplan:focus{
    background-color: #01579B;
    border: 1px solid #01579B;
    color: white;
}
img.tap{
    height: 20px;
    width: 20px;
}
.imgcarrusel{
    height: 300px;
    width: 300px;
}
.iconchek{
    height: 20px;
    width: 20px;
}
img.planta{
    height: 300px;
    width: 400px;
}


.containercasper{
    margin-top: 100px;
}
.imgcasper{
    overflow: hidden;
}
div.titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img.casper{
    height: 450px;
    width: 550px;
    overflow: hidden;
}
div.casper{
    padding-left: 50px;
}
.idea{
    color: white;
    background-color: #01579B;
    border-radius: 0%;
    font-size: 14px;
    font-family: 'arial narrow';
    height: 50px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idea:hover{
    color: white;
    background-color: #67d8cd;
}

section.acordeon3{
    margin-top: 100px;
    background-image: url(../img/modern-house-p.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div.formulario{
    margin-top: 100px;
    padding-right: 50px;
}
input{
    border: 1px solid rgb(0, 0, 109);
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin-top: 20px;
}
.send{
    width: 100%;
    background-color: blue;
    color: white;
    border: 1px solid blue;
    height: 50px;
}
.bgf{
    background-image: url(../img/modern-house-form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.info{
    color: white;
}

.social{
    height: 30px;
    width: 30px;
    margin-left: 20px;
    background-color: white;
    background-size: cover;
    border-radius: 100%;
}
.social:hover{
    opacity: 0.5;
}
a.social{
    background-color: white;
    height: 30px;
    width: 30px;
}
h3.info{
    font-family: helvetica;
    font-size: 36px;
}
.call{
    position: fixed;
    line-height: 50px;
    bottom: 30px;
    left: 30px;
    width: 200px;
}
.call:hover{
    bottom: 35px;
    opacity: 0.8;
    width: 220px;
    transition: 1s;
}
.wsp{
    position: fixed;
    height: 55px;
    width: 55px;
    line-height: 55px;
    bottom: 100px;
    right: 30px;
    opacity: 0.9;

}
.wsp:hover{
    height: 65px;
    width: 65px;
}

div.footer{
    background-color: rgb(230, 230, 230);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.footer2{
    background-color: rgb(230, 230, 230);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
p.footer{
    text-align: center;
    font-size: 18px;
}
a.footer{
    text-align: center;
    color: black;
    font-size: 18px
}



.containerbarra{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
    opacity: 0.9;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.progress{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img.barra{
    position: absolute;
    height: 50px;
    width: 200px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
div.imgbarra{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 100px;
}

.recorrido{
    margin-top: 200px;
}
h1.titRecorrido{
    font-family: 'Noto Sans';
    text-align: center;
}
div.recsteel{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.scroll2{
    position: fixed;
    z-index: 10000;
}

/*formulario*/
form.bydesign{
    width: 60%;
    margin-bottom: 200px;
}
input.inpForm{
    width: 80%;
    border: 4px inset #67d8cd;
    margin-bottom: 20px;
}

ul.list-group{
    border: 4px outset #67d8cd;
    margin-top: 20px;
    margin-bottom: 20px;
}
button.encuesta{
    background-color: #67d8cd;
    border: 1px solid #000000;
    width: 200px;
    color: white;
}
button.encuesta:hover{
    background-color: #01579B;
    color: white;
}
button.encuesta:focus{
    background-color: #01579B;
    color: white;
    border: 2px solid #000000;
}
.lblForm, h2.encuesta, h4.encuesta, p.encuesta{
    font-family: 'Times New Roman';
}
h2.encuesta{
    font-size: 50px;
}
h4.encuesta{
    margin-top: 20px;
    font-weight: bold;
}
div.cntrEncuesta{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spinner{
    color: #67d8cd;
    margin-top: 30px;
}
.hide{
    display: none;
}
