        body{
            background-image: url(../img/fondo-bfv-1920x1080.png);
            height:100%;
            width: 100%;
            font-family: 'Open Sans', sans-serif;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        
        
        .container.main{
            width: 80%;
            margin: 30px auto;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 20px;
        }
        
        a:hover{
            cursor: pointer;
        }
        h2{
            color: #fff;
            font-size: 40px;
            padding-top: 20px;
        }
        h4{
            color: #fff;
            font-size: 30px;
            font-weight: 300;
        }
        
        .center{
            display: block;
            margin: 0 auto;
        }
        
        .divider{
            width: 50%;
            height: 3px!important;
            background-color:#fbd353;
            margin:0 auto;
            border-radius: 15px;
            
        }
        
        .servicios{
            margin: 68px 0;
        }
        .servicios h4{
            font-weight: 400;
        }
        
        .bfv-servicios .col{
            margin-bottom: 20px;
        }
        
        .container.servicios .col-lg-12{
            margin: 20px;
        }
        
        .fa-envelope, .fa-phone, .fa-globe{
            color: #e5e5e5;
            padding: 10px;
        }
        

        .contacto .row{
            margin-bottom: 10px;
        }

        
        .bfv{
            color: #e5e5e5;
        }
        .bfv a{
            color: #e5e5e5;
            font-weight: 400;
            font-size:20px;
        }
        .bfv a:hover{
            border-bottom: 1px solid;
            text-decoration: none;
        }
        
        .cloud{
            
            margin-top: 50px;
            background: #1999bd; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(left, #1999bd , #295da1); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #1999bd, #295da1); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #1999bd, #295da1); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #1999bd , #295da1); /* Standard syntax */
        }
        
        .cloud .col-lg-8+.col-lg-2{
            text-align:center;margin-top:60px;margin-bottom:50px;
        }
        .cloud h2{
            text-align: center; 
            font-weight:700;
            padding-top: 30px;
        }
        
        a.btn-cloud{
        border:3px solid #e5e5e5;
        background-color: transparent;
        color: #fff;
        font-size: 25px;
        margin-top: 50px;
        margin-bottom: 20px;
        font-weight: 700;
        padding: 10px 15px;
        }
        
        a.btn-cloud:hover{
        border:3px solid #108dbe;
        background-color: #108dbe;
        color: #fff;
        font-size: 25px;
        margin-top: 50px;
        font-weight: 700;
        text-decoration: none;
        }

        @media only screen and (max-width:1200px){
            .divider{
                width: 15%;
            }
        }
        
        @media only screen and (max-width:715px){
            .divider{
                width: 30%;
            }
        }
        
        @media only screen and (max-width:450px){
            .divider{
                width: 50%;
            }
            .bfv a{
            color: #e5e5e5;
            font-weight: 400;
            font-size:16px;
           
        }
            .fa-envelope, .fa-phone, .fa-globe{
                font-size: 25px;
                padding-top: 20px;
            }
            
        }
        
        @media only screen and (max-width:570px){
            .bfv-img{
                width: 80%;
            }
        }
        
        @media only screen and (max-width:360px){
            .bfv a{
            font-size:12px;
           
        }
            .fa-envelope, .fa-phone, .fa-globe{
                font-size: 20px;
                padding-top: 20px;
            }
            .cloud img{
                width: 250px;
            }
        
        }