* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: url('../img/bg.png');
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Open Sans';
}

a { text-decoration: none;}

.contenedor {
    width: 90%; /**/
    max-width: 700px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items:center;
}

.tarjeta{
    background: #fff;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1000;
    width: 100%;
}

/*SLIDER BANNER*/

.slider_banner {
    overflow: hidden;
    z-index: 1000;
    position: relative;
    /*animation: cambio 5s infinite alternate linear;*/
}
.slider_banner .banner {
    position: relative;
    width: 100%;
    /*animation: cambio 5s infinite alternate linear;*/

}

.slider_banner .banner img {
    vertical-align: top;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}

.slider_banner .flecha-banner {
    font-size: 35px;
    line-height: 35px;
    color: rgba(0,0,0,2);
    position: absolute;
    top: 50%;
    z-index: 1100;
}

.slider_banner .flecha-banner:hover {
    color: rgba(0,0, 0, .5);
}

.slider_banner .anterior {
    left: 20px;
}

.slider_banner .siguiente {
    right: 20px;
}

/*SLIDER INFO*/

.slider_info {
    text-align: right;
    overflow: hidden;
    padding: 20px 0;
    z-index: 1000;
    position: relative;
}

.slider_info .informacion {
    width: 100%;
}

.slider_info  .informacion article {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider_info .informacion article .slide {
    background: #fff;
    width: 100%;
    left: 100%;
    position: absolute;
    padding: 20px 80px;
}

.slider_info .flecha-info {
    font-size: 35px;
    line-height: 35px;
    color: #e6e6e6;
    position: absolute;
    top: 50%;
    z-index: 1000;
}

.slider_info .flecha-info:hover {
    color: #259e96;
}

.slider_info .flecha-info.anterior {
    left: 20px;
}

.slider_info .flecha-info.siguiente {
    right: 20px;
}

.slider_info .informacion .nombre {
    color: #444;
    font-size: 15px;/*20px*/
    line-height: 15px;/*20px*/
    font-weight: 300;/*600*/
    margin-bottom: 14px;

}

.slider_info .informacion .trabajo {
    color: #1a130f;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}

.slider_info .informacion .logo {
    color: #444;
    font-size: 14px;
    line-height: 14px;
}

.slider_info .informacion .texto {
    color: #585553;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.slider_info .informacion .subtitulo {
    color: #585553;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.slider_info .informacion .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.slider_info .informacion .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/*botones slider info*/

.slider_info .botones {
    width: 100%;
}

.slider_info .botones span {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    background: #efb549;
}

.slider_info .botones .active {
    background: #259e96;
}


/**/

.nuevoBotones .botones {
    width: 100%;
}

.nuevoBotones .botones span {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    background: #efb549;
}

.nuevoBotones .botones .active {
    background: #259e96;
}
/**/
/*REDES SOIALES*/

.redes-sociales {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.redes-sociales a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 20px;
    padding: 14px 0;
    color: #fff;
    /*background: #000;*/
    border-radius: 50%;
    margin: 0 10px;
}


.redes-sociales li {
    list-style: none;
}


li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ff000005; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.redes-sociales .facebook {background: #3b5998;}

.redes-sociales .instagram {background: #F77737;}

.redes-sociales .linkedin {background: #0e76a8;}

.redes-sociales .whatsapp {background: #25D366;}