@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Montserrat", sans-serif;
    background: #f7f5f5;
    margin: 0;
    padding: 0;
    color: #615f64;
}
#nav-icon1 {
    float: right;
    width: 30px;
    height: 24px;
    position: relative;
    margin: 22px -20px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
}
@media (min-width: 768px) {
    #nav-icon1 {
        display: none;
    }
}
.semibold {
    font-weight: 500;
}
.franquicias {
    border-left: solid 1px #7e92b3;
    padding-left: 30px;
}
.franquicias .modTitle {
    font-weight: bold;
    color: #931f1f;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #9f1709;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 12px;
}
#nav-icon1 span:nth-child(3) {
    top: 24px;
}
#nav-icon1.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 12px 4px rgba(179, 179, 179, 0.78);
    -moz-box-shadow: 0px 0px 12px 4px rgba(179, 179, 179, 0.78);
    box-shadow: 0px 0px 12px 4px rgba(179, 179, 179, 0.78);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes opacity {
    from {
        opacity: 0;
        filter: brightness(250%);
    }
    to {
        opacity: 1;
        filter: brightness(100%);
    }
}
@keyframes opacityMidBanner {
    0% {
        opacity: 0;
        filter: brightness(250%);
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        filter: brightness(100%);
    }
}
@keyframes ico {
    0% {
        transform: scale(0.1);
    }
    50% {
        transform: scale(1.6);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes titleTop {
    0% {
        margin-left: 100px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes graficos {
    0% {
        top: 500px;
        opacity: 0;
    }
    100% {
        top: 200px;
        opacity: 1;
    }
}
@keyframes graficos-m {
    0% {
        top: 500px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes header {
    0% {
        top: -85px;
    }
    100% {
        top: 0;
    }
}
.btn-gradient {
    background: rgb(49,28,95);
    /*background: linear-gradient(140deg, rgba(152,17,75,1) 0%, rgba(117,34,52,1) 50%, rgba(105,21,81,1) 100%);*/
    background: linear-gradient(to right, #a95781, #955c84);
    box-shadow: 3px 3px 20px #b6b5b5;
    padding: 8px 35px!important;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 5px!important;
    transition: background .35s;
    border: none!important;
}
.btn-gradient:hover {
    background: linear-gradient(to right, #fff, #fff);
    linear-gradient(to right, rgba(169,87,129,1), rgba(149,92,132,1)) border-box;
    border-radius: 5px!important;
    transition: background .35s;
}
.btn-gradient p {
    font-size: 16px;
    margin: 0; padding: 0;
    color: #fff!important;
    transition: all .25s;
    -webkit-text-fill-color: #fff;
    transition: all .35s;
}
.btn-gradient:hover p {
    background: -webkit-linear-gradient(127deg, rgba(169,87,129,1) 0%, rgba(149,92,132,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .35s;
}

.btn-gradient-inverse {
    background: #fff;

    box-shadow: 3px 3px 20px #b6b5b5;
    padding: 8px 35px!important;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 5px!important;
    transition: all .35s;
    border: none!important;
}
.btn-gradient-inverse:hover {
    background: linear-gradient(to right, #a95781, #955c84);
    border-radius: 5px!important;
    transition: all .35s;
}
.btn-gradient-inverse p {
    font-size: 16px;
    margin: 0; padding: 0;
    background: -webkit-linear-gradient(127deg, rgba(169,87,129,1) 0%, rgba(149,92,132,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .35s;
}
.btn-gradient-inverse:hover p {
    color: #fff!important;
    -webkit-text-fill-color: #fff;
    transition: all .35s;
}

.btn {
    padding: 7px 20px;
    border-radius: 15px;
    font-weight: 600;
}
header.portal {
    background: #f7f5f5!important;
}
header {
    background: #fff;
    height: 85px;
    padding: 10px 0;
    width: 100%;
    position: fixed;
}
header .logo {
    float: left;
    width: 15%;
}
header.mobile .menu {
    float: left;
    width: 100%;
    height: 100vh;
    text-align: left;
    padding-top: 40px;
    position: absolute;
    top: 85px;
    left: 0;
    background: #f7f5f5;
}
header.mobile .menu a {
    float: left;
    clear: both;
    margin: 10px 25px!important;
}
header.mobile .menu .btn {
    float: left;
    clear: both;
}
header .menu {
    float: left;
    width: 85%;
    text-align: right;
    padding-top: 13px;
}
header .menu .btn {
    margin-top: -10px;
}
header .menu .btn p {
    font-size: 13px!important;
}
header .menu a{
    color: #000;
    margin: 30px 10px;
    text-decoration: none;
    background: #fff;
    transition: all .3s;
    padding: 7px 15px;
    font-size: 13px;
}
header .menu a:hover{
    color: #fff!important;
    cursor: pointer;
    background: linear-gradient(to right, #a95781, #955c84);
    border-radius: 5px;
    transition: all .3s;
    padding: 7px 15px;
}
header .btn-init {
    float: left;
    width: 25%;
    text-align: right;
}
header .btn-init .btn {
    float: right;
}

header .iso {
    max-height: 40px;
    margin-top: 15px;
}

.inner {
    width: 95%;
    margin: auto;
    max-width: 1310px;
}
.inner p {
    color: #7e92b3;
}
.inner h2 {
    background: -webkit-linear-gradient(127deg, rgba(211,106,137,1) 0%, rgba(169,87,129,1) 50%, rgba(143,32,32,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 800;
}
.small-box {
    width: 80%;
    margin: auto;
    max-width: 768px;
}
.small-box .min-width {
    max-width: 470px;
    margin: auto;
}

.main {
    width: 100%;
    color: #000;
}
.main .row {
    display: flex;
    align-items: center;
    padding-top: 150px;
}
.main h2 {
    font-size: 50px;
    font-weight: 800;
    /*background: -webkit-linear-gradient(0deg, rgba(195,66,96,1) 0%, rgba(87,141,195,1) 80%);*/
    background: -webkit-linear-gradient(127deg, rgba(211,106,137,1) 0%, rgba(169,87,129,1) 50%, rgba(143,32,32,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main p {
    color: #7e92b3;
}

section {
    padding: 100px 0;
}

.item .inner {
    width: 98%;
    margin: auto;
    border-radius: 50px;
    padding: 80px 60px;
    background: rgba(255, 255, 255, 0.4);
    border: solid 1px #fff;
    transition: all .5s;
}
@media screen and (min-width: 600px) {
    .item .inner:hover {
        background: -webkit-linear-gradient(127deg, rgba(145, 90, 132, 1) 0%, rgba(210, 106, 137, 1) 50%, rgba(169, 87, 129, 1) 100%);
        transition: all .5s;
        border: solid 1px transparent;
        box-shadow: 3px 3px 20px #b6b5b5;
    }

    .item .inner:hover .title, .item .inner:hover .text {
        color: #fff;
        transition: all .5s;
    }

    .item .inner:hover .bt a {
        color: #fff;
    }

    .item .inner:hover .ico-box {
        opacity: 0;
        transition: all .5s;
    }

    .item .inner:hover .bt a {
        background: url("../images/arrow-right_white.png?2") right no-repeat;
    }
}

.medium {
    font-weight: 500;
}

.item .inner .ico1 {
    margin: 40px auto;
    background: url('../images/servicios_ico1_white.png?1') center top no-repeat;
}
.item .inner .ico2 {
    margin: 40px auto;
    background: url('../images/servicios_ico2_white.png?1') center top no-repeat;
}
.item .inner .ico3 {
    margin: 40px auto;
    background: url('../images/servicios_ico3_white.png?1') center top no-repeat;
}
.item .inner .ico4 {
    margin: 40px auto;
    background: url('../images/servicios_ico4_white.png?1') center top no-repeat;
}

.item .inner .title {
    font-size: 14px;
    font-weight: bold;
    color: #7e92b3;
    text-align: left;
    min-height: 40px;
}
.item .inner .text {
    font-size: 14px;
    font-weight: normal;
    color: #7e92b3;
    text-align: left;
    min-height: 75px;
}
.item .inner .bt {
    text-align: left;
}
.item .inner .bt a {
    font-size: 14px;
    font-weight: bold;
    color: #931f1f;
    text-align: left;
    text-decoration: none;
    padding-right: 40px;
    background: url("../images/arrow-right.png?2") right no-repeat;
    transition: all .5s;
}
.item .inner .bt a:hover {
    padding-right: 33px;
    padding-left: 5px;
    transition: all .5s;
    background: url("../images/arrow-right_white.png?2") right no-repeat;
}
.ico-box  {
    width: 45%;
    max-width: 131px;
    opacity: 1;
    transition: all .5s;
}

.historia {
    color: #7e92b3;
}
.historia .img {
    border-radius: 50px;
    box-shadow: 3px 3px 20px #b6b5b5;
}
.historia .color {
    color: #9f1709;
}
.historia a {
    color: #7e92b3;
    text-decoration: none;
}
.historia a:hover {
    text-decoration: underline;
}

.contacto {
    /*background: url("../images/bg-contacto.jpg") center no-repeat;*/
    min-height: 670px;
}
.contacto h3 {
    color: #7e92b3;
    font-size: 40px;
}
.contacto .form {
    min-height: 670px;
}
.contacto .btn {
    border-radius: 30px!important;
}
.contacto .form .contentForm {
    border-radius: 25px;
    background: rgba(255,255,255,.3);
    border: solid 1px #fff;
    padding: 25px;
}
.contacto .form input, .contacto .form textarea {
    border: solid 1px #fff;
    border-radius: 25px;
    background: rgba(255,255,255,.5);
    resize: none;
}
.contacto .contentInfo {
    margin-top: 50px;
    margin-left: 80px;
}
.tel,.email,.location {
    color: #6c7e99;
    padding-left: 50px;
    margin-bottom: 25px;
}
.tel a,.email a,.location a {
    color: #6c7e99;
}
.tel .title,.email  .title,.location  .title {
    font-weight: 600;
}
.tel {
    background: url("../images/ico_tel.png?") top left no-repeat;
}
.email {
    background: url("../images/ico_email.png?") top left no-repeat;
}
.location {
    background: url("../images/ico_location.png?") top left no-repeat;
}

.footer {
    background: url("../images/bg-footer.png") top center repeat-y;
    font-size: 12px;
    color: #6c7e99;
}
.footer a {
    color: #6c7e99;
    text-decoration: none;
}
.footer strong {
    font-size: 14px;
}
.footer li {
    display: block;
    padding: 5px 0;
}
#news {
    position: relative;
}
#news #btn-send {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.email_news {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    border:none;
    padding: 20px;
    color: #666;
    transition: all .5s;
}
.email_news:focus {
    outline: none;
    background: #f9f6fb;
    transition: all .5s;
    border:solid 1px #f3edf9;
}
#copy {
    margin-top: 50px;
    border-top: solid 1px #7b263a;
    padding: 15px 0 0 0;
}
#copy a:hover {
    color: #7b263a;
}

.portal .form .contentForm {
    border-radius: 25px;
    background: rgba(0,0,0,.03);
    border: solid 1px #fff;
    padding: 25px;
}
.portal .form input, .portal .form textarea {
    border: solid 1px #fff;
    border-radius: 10px;
    background: rgba(255,255,255,.5);
    resize: none;
}
.portal input {
    padding-left: 30px;
    color: #6c7e99!important;

}
.portal label {
    color: #6c7e99!important;
    margin: 20px 0px 5px 0;
}
.portal input#nombre {
    background: url("../images/portal_ico_nombre.png") left no-repeat #f7f5f5!important;
}
.portal input#cuit {
    background: url("../images/portal_ico_cuit.png") left no-repeat #f7f5f5!important;
}
.portal input#email {
    background: url("../images/portal_ico_email.png") left no-repeat #f7f5f5!important;
}
.portal input#telefono {
    background: url("../images/portal_ico_tel.png") left no-repeat #f7f5f5!important;
}
.portal input#clave,.portal input#clave2 {
    background: url("../images/portal_ico_pass.png") left no-repeat #f7f5f5!important;
}
.portal a {
    text-decoration: underline;
    color: #6c7e99;
}
.portal a:hover {
    text-decoration: none;
    color: #9d1708;
}
.portal strong a {
    text-decoration: none!important;
    color: #9d1708;
}
.portal strong a:hover {
    text-decoration: underline!important;
    color: #9d1708;
}
.portal p {
    font-size: 14px!important;
}
.subtitle {
    border-top: solid 1px #9d1708!important;
    border-bottom: solid 1px #9d1708!important;
    color: #9d1708!important;
    padding: 10px 0;
}

@media screen and (max-width: 600px) {

    section {
        padding: 50px 0;
    }

    .inner {
        width: 80%;
    }
    .small-box {
        width: 100%;
    }

    header.mobile .menu {
        display: block;
    }

    header .menu {
        display: none;
    }

    .main .row {
        padding-top: 110px;
    }
    .main h2, .inner h2 {
        font-size: 28px;
        font-weight: 800;
    }

    .item .inner {
        padding: 30px 50px;
        margin-bottom: 25px;
    }
    .ico-box  {
        width: 35%;
        max-width: 90px;
        margin: 10px auto;
    }

    .contacto .contentInfo {
        margin-top: 40px;
        margin-left: 0px;
    }

    .item .inner .ico1,.item .inner .ico2,.item .inner .ico3,.item .inner .ico4 {
        background: none;
    }

    .franquicias {
        border-left: none;
        padding-left: 10px;
    }
}