/*
Theme Name: Claudia Silva
Author: Agencia SA Publicidad SPA
Author URI: https://www.sapublicidad.cl/
Description: Template desarrollado por Agencia SA Publicidad, el uso de este template es privado y de exclusivo uso de SA Publicidad.</br></br> ¿Sabías que este template fue desarrollado 100% por SA Publicidad?
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad
*/


*{
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin:0;
}

::selection{
    background-color: #00C2A4;
    color: #ffffff;
}

body{
    overflow-x: hidden;
}


.clear{
    clear: both;
}

.wrap{
    width: 90%;
    max-width: 1200px;
    margin:auto;
}

/* header */
header{
    position: fixed;
    width: 100%;
    z-index: 999;
}

header.stick{
    background-image: url(img/bg-home.svg);
    background-size: 100%;
    padding: 5px 0;
}

header p.logo{
    width: 300px;
    float: left;
    margin:10px 0 0 0;
    transition: all .3s ease;
}

header.stick .logo{
    width: 150px;
    margin:0 0 0 0;
}

@media(max-width:800px){
    header,
    header.stick{
        position: absolute;
    }

    header .logo,
    header.stick .logo{
        position: absolute;
        width: 50%;
        max-width: 200px;
        margin:auto;
        float: none;
    }
}

header p.logo img{
    width: 100%;
    margin:0 0 -5px 0;
}

/* btn-nav */
#btn-nav{
    display: none;
}

header > .wrap > label{
    display: none;
}

@media(max-width: 800px){
    header > .wrap > label{
        display: block;
        position: absolute;
        width: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #212121;
        color: #ffffff;
        right: 20px;
        top: 20px;
        cursor: pointer;
        outline: none;
        border-radius: 3px;
    }

    header > .wrap > label i:nth-child(2),
    #btn-nav:checked ~ label i:nth-child(1){
        display: none;
    }

    #btn-nav:checked ~ label i:nth-child(2){
        display: inline-block;
    }
}



/* nav */
nav{
    float: right;
    margin:20px 0 0 0;
    transition: all .3s ease;
}

header.stick nav{
    margin:0px 0 0 0;
}

nav ul li{
    display: inline-block;
    line-height: 45px;
}

nav ul li a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    margin:0 0 0 20px;
    line-height: 45px;
    letter-spacing: .5px;
    transition: all .3s ease;
}

nav ul li:first-child a{
    margin:0 0 0 0;
}

nav ul li:last-child a{
    width: 45px;
    text-align: center;
    color: #02997c;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 17px;
    transition: all .3s ease;
}

header.stick nav ul li:last-child a{
    color: #ffffff;
    background-color: #02997c;
}

nav ul li:last-child a:hover{
    box-shadow: 0 0 0 10px rgba(255,255,255,.3);
}



@media(max-width:800px){
    nav{
        position: absolute;
        top:0;
        left: 0;
        width: 60%;
        background-color: #00C2A4;
        margin:0 0 0 0;
        transform: translateX(-100%);
        opacity: 0;
        transition: all .3s ease;
    }

    #btn-nav:checked ~ nav{
        transform: translateX(0%);
        opacity: 1;
    }

    nav ul li{
        display: block;
        margin:0 0 0 0;
    }

    nav ul li a{
        display: block;
        margin:0 0 0 0;
        padding: 0 5%;
        line-height: 50px;
        font-weight: 600;
        font-size: 14px;
    }

    nav ul li:last-child a{
        width: 90%;
        border-radius: 0;
        text-align: left;
        font-size: 14px;
    }
}


