/*@import url(http://weloveiconfonts.com/api/?family=fontawesome);*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/**General**/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/****Cuerpo***/

body {
    font-family: 'Roboto', Arial;
}

img {
    width: 100%;
}

.cabecera {
    position: relative;
}

.fecha {
    font-size: 0.9em;
    text-align: right;
}

div.indicadores {
    text-align: center;
    font-size: 0.7em;
    color: black;
}

.celdaindicador {
    background-color: red;
}


/*Carrusel**/

.texto-presentacion-carrusel {
    top: 30%;
    text-align: left;
    border-left: 2px solid #b5b5b5;
    height: 130px;
    padding: 0;
}

.texto-cabecera-carrusel {
    padding-left: 16px;
}

.texto-cabecera-carrusel h3 {
    color: red;
    border-bottom: 1px solid red;
    display: inline;
    top: 0;
}

.texto-cuerpo-carrusel-negro {
    color: black;
    padding-top: 8px;
    padding-left: 16px;
}

.texto-cuerpo-carrusel-blanco {
    color: white;
    padding-top: 8px;
    padding-left: 16px;
}

.link-carrusel {
    padding-left: 16px;
    bottom: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}


/**Fin Carrusel**/

.contenido-cabecera {
    border-left: 1.5px solid red;
    text-indent: 30px;
    color: #ffffff;
    opacity: 0.8;
    top: 40%;
    left: 60px;
    position: absolute;
}


/**Estilos para la página de proyectos**/

.caja-proyecto {
    border: #b5b5b5 1px solid;
    border-radius: 10px;
    /*border-bottom: red 1px solid;*/
    /*border-right: red 1px solid;*/
    position: relative;
    padding-bottom: 10px;
}

.imagen-proyecto {
    top: -30px;
    left: 30px;
    padding: 0 5px 5px 0;
    float: left;
}

.imagen-proyecto img {
    display: block;
    position: relative;
    top: -3px;
    left: -3px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid;
    border-color: #cccccc #666666 #666666 #cccccc;
}

.nombre-proyecto {}

.nombre-proyecto p {
    margin: auto;
}

.descripcion-proyecto {}

.descripcion-proyecto p {
    margin: auto;
}

.contenido-proyecto {
    padding-left: 15px;
}

@media only screen and (max-width: 600px) {
    .caja-proyecto {
        width: auto;
        border: #b5b5b5 1px solid;
    }
    .titulo-cliente {
        text-align: center !important;
        padding-top: 10px;
    }
    .contenido-proyecto {
        font-size: .8em;
    }
    .imagen-proyecto {
        top: 0;
        left: 0;
        padding: 0;
    }
    .imagen-proyecto img {
        width: 100%;
    }
}


/** Fin estilos para página de proyectos**/

.vinculo-animado {
    color: red !important;
    text-decoration: none;
    position: relative;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

.vinculo-animado:hover {
    color: red;
}

.vinculo-animado:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    width: 0;
    background-color: red;
    animation: width 0.5s;
    transition: all 0.4s;
    border-radius: 2px;
}

.vinculo-animado:hover::before {
    width: 100%;
}

.vinculo-no-animado {
    color: red !important;
    text-decoration: none;
    position: relative;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
}

.texto-contacto {
    color: red !important;
    text-decoration: none;
    position: relative;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
}

.vinculo-footer {
    color: #000000;
}

.vinculo-footer:hover {
    color: #666666;
}


/**Estilos para la página de quienes somos y servicios **/

.descripcion-principal {
    padding: 20px;
  text-align: center;
}

.descripcion-principal h2 {
    border-bottom: 1px solid red;
    color: red;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
}

.descripcion-principal p
{
     text-align: justify;
}

.descripcion-secundaria {
    text-align: center;
    height: auto;
    padding-top: 15px;
}

.descripcion-secundaria h4 {
    border-bottom: 1px solid red;
    color: red;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 10px;
}

.descripcion-secundaria p{
  text-align: justify;
}

div.mensaje{
  color: red;
}

.titulo-cliente {
    text-align: left;
    height: auto;
}

.titulo-cliente h4 {
    border-bottom: 1px solid red;
    color: red;
    display: inline;
    margin-bottom: 20px;
    padding-top: 10px;
}

@media only screen and (max-width: 600px) {
    .descripcion-principal h2 {
        font-size: 1.5em;
    }
    .descripcion-principal p,
    .descripcion-secundaria p {
        font-size: 0.8em;
    }
}

.imagen-caracteristica {
    height: auto;
}

.imagen-caracteristica img {}

.descripcion-secundaria p {
    padding-top: 15px;
}

.card {
    border-bottom: red solid 1px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0%;
}

/** Mensajes **/

.mensaje-listo {
    color: blue;
}


/** Footer **/

footer {
    margin-top: 0;
    background: red !important;
    padding: 70px 70px 0 70px;
    width: 100%;
}

footer .columna {
    margin-bottom: 30px;
}

.datoscontacto {
    font-family: 'Roboto';
}

footer h6 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #000000;
}

footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

footer ul li {
    padding: 3px 0;
    font-size: 14px;
    font-family: 'Roboto';
    list-style-type: none;
}

footer .social {
    padding: 10px;
}

footer #copy {
    padding-bottom: 10px;
}

footer #copy p {
    font-size: 10px;
    text-align: right;
}

@media only screen and (max-width: 480px) {
    footer h6 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #000000;
    }
    footer ul li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    header #logobetto {
        width: 93px;
        height: 85px;
    }
    .imagencabecera {
        width: auto;
        height: auto;
    }
    .texto-presentacion-carrusel {
        left: 0;
        border: none;
        color: black;
        height: auto;
        padding-top: 0;
        top: 0;
    }
    .texto-cabecera-carrusel {}
    .texto-cabecera-carrusel h3 {
        left: 0;
        font-size: 0.8em;
        color: red;
        border-bottom: 1px solid red;
    }
    .texto-cuerpo-carrusel-negro,
    .texto-cuerpo-carrusel-blanco {
        display: none;
    }
    .link-carrusel {
        padding-top: 50px;
    }
    .link-carrusel a {
        font-size: 10px;
    }
    .contenido-cabecera {
        border-left: 1.5px solid red;
        text-indent: 20px;
        margin-left: 15px;
        left: 0;
        bottom: 0;
        top: auto;
    }
    .contenido-cabecera h2 {
        font-size: 22px;
    }
    footer {
        width: 100%;
    }
    footer #copy p {
        text-align: center;
    }
}