/*--- COVER ---*/

*{
/*  border: 1px solid red  */
}


.imagen_cover{
}


/*--- CLIENTES ---*/


 .fnd_clientes{
    width: 100%;
    background-color: #4972b2;
} 

.logos_clientes{
    width: 100%;
/*    line-height: 0;*/
/*    margin-bottom: 20px*/
}

.triangulo{
    width: 100%;
/*    line-height: 0;*/
    margin-bottom: 20px
}


/*--- SERVICIOS ---*/


.container_servicios{
    width: 50%;
    float: left;
    padding: 0px 15px
}

.container_servicios_col-1{
    width: 50%;
    float: left;
}

.container_servicios_col-2{
    width: 50%;
    float: left;
}

.box_titulo_servicios{
    width: 100%;
/*    padding-bottom: 30px*/
    padding: 30px 0px
}

.box_texto_servicios{
    width: 100%;
    text-align: left;
    padding-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
}

.btn_mas{
    width: 100%;
/*    line-height: 0;*/
    margin-bottom: 30px;
}


/*--- PROYECTOS ---*/


.fnd_proyectos{
    width: 100%;
    background-color: #f1f1f1;
}

.container_proyectos{
    width: 100%;
    float: left;
}

.container_proyectos_col-1{
    width: 50%;
    float: left;
    text-align: right;
    padding: 0px 15px 0px 60px;
    line-height: 0;
}

.container_proyectos_col-2{
    width: 50%;
    float: left;
    text-align: left;
    padding: 30px 70px 0px 15px;
    line-height: 0;
}

.box_nombre_proyecto{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1em;
    color: #666666;
    padding-bottom: 4px;
}

.box_nombre_cliente{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    color: #666666;
    padding-bottom: 10px;
}

.box_descripcion_proyecto{
}

.box_dots{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
/*    padding: 0px 0px;*/
}


/*--- SLIDESHOW ---*/


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1170px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #cccccc;
  font-weight: bold;
  font-size: 18px;
/*  transition: 0.6s ease;*/
/*  border-radius: 0 0px 0px 0;*/
  user-select: none;
    background-color: white;
    border: solid 1px #cccccc;
}

/* Position the "next button" to the right */
.next {
  right: 0;
/*  border-radius: 0px 0 0 0px;*/
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    color: white;
    background-color: #ccc;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
/*  transition: background-color 0.6s ease;*/
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*--- QUIENES SOMOS ---*/


.container_gerente{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.box_texto_somos{
    padding: 0px 80px 40px 80px;
}

.foto_gerente{
    width: 50%;
    float: left;
    text-align: right;
/*    line-height: 0;*/
    padding-right: 5px;
}

.box_gerente{
    width: 240px;
    float: left;
    padding-top: 60px;
    padding-left: 5px;
}

.box_nombre{
    width: 100%;
    text-align: center;
}

.nombre{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
}

.cargo{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666666;
}

.firma{
    width: 100%;
    text-align: center;
}


/*--- CONTACTO ---*/


.fnd_formulario{
    width: 100%;
    background-color: #f1f1f1;
}

.container_formulario{
    background-color: #f1f1f1;
    padding: 30px 0px 60px 0px;
}

/*
.container_confirmacion{
    background-color: #f1f1f1;
    padding: 30px 0px 60px 0px;
}
*/

.box_texto_contacto{
    padding: 0px 40px;
    margin-bottom: 30px;
}

.btn_enviar{
    width: 100%;
/*    line-height: 0;*/
}


/*--- FORMULARIO ---*/


/* Quita las flechas del input type="number"*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* cambia color de todos los "placeholder" del formulario*/
::placeholder { color: #ccc; }

div.elem-group {
    margin: 10px 0;
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 310px;
    padding: 8px;
}

textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    height: 250px;
    margin-bottom: 20px;
}

/*
button {
    height: 38px;
    background: #e74f22;
    color: white;
    font-size: 1em;
    cursor: pointer;
}
*/


/*--- CONFIRMACION FORMULARIO ---*/


.box_img_send{
    padding-bottom: 60px;
}

.box_btn_reenviar{
    
}


/*--- MEDIA QUERY ---*/



@media screen and (max-width: 1200px){
    .triangulo{
        display: none;
    }
    .fnd_clientes{
        background-color: white;
    }
    .logos_clientes{
    margin-bottom: 20px
}
}

@media screen and (max-width: 834px){
    .container_servicios_col-1,
    .container_servicios_col-2{
        width: 100%;
        float: none;
    }
    .box_texto_servicios{
    -webkit-line-clamp: 5; 
    }
}

@media screen and (max-width: 665px){
    .container_proyectos{
        padding-bottom: 10px;
    }
    .container_proyectos_col-1{
        width: 100%;
        float: none;
        text-align: center;
        padding: 0px 60px;
    }
    .container_proyectos_col-2{
        width: 100%;
        float: none;
        padding: 15px 60px;
    }
    .box_texto_somos{
        padding: 0px 50px 40px 50px;
    }
}

@media screen and (max-width: 480px){
    .container_proyectos_col-1,
    .container_proyectos_col-2{
        width: 100%;
        float: none;
    }
    
    .container_servicios{
        width: 100%;
        float: none;
    }
    .box_texto_servicios{
        -webkit-line-clamp: 7; 
    }
    
     .box_texto_somos{
        padding: 0px 30px 40px 30px;
    }
    
    .foto_gerente{
        width: 100%;
        text-align: center;
        float: none;
        padding-right: 0px;
    }
    
    .box_gerente{
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 360px){
    .container_proyectos_col-1{
        padding: 0px 50px;
    }
    .container_proyectos_col-2{
        padding: 15px 55px;
    }
}