/* colores */
section.secciones {
  font-family: 'Source Sans Pro', sans-serif; }

.container-fluid.headerSecciones {
  background: url("../img/headerSecciones1.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container-fluid.headerSecciones.servicios {
  background: url("../img/headerSecciones2.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container-fluid.headerSecciones.expe {
  background: url("../img/headerSecciones3.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container-fluid.headerSecciones.tinglados {
  background: url("../img/headerSecciones4.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container-fluid.headerSecciones.techos {
  background: url("../img/headerSecciones5.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container-fluid.headerSecciones.pisos {
  background: url("../img/headerSecciones6.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container-fluid.headerSecciones.aislacion {
  background: url("../img/headerSecciones7.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container-fluid.headerSecciones.nosotros.mini {
  background: url("../img/headerSecciones7.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px; }

.container.afterSlide p, ul, dt, dd {
  font-size: 1.1rem; }

.container.afterSlide p, dd {
  color: #777; }

.container.afterSlide ul {
  list-style-type: circle;
  color: #095e6c; }

.container.afterSlide span {
  color: #F49200; }

.container.contenido {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.conTitulo {
  /*width: 100%;*/
  height: 200px !important;
  display: flex;
  margin-top: 20px;
  align-items: flex-end;
  justify-content: center; }

.conTitulo div {
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
  padding: 10px;
  padding-top: 10px;
  top: 20px; }

.conTitulo .titular {
  height: 36px; }

.conTitulo h1 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600; }

img.img-fluid.borde {
  border: 1px solid #F49200; }

input {
  width: 100%;
  text-indent: 10px;
  line-height: 20px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #F49200;
  height: 35px;
  margin-bottom: 7px;
  color: #095e6c; }

input.wapp {
  height: 50px;
  font-size: 2rem; }

select {
  width: 70%;
  height: 3rem;
  padding-left: 1rem;
  border-color: #F49200; }

input#check {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem; }

textarea {
  width: 100%;
  margin-top: 7px;
  padding-left: 5px;
  border: 1px solid #F49200;
  height: 120px;
  color: #095e6c; }

input#submit {
  background-color: #F49200;
  color: #fff;
  cursor: pointer;
  width: 100%; }

input#submit:hover {
  background-color: #095e6c; }

.form-control-file {
  border: 0; }

input, select {
  width: 100%; }

/*------------------ GALERIA  --------------*/
.myImg, .myImg2 {
  cursor: pointer;
  transition: 0.3s;
  /*width: 48.5%;*/
  margin: 1% 0 1% 0;
  border: 3px solid #eceeef;
  box-shadow: 1px 1px 7px #747575; }

.myImg:hover {
  opacity: 0.7; }

.myImg2 {
  border-radius: 0px !important;
  border: 3px solid #eceeef !important;
  /*transition: width height 2s;*/ }

   /*.myImg2:hover {
      width: 106%;
      height: 106%;

   } */
.modal {
  display: none;
  position: fixed;
  margin: 0 auto;
  z-index: 10000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }

.modal-content {
  margin: auto;
  display: block;
  max-width: 100%; }

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff !important;
  font-size: 70px;
  font-weight: normal;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/*------------ FIN PORTFOLIO ---------------*/
/*------------------ 768 -----------------------*/
@media (min-width: 768px) {
  .container-fluid.headerSecciones,
  .container-fluid.headerSecciones.servicios,
  .container-fluid.headerSecciones.tinglados,
  .container-fluid.headerSecciones.expe,
  .container-fluid.headerSecciones.techos,
  .container-fluid.headerSecciones.aislacion,
  .container-fluid.headerSecciones.pisos {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: end; }

  .container.contenido {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

  .conTitulo {
    width: 100%;
    height: 350px !important;
    justify-content: flex-start;
    margin-top: 20px;
    height: 100px; }

  .conTitulo.cotizador {
    height: 200px !important; }

  .conTitulo div {
    background-color: rgba(0, 0, 0, 0.5);
    height: 72px;
    border: 1px solid #fff;
    border-bottom: 0;
    padding: 10px;
    padding-top: 20px;
    top: 20px; }

  .conTitulo h1 {
    font-size: 1.5rem;
    color: #fff; }

  .container.afterSlide h2.secciones {
    text-align: left; }

  .container.afterSlide.secciones {
    margin-top: 30px; }

  .formContacto .col-sm-2, .formContacto .col-sm-10 {
    margin-top: 1rem; }

  input, select, textarea {
    width: 80%; }

  input#submit {
    width: 25%; }

  /*------------------ PORTFOLIO ESCRITORIO--------------*/
  .myImg {
    /*border-radius: 10px;*/
    cursor: pointer;
    transition: 0.3s;
    /*width: 48.5%;*/
    margin: 1% 0 1% 0;
    border: 3px solid #eceeef;
    box-shadow: 1px 1px 7px #747575; }

  .myImg:hover {
    opacity: 0.7; }

  .modal {
    display: none;
    position: fixed;
    margin: 0 auto;
    z-index: 10000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); }

  .modal-content {
    margin: auto;
    display: block;
    max-width: 50%; }

  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px; }

  .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s; }

  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(0); }
    to {
      -webkit-transform: scale(1); } }
  @keyframes zoom {
    from {
      transform: scale(0); }
    to {
      transform: scale(1); } }
  .close {
    position: absolute;
    top: 50px;
    right: 300px;
    color: #fff !important;
    font-size: 70px;
    font-weight: normal;
    transition: 0.3s; }

  .close:hover,
  .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

  /*------------ FIN PORTFOLIO ---------------*/ }
@media (min-width: 1120px) {
  .conTitulo {
    height: 350px !important; }

  .conTitulo h1 {
    font-size: 2rem; } }
@media (min-width: 1600px) {
  .container-fluid.headerSecciones,
  .container-fluid.headerSecciones.servicios,
  .container-fluid.headerSecciones.tinglados,
  .container-fluid.headerSecciones.expe,
  .container-fluid.headerSecciones.techos,
  .container-fluid.headerSecciones.aislacion,
  .container-fluid.headerSecciones.pisos {
    background-size: 100%; }

  .conTitulo .lineaAbajo {
    width: 29%; }

  .conTitulo h1 {
    font-size: 2.5    rem; } }

/*# sourceMappingURL=secciones.css.map */
