.carousel-caption{
    position: absolute;
    width: 510px;
    height: 104px;
    left: 67px;
    top: 60px;
}
.fondo{
    /* background-image: url('../images/muellegris.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 100%;
    position: relative;
}
.cardsmall{
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.597);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.597);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.597); 
}
.secciongrandeizquierda{
    width: 100%;
    height: 100%;
    background-image: url('../images/patio2.png');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.597);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.597);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.597); 
}
.contenedordeletrasazul{
    position: absolute;
    left: 130px;
}
.letrasazules{
    color: #005073;
    font-size: 55px;
    font-family: Helvetica85-Heavy;
    font-weight: 900;
}
.contenedorletrasgris{
    position: absolute;
    left: 250px;
    margin-top: 65px;
}
.letrasgris{
    position: absolute;
    color: #4A4A4A;
    font-size: 50px;
    font-family: Helvetica-Light;
    font-weight: 300;
}
.contenedor{
    position: relative;
    background-color: #4A4A4A;
    width: 100%;
    height: 600px;
    background-image: url("../images/muellegris.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
}
.cuadrado2{
    background-image: url("../images/simboloubicacion.png");
    position: absolute;
    background-repeat: no-repeat;
    height: 430px;
    width: 100%;
    background-size:contain;
    background-position: 85%;
    top: 9px;
}
.cuadrado3{
    position: absolute;
    background-color: #232323;
    width: 100%;
    height: 250px;
    top: 58%;
    clip-path: polygon(100% 100%, 100% 79%, 0 30%, 0 100%);
}
.cuadrado4{
    background-image: url("../images/llamadoalaaccion.png");
    position: absolute;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 98px;
    background-position: 100% 100%;
}
.contenedor2{
    position: relative;
    background-color:#005073;
    width: 100%;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
}
.cuadrado5{
    background-image: url("../images/luis.png");
    position: absolute;
    background-repeat: no-repeat;
    height: 430px;
    width: 100%;
    background-size:contain;
    background-position: 5%;
    bottom: -1px;
    z-index: 1;
    rotate: 180(deg);
}
.cuadrado6{
    position: absolute;
    background-color: #676767;
    width: 100%;
    height: 250px;
    top: 59%;
    clip-path: polygon(100% 100%, 0 100%, 0 77%, 100% 94%);
}
.cuadrado7{
    background-image: url("../images/asesoria.png");
    position: absolute;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -50px;
    background-position: 0% 95%;
}
.cuadrado8{
    background-image: url("../images/nube1.png");
    position:absolute ;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50%;
}
.cuadrado9{
    background-image: url("../images/nube2.png");
    position:absolute ;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50%;
    background-position: 100%;
    bottom: -50px;
}
.list-group-item{
    background-color: #232323;
    color: white;
    font-size: 20px;
    font-weight: 900px;
    text-decoration:underline;
}