/* home */
.home{
    padding: 90px 0 0px 0;
    position: relative;
    background-image: url(img/bg-home.svg);
    background-size: 100%;
    margin:0 0 40px 0;
}
.home:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top:100%;
    left: 0;
    background-image: url(img/svg1.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.home > img{
    position: absolute;
    width: 55%;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.home .wrap{
    position: relative;
    z-index: 100;
}

.home .left{
    width: 50%;
    float: left;
}


.home .left h1{
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: #ffffff;
    margin:80px 0 20px 0;
}

.home .left h1 span{
    font-weight: 400;
    font-size: 40px;
}

.home .left h2{
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,.9);
    max-width: 400px;
}

@media(max-width:800px){
    .home .left{
        width: 100%;
        text-align: center;
        float: none;
    }

    .home .left h1{
        font-size: 30px;
        line-height: 40px;
    }

    .home .left h2{
        margin:auto;
        font-size: 15px;
    }
}

.home .left p a{
    display: inline-block;
    margin:30px 0 0 0;
    color: #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 500;
    background: #ffffff;
    color: #02997c;
    font-weight: 900;
}

.home .left p a i{
    transition: all .3s ease;
}

.home .left p a:hover i{
    margin:0 0 0 10px;
}

.home .right{
    width: 35%;
    float: right;
    margin:50px 0 0 0;
    border-radius: 50%;
    position: relative;
}

@media(max-width:800px){
    .home .right{
        width: 60%;
        float: none;
        margin:50px auto 0 auto;
    }
}

.home .right:before{
    content: "";
    width: 105%;
    height: 105%;
    background-color: rgba(0,0,0,.1);
    left: -20px;
    top:-20px;
    position: absolute;
    border-radius: 50%;
}

.home .right img{
    width: 100%;
    border-radius: 50%;
    margin:0 0 -5px 0;
}


/* banner-1 */
.banner-1{
    padding: 40px 0;
    background-color: #02997c10;
}

.banner-1 article{
    width: 23.5%;
    float: left;
    margin:0 2% 0 0;
    position: relative;
    padding: 50px 0;
}
.banner-1 article:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    top:0;
    right: 80%;
    background-image: url(img/shadow.png);
    background-size: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    transition: all .3s ease;
}



.banner-1 article:hover:after{
    width: 0;
    opacity: 0;
}

.banner-1 article:nth-child(1){
    margin-top:0px;
}

.banner-1 article:nth-child(2){
    margin-top:20px;
}

.banner-1 article:nth-child(3){
    margin-top:30px;
}

.banner-1 article:nth-child(4){
    margin:0 0 0 0;
    margin-top:30px;
}

.banner-1 article .number{
    line-height: 250px;
    font-size: 140px;
    font-weight: 900;
    width: 20%;
    float: left;
    transition: all .3s ease;
    pointer-events: none;
}

.banner-1 article:hover .number{
    transform: translateX(-20px);
    z-index: 100;
    font-size: 40px;
}

.banner-1 article:nth-child(1) .number{
    color: #a6afb0;
}

.banner-1 article:nth-child(2) .number{
    color: #69797d;
}

.banner-1 article:nth-child(3) .number{
    color: #02bcb2;
}


.banner-1 article:nth-child(4) .number{
    color: #ffab01;
}

.banner-1 article .info{
    width: 80%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 250px;
    transition: all .3s ease;
    display: table;
}

.banner-1 article .info .content-info{
    vertical-align: middle;
    display: table-cell;
}

.banner-1 article:hover .info{
    transform: scale(1.3);
    overflow: visible;
}

.banner-1 article .info:before{
    content: "";
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
    top:0;
    right: 0;
    z-index: 1;
}

