html {
    scroll-behavior: smooth;
}

.titulouno {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 64px;
    line-height: 54px;
    text-align: initial;
}

@media screen and (min-width: 770px) and (max-width: 990px) {
    .titulouno {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 42px;
        line-height: 42px;
        text-align: initial;
    }
}

@media screen and (min-width: 990px) and (max-width: 1349px) {
    .titulouno {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 52px;
        line-height: 52px;
        text-align: initial;
    }
}

.titulodos {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    line-height: 33px;
    text-align: center;
}

@media screen and ( max-width: 1000px) {
    img.tamanio {
        width: 350px;
    }
}

img.tamanio {
    height: auto;
}

@media screen and ( max-width: 1024px) {
    img.tamanio {
        width: 380px;
    }
}

@media screen and ( min-width: 1440px) {
    img.tamanio {
        width: 650px;
    }
}

img.tamanio {
    height: auto;
}

.contenedor {
    margin: 10px auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenido {
    padding: 14px 25px 7px 25px;
}

.gradientuno {
   background: rgba(169,3,41,1);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(61,0,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(61,0,14,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(61,0,14,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(61,0,14,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(61,0,14,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(61,0,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#3d000e', GradientType=0 );
}

.gradientdos {
    background: rgba(3,91,168,1);
background: -moz-linear-gradient(top, rgba(3,91,168,1) 0%, rgba(4,55,143,1) 44%, rgba(0,43,107,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,91,168,1)), color-stop(44%, rgba(4,55,143,1)), color-stop(100%, rgba(0,43,107,1)));
background: -webkit-linear-gradient(top, rgba(3,91,168,1) 0%, rgba(4,55,143,1) 44%, rgba(0,43,107,1) 100%);
background: -o-linear-gradient(top, rgba(3,91,168,1) 0%, rgba(4,55,143,1) 44%, rgba(0,43,107,1) 100%);
background: -ms-linear-gradient(top, rgba(3,91,168,1) 0%, rgba(4,55,143,1) 44%, rgba(0,43,107,1) 100%);
background: linear-gradient(to bottom, rgba(3,91,168,1) 0%, rgba(4,55,143,1) 44%, rgba(0,43,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035ba8', endColorstr='#002b6b', GradientType=0 );
}

.gradienttres {
   background: rgba(3,168,127,1);
background: -moz-linear-gradient(top, rgba(3,168,127,1) 0%, rgba(3,143,96,1) 44%, rgba(0,73,107,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,168,127,1)), color-stop(44%, rgba(3,143,96,1)), color-stop(100%, rgba(0,73,107,1)));
background: -webkit-linear-gradient(top, rgba(3,168,127,1) 0%, rgba(3,143,96,1) 44%, rgba(0,73,107,1) 100%);
background: -o-linear-gradient(top, rgba(3,168,127,1) 0%, rgba(3,143,96,1) 44%, rgba(0,73,107,1) 100%);
background: -ms-linear-gradient(top, rgba(3,168,127,1) 0%, rgba(3,143,96,1) 44%, rgba(0,73,107,1) 100%);
background: linear-gradient(to bottom, rgba(3,168,127,1) 0%, rgba(3,143,96,1) 44%, rgba(0,73,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a87f', endColorstr='#00496b', GradientType=0 );
}

.gradientecero {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.2777485994397759) 73%, rgba(0, 0, 0, 0.6558998599439776) 100%);
}

.altoslide {
    height: 559px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 100px!important;
}

@media only screen and (max-width: 770px) {
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        margin-left: 0px!important;
    }
}

.botonredondo {
    border-radius: 46px!important;
    padding: 14px!important;
}

.botonnaranja {
    font-size: 16px!important;
    border-radius: 26px!important;
    color: white!important;
    background-color: #f79a13!important;
}

.botonblanco {
    font-size: 16px!important;
    border-radius: 26px!important;
    color: black!important;
    background-color: #fff!important;
}

.diseniofondo2 {
    background-image: url(img/pattern_background.png);
    background-size: cover;
}

.centrado {
    text-align: center;
}

#main {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0px 0 20px;
}

#main .tzine-logo {
    width: 336px;
    height: 121px;
    margin: 0 auto 90px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}


/*-------------------------
	The footer
--------------------------*/

footer {
    height: 245px;
    color: #ccc;
    font-size: 12px;
    position: relative;
    z-index: -2;
}


/* Set a width to the outermost UL and center it */

footer>ul {
    width: 960px;
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -480px;
    padding-bottom: 60px;
    z-index: -1;
}


/* The four columns of links */

footer>ul>li {
    width: 25%;
    float: left;
}

footer ul {
    list-style: none;
}


/* The links */

footer>ul>li ul li {
    margin-left: 43px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.8;
}

footer>ul>li ul li a {
    text-decoration: none !important;
    color: #7d8691 !important;
}

footer>ul>li ul li a:hover {
    color: #ddd !important;
}


/* The company logo */

footer a.logo {
    color: #e4e4e4 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-left: 16px;
    display: inline-block;
    margin-top: 7px;
}

footer a.logo i {
    font-style: normal;
    position: absolute;
    width: 60px;
    display: block;
    left: 48px;
    top: 18px;
    font-size: 12px;
    color: #999;
}

footer a.logo:before {
    content: '';
    display: inline-block;
    background: url('img/sprite.png') no-repeat -19px -70px;
    width: 48px;
    height: 37px;
    vertical-align: text-top;
}


/* Common styles for the four color bars */

footer p {
    width: 90%;
    margin-right: 10%;
    padding: 9px 0;
    line-height: 18px;
    background-color: #058cc7;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    opacity: 0.9;
    cursor: default;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

footer>ul>li:hover p {
    opacity: 1;
}

footer p:before {
    content: '';
    display: inline-block;
    background: url('img/sprite.png') no-repeat;
    width: 16px;
    height: 18px;
    margin: 0 12px 0 15px;
    vertical-align: text-bottom;
}


/*-------------------------
	The different colors
--------------------------*/

footer p.home:before {
    background-position: 0 -110px;
}

footer p.services:before {
    background-position: 0 -129px;
}

footer p.reachus:before {
    background-position: 0 -89px;
}

footer p.clients:before {
    background-position: 0 -69px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-top: 13px!important;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
    width: 79%;
    margin: 0 auto;
}

.carousel .overview {
    font-style: italic;
    text-align: center;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85)!important;
}

.movilocultar {
    display: block;
}

@media only screen and (max-width: 770px) {
    .movilocultar {
        display: none;
    }
}

.movilmostrar {
    display: none;
    min-height: 500px;
}

@media only screen and (max-width: 770px) {
    .movilmostrar {
        display: block;
        min-height: 470px;
    }
}

.fondomovil {
    background-color: black;
    background-image: url(img/fondotop.jpg);
    background-size: cover;
    color: white;
    padding-top: 30%!important;
}

.fondomenu {
    display: none;
}

@media only screen and (max-width: 770px) {
    .fondomenu {
        display: block;
        background-color: currentColor;
        padding: 7px;
    }
}

.botoncontacto {
    display: block;
}

@media only screen and (max-width: 770px) {
    .botoncontacto {
        display: none!important;
    }
}

.textocontacto {
    display: none;
}

@media only screen and (max-width: 770px) {
    .textocontacto {
        display: block;
    }
}

.gradiente02 {
    background: #141E30;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#paralax01 {
    background-image: url(img/investorback.jpg);
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.seccionalturamin {
    min-height: 350px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.girlinvestor {
    visibility: visible;
    animation-name: slideInRight;
    position: absolute;
    bottom: -35px;
    right: 20%;
    width: 780px;
}

.cartelito {
    background-color: blue;
    height: 40px;
    width: 300px;
    z-index: 200;
    position: absolute;
    right: 0px;
    bottom: 10%;
    padding: 8px 1px 1px 14px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 226px!important;
}