body
{
    font-family:'Arial';
}
a,a:hover
{
    color:inherit;
    text-decoration:none;
}
#myCarousel
{
    height:100%;
}
header
{
    position:absolute;
    top:0;
    width:100%;
    z-index:111;
}
.container
{
    width: 98%;
    /* padding: 0 20px; */
}
header nav ul 
{
    display:flex;
}
#S_Inicio #myCarousel .item
{
    background-size:cover;
}
#myCarousel .item
{
    height:100%;
    width:100%;
    position:absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#myCarousel .carousel-inner
{
    height:100%;
    width:100%;
}
header .flex
{
    justify-content:space-between;
    color:white;
    padding:20px 0;
}
.logo img 
{
    width:300px;
}
header nav ul 
{
    background-color:black;
    /* padding:10px; */
    font-weight:bold;
    font-size:16px;
}
header nav ul li 
{
    padding: 10px 20px;
    position:relative;
    line-height: 16px;
    transition: 0.5s;
}
header nav ul li:after
{
    content:'';
    position:absolute;
    height: 15px;
    width:2px;
    right:0;
    top: 10px;
    background-color:white;
}
header nav ul li:last-child:after
{
    display:none;
}
.carousel-indicators li,.carousel-indicators li.active
{
    width:15px;
    height:15px;
    border:3px solid white;
    margin: 0 3px;
}
#S_Productos .hoja ul 
{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;

}
#S_Productos .hoja ul li 
{
    margin:5px;
    width:calc(33.3333% - 10px);
    height: 300px;
}
#S_Productos .hoja
{
    padding: 150px 0;
}
#S_Productos .hoja ul li .img 
{
    height:100%;
    background-size:cover;
    background-position:center;
}
#S_Productos .hoja ul li .caption:hover
{
    opacity:1;
}
#S_Productos .hoja ul li .caption
{
    background-color: #000000a3;
    color:white;
    height:100%;
    width:100%;
    position:relative;
    opacity: 0;
    transition: 0.5s;
}
#S_Productos .hoja ul li .caption span 
{
    position:absolute;
    right:20px;
    top:20px;
    font-style:italic;
    font-size:16px;
}
#S_Productos .hoja ul li .caption strong
{
    display:Block;
    position:absolute;
    right:20px;
    top:43px;
    font-size:17px;
    text-transform:uppercase;
}
#S_Productos .hoja ul li .caption div p 
{
    margin:0;
    font-size: 16px;
}
#S_Productos .hoja ul li .caption div 
{
    position:absolute;
    bottom:20px;
    right:20px;
    display:flex;
    align-items:center;
}
#S_Productos .hoja ul li .caption div b 
{
    font-size:28px;
    border-left:3px solid white;
    padding:0;
    line-height: 28px;
    padding-left: 10px;
    margin-left: 10px;
}
#Producto .hoja
{
    padding-top:150px;
}
#S_Constructora .hoja
{
    padding-top: 130px;
    width: 1100px;
}
#S_Constructora .hoja .texto
{
    font-weight: bold;
    margin-bottom:20px;
    /* background: #edeef3e8; */
    /* padding: 20px; */
}
#Producto .hoja .flex > div:first-child
{
    width:65%;
}
#Producto .hoja .flex > div:last-child
{
    width:32%;
}
#Producto .hoja .flex > div:last-child .carousel-indicators
{
    position:absolute;
    bottom:0;
}
#Producto .hoja .flex > div:last-child .carousel-indicators li 
{
    border-color:#727272;
}
#myCarousel2
{
    height: 90%;
}
#Producto .hoja .flex > div:last-child .carousel-indicators li.active
{
    background-color:#727272;
}
#Producto .hoja .flex
{
    justify-content:space-between;
}
#Producto .hoja .flex > div:first-child .item.active
{
    display:flex;
}
#Producto .hoja .flex > div:first-child .item
{
    position:absolute;
    width:100%;
    height:100%;
    /* display:flex; */
    justify-content:flex-end;
    align-items:flex-end;
    padding:10px;
}
#Producto .hoja .flex > div:first-child .carousel-inner
{
    height:650px;
} 
#myCarousel .item img, #myCarousel .item.active img 
{
    min-height:auto!important;
    width:25px!important;
    margin:10px!important;
}
.carousel-control
{
    height: 20%;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background-image: initial!important;
    opacity: 1;
}
.carousel-control img 
{
    width:20px;
}
#Producto .hoja .flex > div:last-child h2 
{
    margin-top:0;
    text-transform:uppercase;
    font-weight:bold;
    font-size:28px;
}
#Producto .hoja .flex > div:last-child ul li 
{
    border-bottom:1px solid black;
    padding:15px 0;
    font-size:16px;
    display:flex;
}
#Producto .hoja .flex > div:last-child ul li b 
{
    width:40%;
    color:#333333;
}
#Producto .hoja .flex > div:last-child ul li span
{
    width:60%;
    font-weight:normal;
    color:#393939;
}
.texto
{
    text-align:justify;
    font-size:16px;margin-top:20px;
}
#S_Estudio .hoja 
{
    width:600px;
    padding-top:150px;
    text-align: justify;
    font-size: 16px;
    padding-bottom:100px;
    float: left;
    margin-left: 70px;
    color: white;
}
#S_Estudio .hoja h2
{
    margin-top:0;
    text-transform:uppercase;
    font-weight:bold;
    font-size:24px;
    margin-bottom:30px;
    margin-top: 30px;
}
.equipo > div 
{
    width: 35%;
    text-align:center;
    margin-right: 10%;
}
.equipo > div .foto 
{
    height:200px;
    background-size:contain;
    background-repeat:No-repeat;
    background-position:center;
}
.equipo > div  h3 
{
    font-size:18px;
    font-weight:bold;
    margin-bottom:0;
}
.equipo > div .txt 
{
    font-size:14px;
    margin-bottom: 17px;
}
.equipo > div img 
{
    width:30px;
}
#S_Contacto .hoja
{
    padding-top:150px;
    width:600px;
}
#S_Contacto h2
{
    margin-top:0;
    text-transform:uppercase;
    font-weight:bold;
    font-size:28px;
    margin-bottom:30px;
}
#S_Contacto form input,#S_Contacto form textarea
{
    width:100%;
    padding:5px;
    margin-bottom:20px;
    border:2px solid #c3c3c3;
}
#S_Contacto form label
{
    font-size:16px;
    font-weight:normal;
}
#S_Contacto form button
{
    text-align:right;
    width:100%;
    background-color:transparent;
    border:none;
    font-size:16px;
    padding-right:0;
}
#S_Contacto .hoja span,#S_Contacto .hoja strong
{
    display:block;
    font-size:16px;
}
header nav ul li:hover,#S_Constructora header nav ul li:nth-child(4),#S_Productos header nav ul li:nth-child(1),#S_Estudio header nav ul li:nth-child(2),#S_Contacto header nav ul li:nth-child(3)
{
    color:black;
    background-color:white;
}
#S_Estudio 
{
    background-image:url(../img/etudio.jpg);
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}
#S_Constructora 
{
    background-image:url(../img/g0WZ6IfRZNgb.jpg);
    background-size: cover;
    background-position: top;
    background-attachment:fixed;
}
footer img 
{
    width:20px;
    margin-right: 20px;
}
footer
{
    text-align:center;
    padding: 50px 0;
}
footer .container
{
    /* width:200px; */
}
footer .flex
{
    justify-content: flex-start!important;
    margin: 12px 20px;
    display: inline;
}
ul.descrip button
{
    background-color:black;
    color:white;
    border:none;
    padding:10px 30px;
    margin-top:20px;
}
.modal-dialog
{
    width:100%;
    padding:50px;
    height:80%;
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
  cursor: pointer;
  text-align: center;
  position: relative;
}

/* Responsive */
@media (max-width: 768px) 
{
 .navbar-toggle {
      background: #000000;
      /* margin-top: -80px; */
      margin: 18px;
      /* margin-top: -57px; */
      width: fit-content;
      margin-right: 0;
    }
    .navbar-toggle span {
      background: white;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li li
    {
      padding:5px!important;
      font-size:12px;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
    }
    nav ul.nav {
        /* background-color: rgb(0, 67, 149); */
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block!important;
        width: 100%;
        height: fit-content!important;
        margin: 0;
    }
    nav ul li a
    {
        /* color: white!important; */
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
        /* background-color: rgb(0, 67, 149)!important; */
        border-radius: 0;
    'padding:;;
    }
    header nav ul li.activo, header nav ul li:hover
    {
      /* background: #2dacd5!important; */
      border-top: none;
      color: #09365f;
    }
    .flex
    {
      flex-direction:column;
    }
    header .flex
    {
        flex-direction:row;
        justify-content:space-between;
    }
    header .logo 
    {
        width:50%;
    }
    header nav 
    {
        width:100%;
        position: relative;
        z-index: 1111111;
    }
    header nav ul li:after{
        display:none;
    }
     header nav ul
     {
         width:100%;
         margin-right:0;
     }
     #S_Productos .hoja ul li
     {
         width: 49%;
         margin: 5px 0;
         height:200px;
     }
     #S_Productos .hoja ul
     {
         justify-content:space-between;
     }
     #Producto .hoja .flex > div:first-child
     {
         width:100%;
     }
     #Producto .hoja .flex > div:first-child .carousel-inner
     {
         height: 300px;
     }
     .carousel-control
     {
         width:50px;
     }
     .item a
     {
         background-color:#0000002e;
         margin-left:20px;
     }
     .item .flex
     {
         flex-direction:row;
     }
     #Producto .hoja .flex > div:last-child
     {
         width:100%;
         padding-top:50px;
     }
     #S_Estudio .hoja
     {
         width:100%;
         margin-left: 0;
         padding-top: 100px;
     }
     #S_Contacto .hoja
     {
         width:100%;
     }
     #contacto
     {
         margin-bottom:50px;
     }
     #S_Constructora .hoja
     {
         width:100%;
         position:relative;
         background-color:white;
     }
     #S_Constructora .hoja:after
     {
         content:'';
         position:absolute;
         width:100%;
         height:300px;
         bottom:-300px;
         left:0;
         background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.1) 90%, rgba(237,237,237,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(246,246,246,0.1)), color-stop(100%, rgba(237,237,237,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.1) 90%, rgba(237,237,237,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.1) 90%, rgba(237,237,237,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.1) 90%, rgba(237,237,237,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.1) 90%, rgba(237,237,237,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
     }
     #S_Productos .hoja ul li .caption span
     {
         display:block;
         position: relative;
         padding: 0;
         right: 0;
         top: 0;
     }
     #S_Productos .hoja ul li .caption
     {
         text-align:center;
         padding-top: 20px;
     }
     #S_Productos .hoja ul li .caption strong
     {
         position:relative;
         right: 0;
         bottom: 0;
         top: 0;
     }
}
.datos img 
{
    width:20px;
    margin-right:10px;
}
.datos div 
{
    margin:10px 0;
}