.banner-1 article:hover .info:before{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.banner-1 article:nth-child(1) .info:before{
    background-color: #a6afb0;
}

.banner-1 article:nth-child(2) .info:before{
    background-color: #69797d;
}

.banner-1 article:nth-child(3) .info:before{
    background-color: #02bcb2;
}

.banner-1 article:nth-child(4) .info:before{
    background-color: #ffab01;
}

.banner-1 article .info h2{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.banner-1 article .info .icon{
    position: relative;
    z-index: 2;
    text-align: center;
    margin:0px 0 0 0;
    font-size: 30px;
    color: #ffffff;
}

.banner-1 article .info p{
    position: relative;
    z-index: 2;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

@media(max-width:800px){
    .banner-1 article{
        width: 100%;
        height: auto;
        padding: 0;
    }

    .banner-1 article:hover{
    }

    .banner-1 article:after{
        display: none;
    }

    .banner-1 article .number{
        display: none;
    }

    .banner-1 article .info{
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin:0 0 0px 0;
    }

    .banner-1 article:hover .info{
        transform: scale(.9);
    }


    .banner-1 article .info:before{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .banner-1 article .info p{
        font-size: 16px;
        margin:0 10px 0 10px;
        font-weight: 300;
    }
}

.banner-1 article .icon .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'GRAD' 0;
    font-weight: 200;
    font-size: 40px;
}

/* banner-2 */
.banner-2{
    background-color: #02997c10;
    padding:0 0  120px 0;
}

.banner-2 article{
    width: 28%;
    float: left;
    margin:0 8% 0 0;
    background-color: #ffffff;
    transition: all .3s ease;
}

.banner-2 article:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

.banner-2 article:nth-child(3){
    margin:0 0 0 0;
}

@media(max-width:800px){
    .banner-2{
        padding: 0 0 0px 0;
    }

    .banner-2 article{
        width: 100%;
        float: none;
        margin:0 0 20px 0;
        padding: 0 0 1px 0;
    }
}

.banner-2 article .image{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.banner-2 article .image img{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.banner-2 article:hover .image img{
    position: absolute;
    top:50%;
    transform: translateY(-50%) scale(1.2);
}

.banner-2 article h2{
    padding: 20px;
    font-size: 18px;
    color: #313131;
}

.banner-2 article p{
    color: #777777;
    margin:0 0 20px 0;
    padding: 0 20px;
}

.banner-2 article .btn-1{
    margin:30px 20px 50px 20px;
    display: table;
}

.banner-2 article .btn-1 a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 0 25px;
    line-height: 45px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease;
    background: #00C2A4; /* Old browsers */
    background: -moz-linear-gradient(left,  #00C2A4 0%, #02997c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #00C2A4 0%,#02997c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #00C2A4 0%,#02997c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C2A4', endColorstr='#02997c',GradientType=1 ); /* IE6-9 */
}

.banner-2 article .btn-1 a:hover{
    letter-spacing: 2px;
}

/* banner-3 */
.banner-3{
    padding: 80px 0;
}

.banner-3 .wrap{
    max-width: 900px;
}

.banner-3 .left{
    width: 50%;
    float: left;
}

.banner-3 .left h2{
    font-size: 70px;
    font-weight: 800;
    color: #313131;
}

@media(max-width:800px){
    .banner-3{
        padding: 40px 0;
    }

    .banner-3 .left{
        width: 100%;
        float: none;
    }

    .banner-3 .left h2{
        font-size: 30px;
        text-align: center;
    }
}

.banner-3 .left h2:first-letter{
    color: #00C2A4;
}

.banner-3 .right{
    width: 40%;
    float: right;
    padding: 50px 0 0 0;
}

@media(max-width:800px){
    .banner-3 .right{
        width: 100%;
        float: none;
    }
}

.banner-3 .right article{
    width: 47%;
    float: left;
}

.banner-3 .right article:nth-child(1){
    margin:0 3% 0 0;
    padding: 80px 0 0 0;
}

.banner-3 .right article img{
    width: 100%;
    margin:0 0 5% 0;
    border-radius: 10px;
    transition: all .3s ease;
}

.banner-3 .right article img:hover{
    transform: scale(1.1) translateY(-20px) translateX(-20px);
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

/* banner-logos */
.banner-logos{
    background-size: cover;
    background-attachment: fixed;   
    padding: 50px 0;
    position: relative;
}

.banner-logos .left{
    width: 40%;
    float: left;
    text-align: right;
    font-size: 40px;
}

.banner-logos .left h2{
    color: #313131;
    font-weight: 900;
    line-height: 90px;
}

.banner-logos .rigth{
    width: 55%;
    float: right;
    height: 100px;
}

@media(max-width: 800px){
    .banner-logos .left{
        width: 100%;
        float: none;
        text-align: center;
    }

    .banner-logos .left h2{
        font-size: 30px;
        line-height: 30px;
    }

    .banner-logos .rigth{
        width: 100%;
        float: none;
    }
}

.clearout {
height:0px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
}

.nbs-flexisel-nav-right{
    right: -10px;
}

.nbs-flexisel-nav-left{
    left: -10px;
}

.nbs-flexisel-nav-right,
.nbs-flexisel-nav-left{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #08aeae;
    cursor: pointer;
    width: 45px;
    line-height: 45px;
    text-align: center;
    opacity: .7;
    transition: all .3s ease;
}

.nbs-flexisel-nav-right:hover,
.nbs-flexisel-nav-left:hover{
    opacity: 1;
}



.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-inner li{
    list-style: none;
}

.nbs-flexisel-item {
    float:left;
    list-style: none;
    margin:0 0px 0 0px;
    padding:0px;
    position:relative;
    line-height:0px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.nbs-flexisel-item img {
    max-width: 50%;
    min-width: 100px;
    position: relative;
    border-radius: 5px;
    
}

.nbs-flexisel-item p{
    position:relative;
    font-size: 13px;
    z-index: 999;
    transform: translateY(-10px);
    margin:0px 0;
    color: #444444;
}

@media(max-width: 800px){
    .barra-1,
    .barra-2{
        padding: 10px 0;
    }
}


/* notfound */
.notfound{
    padding: 80px 0;
    text-align: center;
}

.notfound i{
    font-size: 100px;
    color: #313131;
}

.notfound h1{
    font-size: 60px;
    font-weight: 900;
    color: #313131;
}

.notfound h2{
    font-weight: 300;
    font-size: 22px;
    line-height: 40px;
    max-width: 500px;
    margin: auto;
}

/* page-banner */
.page-banner{
    padding: 150px 0 50px 0;
    background-color: #02997c;
}

.page-banner h1{
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    color: #ffffff;
}

@media(max-width:800px){
    .page-banner{
        text-align: center; 
    }

    .page-banner h1{
        text-align: center;
        font-size: 30px;
    }
}

/* content */
.content{
    padding: 90px 0;
}

.content a{
    text-decoration: none;
    color: inherit;
}

.content input[type="text"],
.content input[type="email"],
.content textarea{
    border:solid 1px rgba(0,0,0,.2);
    padding: 18px 2%;
    width: 96%;
    border-radius: 3px;
    outline: none;
    resize: vertical;
    margin:0 0 15px 0;
    font-size: 16px;
    -webkit-appearance: none;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content textarea:focus{
    border-color: #02997c;
    transition: all .3s ease;
    transition-delay: .05s;
}

.content input[type="submit"]{
    background-color: #02997c;
    color: #ffffff;
    padding: 22px 50px;
    font-size: 18px;
    font-weight: 600;
    border:none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-appearance: none;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus{
    background-color: #00C2A4;
}

/* sub-footer */
.sub-footer{
	background: #212121;
	padding: 80px 0;
}

.sub-footer article{
	width: 25%;
	float: left;
}

.sub-footer article li{
    list-style: none;
}

.sub-footer article img{
	opacity: .7;
    max-width: 200px;
}

@media(max-width:800px){
	.sub-footer{
		padding:50px 0;
	}

	.sub-footer article{
		width: 100%;
		float: none;
		margin:0 0 30px 0;
	}
}

.sub-footer article h2{
	padding: 0 20px;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px 0;
    color: #02997c;
    text-transform: uppercase;
    letter-spacing:1px;
    position: relative;
}

.sub-footer article h2:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #00C2A4;
    border-radius: 50px;
    left: 10px;
    bottom: -20px;
}

.sub-footer article h2:after{
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #00C2A4;
    left: 20px;
    bottom: -15px;
}

.sub-footer article ul{
	padding: 0 20px;
}

.sub-footer article ul li{
	list-style: none;
	padding: 10px 0;
}

.sub-footer article ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff50;
	font-size: 14px;
    text-transform: uppercase;
	transition: all .3s ease;
}

.sub-footer article ul li a:hover{
	color: #ffffff;
}

.sub-footer article p{
	padding: 0 20px;
	color: #ffffff50;
    margin:10px 0;
    line-height: 34px;
}

.sub-footer article form{
	padding: 0 20px;
}

.sub-footer article form input[type="text"]{
	padding: 12px 2%;
	width: 76%;
	border: none;
	background: #ffffff10;
	border-radius: 3px 0 0 3px;
	float: left;
	color: #ffffff;
	outline: none;
    -webkit-appearance: none;
}

.sub-footer article form button,
.sub-footer article form input[type="submit"]{
	background: #414141;
	padding: 12px 0;
	border: none;
	width: 20%;
	float: left;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	outline: none;
    -webkit-appearance: none;
}

.sub-footer article form p{
    padding: 0 0 0 0;
}

.sub-footer article form button:hover,
.sub-footer article form button:focus,
.sub-footer article form input[type="submit"]:hover,
.sub-footer article form input[type="submit"]:focus{
    background-color: #02997c;
    transition: all .3s ease;
}

.mg-t-20{
	margin-top: 20px !important;
    transition: all .3s ease;
}

.sub-footer article ul.social li{
	display: inline-block;
	margin: 0 10px 0 0px;
	padding: 0 0 0 0 !important;
	line-height: 50px;
	width: 50px;
	text-align: center;
}

.sub-footer article ul.social li a{
	background: #ffffff14;
	border-radius: 50px;
	transition: all .3s ease;
}

.sub-footer article ul.social li a:hover{
	background: #02997c;
	color: #ffffff;
}

/* footer */
footer{
	background: #212121;
	color: #ffffff50;
	font-size: 14px;
}

footer .wrap{
    border-top: solid 4px #02997c;
    padding: 40px 0 40px 0;
}

footer a{
	color: #ffffff70;
	text-decoration: none;
	font-weight: 600;
	transition: all .3s ease;
}

footer a:hover{
	color: #02997c;
}
