@font-face{font-family:Roboto-Regular; src:url('../fonts/Roboto-Regular.ttf')}

body{
    font-size:14px;
	line-height:14px;
    font-family: "Roboto-Regular","Open Sans", sans-serif;
}
.superior{
    text-align: center;
}
.superior .logo {
    background-image: url(../img/rvc.png);
    height: 38px;
    width: 48px;
    background-size: 42px;
    background-position: 2px 2px;
    display: inline-block;
    background-repeat: no-repeat;
}
.contenedor{
    text-align:center;
    padding: 20px 10px 14px 8px;
}
.titulo{
    color:#d0333a;
    margin:20px 0 30px;
}
.subtitulo{
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 20px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.nombre-proyecto {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 21px;
}
.botones-asesoria {
    width: 200px;
    margin: 0 auto;
}

.calendly-boton {
    background-color: #d93239;
    height: 41px;
    width: 200px;
    padding-top: 6px;
    color: #fff;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size:14px;
}

.calendly-boton a {
    width: 200px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 17px;
    text-decoration:none;
    position: relative;
    top: -26px;
}

.boton-whatsapp {
    background-color: #25d366;
}

.boton-asesor {
    height: 24px;
    width: 200px;
    padding-top: 9px;
    color: #fff;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
}

.calendly-boton i {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 22px;
}
.boton-whatsapp i, .boton-fonos i, .btnCotizar i, .btnVerProyectos i{
    float: left;
    margin: -4px 0 0 10px;
    font-size: 22px;
}
.boton-texto {
    margin-left: -24px;
    font-size:14px;
    cursor:pointer;
}
.whatsapp-nros, .fonos-nros {
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 13px;
    right: 0px;
    width: 200px;
    background-color: white;
    position: relative;
    display: none;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.whatsapp-nros li, .fonos-nros li {
    padding: 8px 16px;
    border-bottom: 1px solid #e5e5e5;
}
.whatsapp-nros li a, .fonos-nros li a {
    color: #000;
    text-decoration: none;
}
.boton-fonos {
    background-color: #37a6de;
}
.btnCotizar{
    border: 2px solid #d93239;
    margin-top: 30px;
}
.btnCotizar a {
    text-decoration:none;
    color:#d93239;
    font-weight:bold;
    display: inline-block;
    width: 200px;
}
.btnCotizar .boton-texto {
    margin-left: 0px;
}

.btnVerProyectos{
    background-color: #d93239;
    margin-top: 30px;
}
.btnVerProyectos a {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    display: inline-block;
    width: 200px;
}
.btnVerProyectos .boton-texto {
    margin-left: 0px;
    position: relative;
    top: -16px;
}

.subtitulo2 {
    margin: 25px 0 15px;
    font-size: 18px;
    color:#d93239;
}

.horario {
    margin: 30px 0 5px 0;
}
.horario .datos {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}
.horario .datos i {
    font-size: 23px;
    margin-right: 12px;
}

