body {
    font-family: 'Blinker', sans-serif;
    font-size: 16px;
}
h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 1em 0;
}
p {
    font-size: 1.2em;
}
.left-column {
    height: 100vh;
    position: relative;
}
.inner-padding {
    padding: 2.5em;
}
.logo {
    max-width: 160px;
}
.list-services,
.list-profiles {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
    
}
.list-services::after {
    content: '';
    display: block;
    width: 75px;
    height: 6px;
    background: #2C2D7E;
    margin-top: 2.5em;
}
.list-services li,
.list-profiles li a {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    vertical-align: middle;
}
.list-services li {
    padding: 1.5em;
    margin-bottom: 1em;
}
.list-services li .text-service {
    float: left;
    width: 90%;
}
.list-services li .text-service h4 {
    font-weight: 600;
}
.list-services li .img-service {
    display: table;
    float: left;
    margin: 12px 0;
    width: 10%;
}
.list-services li p {
    font-size: 1em;
    margin: 0;
}

.list-profiles li {
    display: table;
    float: left;
}
.list-profiles li a {
    width: auto;
    padding: 0 1em;
    display: flex;
    align-items: center;
    height: 75px;
}
.list-profiles li a img{
    width: 100%; 
}
.footer {
    width: 100%;
}
.data-contact {
    background: #2C2D7E;
    color: #ffffff;
    margin-top: 2em;
    padding: 2em 0;
}
.data-contact h4 {
    font-weight: 600;
    font-size: 1.5em;
}
.data-contact h4 span {
    font-weight: 300;
    font-size: 0.8em;
    margin-left: 0.5em;
}
.data-contact p {
    font-size: 1em;
    margin: 0px;
}
.data-contact a {
    color: #ffffff;
    text-decoration: underline;
}
.map iframe {
    width: 100% !important;
    height: 300px;
}
.copyright {
    background: #1F1F58;
}
.copyright p {
    color: #ffffff;
    font-size: 14px;
    margin: 8px 0;
    font-weight: 300;
}
.photo-background { 
    background: url(../images/bg-rigthcolunm.jpg) no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
}
.img-mobile {
    display: none;
}
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.50);
}
.whatsapp-icon {
    margin-top:13px;
}
.pagosenlinea {
    background: #fff0a5;
    margin: 2em 0;
    border-radius: 8px;
    padding: 1em;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.pagosenlinea p {
    margin: 0;
    font-size: 1em;
}
.btn-pagos {
    color: #2C2D7E;
    font-size: 1em;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 8px;
    border: solid #dbb703 2px;
    background: #ffd500;
}
.btn-pagos:hover {
    background: #f2b51b;
    text-decoration: none;
    color: #2C2D7E;
}
/*--------------- MEDIA QUERIES ------------*/

/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .profiles {
        margin: 1em 0;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
        
    .photo-background {
        display: none;
    }
    
    .img-mobile {
        display: block;
        margin: 2em 0;
        width: 100%;
        height: auto;
    }
    .profiles {
        margin: 1em 0;
    }
    
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .left-column {
        height: auto;
        position: relative;
    }
    .photo-background {
        display: none;
    }
    .img-mobile {
        display: block;
        margin: 2em 0;
        width: 100%;
        height: auto;
    }
    .whatsapp {
        bottom:25px;
        right:25px;
    }
    .profiles {
        margin: 1em 0;
    }
    .list-profiles li a {
        width: 100%;
        margin: 0;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (max-width: 480px) {
    .footer {
        position: relative;
    }
    .list-services li {
        margin: 35px 35px 0 0;
    }
    .logo {
        width: auto;
    }
    .inner-padding {
        padding: 2em 1em;
    }
    .profiles {
        margin: 1em 0;
    }
    .list-profiles li a {
        width: 100%;
        margin: 0;
    }
}


@media only screen and (max-width: 360px) {

}


/*--------------- END MEDIA QUERIES ------------*/