/*
Theme Name: Sudservice 
Theme URI: https://sudservice.cl/
Author: Rosario Cannobbio(diseño), Cristián Rosa (desarrollo)
Author URI: travesiadiseno.cl
Description:  Sudservice
Version: 2 

*/
* {
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
        margin: 0;
        padding: 0;
        color: #1B2533;
        background-color: #fff;
    }
    .contenedor {
        width: 100%;
        max-width: 1440px;
        position: relative;
        margin: 0 auto;
    }
    header {
        color: white;
       padding-top: 90px;
       margin-bottom: 18px !important;
    }
h2,h3,h4,p {
    margin-top: 0px;
}
h2,h3 {
      font-weight: 700;
      color: #003D7F;
}
figure {
    margin: 0;
    padding: 0px;
}
figure img {
    width: 100%;   
    height: auto;
}
figcaption {
    padding-top: 1.3rem;
}
    .logo {
        width: 366px;
        height: 100px;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .logo h1 {
        font-size: 0px;
        display: none;
    }
    .logo h1 strong {
        font-size: 0px;
        display: none;
    }
a {
     color: #1B2533;
    transition: 0.4s ease;
    text-decoration: none;
}
a:hover {
    color: #003d7f !important;
    text-decoration: underline;
}
    h1 {
        margin: 0;
        width: 366px;
    }
h1 strong {
    font-size: 0px;
    display: none;
}
   h1 img {
        width: 100%;
        height: auto;
    }
    #datos-contacto {
        position: absolute;
        top: 115px;
        right: 0;
      display: block;
    
    }
    #datos-contacto a {
        display: inline-block;
        font-size: 0.9rem;
        margin-right: 40px;
        height: 40px;
        line-height: 40px;

    }
    #icotel { 
        background: url("img/wsp.svg") no-repeat left center;
        padding-left: 42px;
    }
    #icomail {
        background: url("img/email.svg") no-repeat left center;
        padding-left: 48px;
    }
    #icocon {
        background: url("img/homepage.svg") no-repeat left center;
        padding-left: 48px;
    }
    nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        position:absolute;
        top: -1px;
    }
    nav ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
         position: relative;
        
    }
    nav ul li a {
        display: block;
        font-weight: 600;
        height: 85px;
        padding-top: 2rem;
        margin-right: 40px;
        text-decoration: none !important;
              border-top: solid 1px #E8E8E8;
    }
    #navbar {
        position: sticky;
        width: 100%;
        border-top: solid #E8E8E8 1px;
        top: 0px;
        left: 0px;
        background-color: #fff;
        height: 90px;
        z-index: 9999;
    }
    nav ul li a:hover {
        border-top: solid 1px #003d7f;
    }

nav ul li ul {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    min-width: 230px;
    z-index: 100;
    padding: 0;
    margin: 0;
}

nav ul li:hover > ul {
    display: block;
}

nav ul li ul li {
    display: block;
    width: 100%;
}

nav ul li ul li a {
    padding: 1rem 1rem;
    height: auto;
    margin: 0;
    border-top: none;
    color: #1B2533;
    background: none;
    font-weight: 500;
}
nav ul li ul li a:hover {
    background: #F1F1F1;
    color: #003d7f !important;
    text-decoration: underline;
    border: none !important;
}
    #quienes-somos {
        padding-top: 100px;
        background-color: #F4F4F4;
        padding-bottom: 60px;
    }
    #quienes-somos h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
        
    }
    .cajaflex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lado1 {
        width: 44.68%;
        text-align: justify;
        padding-right: 5rem;
    }
    .lado2 {
        width: 55.32%;
    }
    .caja50 {
        width: 50%;
    }
    .caja33 {
        width: 33.333%;
    }
    .margen5 {
        margin-bottom: 50px;
    }
    .pad9 {
        padding-left:5.6rem;
    }
    .d9 {
        width: 290px !important;
    }
    .ancho100 {
        width: 100%;
    }
    #valores {
        padding-top: 100px;
    }
    #valores p {
        width: 20%;
        max-width: 257px;
        background-color: #D9D9D9;
        margin-right: 6px;
        display: block;
        padding: 38px 32px 22px 32px;
    }
    #servicios {
        padding-top: 100px;
    }
    #servicios h2 {
font-size: 2rem;
margin-bottom: 50px;
    }
    #lista-servicios {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        background-color: #003D7F;
        padding-bottom: 3rem;
    }
    #lista-servicios li {
        width: 33.333%;
        position: relative;
        overflow: hidden;
    }
   #lista-servicios li:last-child {
        width: 100%;
        position: relative;
        overflow: hidden;
    }  
    #lista-servicios li img {
        width: 100%;
        height: auto;
    }
     #lista-servicios li a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        text-decoration: none;
     }
      #lista-servicios li a strong {
        display: block;
        height: 60px;
        width: 230px;
background-color: #0009;
color: white;
font-weight: 600;
padding: 15px 20px;
border-radius: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 33%;
transition: 0.4s ease;
      }
#lista-servicios li a strong::after {
  content: "";
  display: block;
  width: 40%; 
  height: 1px;
  background-color: white;
  margin: 0.5rem auto 0;
  border-radius: 1px;
}
#lista-servicios li:last-child a strong {
        display: block;
        height: 60px;
        width: 180px;
background-color: #0009;
color: white;
font-weight: 600;
padding: 15px 30px;
border-radius: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 10%;
      }
 #lista-servicios li:last-child a:hover strong {
margin-top: 10%;
      }     
      #lista-servicios li a:hover strong {
        display: block;
        height: 60px;
        width: 230px;
background-color: #0000;
color: white;
font-weight: 600;
padding: 15px 20px;
border-radius: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 33%;
      }
 #lista-servicios li a:hover {
   background-color: #0009; 
 }
 #lista-tecnologia {
    margin: 0px;
    padding: 0px;
    list-style-type: none;  
    position: relative;
    overflow: hidden;
    margin-top: 150px;
 }
 #lista-tecnologia li  {
     position: relative;
    overflow: hidden;
 }
 #lista-tecnologia img {
    width: 100%;
    height: auto;
    display: block;
 }
  #lista-tecnologia em {
    display: block;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 45%;
    font-weight: 600;
    font-size: 1.25rem;
    font-style: normal;
  }
#tecnologia {
    padding-top: 100px;
}
footer {
font-size: 11px;
text-align: right;
border-bottom: #696868 1px solid;
margin-bottom: 40px;
padding: 20px 0;
font-weight: 600;
}
#boton-cotiza,#boton-trabaja {
    position: absolute;
    right: 0px;
    background-color: #003D7F;
    color: white;
    width: 230px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.4s ease;
    top: 20px;
}
#boton-trabaja {
    right: 245px;
}
#boton-cotiza:hover, #boton-trabaja:hover {
    background-color: #002A5C;
    color: #83caff !important;
}
#contacto {
    padding-top: 100px;
    padding-bottom: 80px;
}
#conprincipal {
    padding-top: 60px;
}
#conprincipal h2 {
    text-transform: uppercase;
    font-size: 2.25rem;
    padding-bottom: 60px;
}
#conprincipal div.contenedor.pad9 {
    padding-top: 2.5rem;
    padding-right: 5rem;
}
#dosforms {
    margin-top: 40px;
}
#dosforms h3 {
    margin-bottom: 5px;
}
#cajaform form, #cajaform2 form {
    border: solid 1px #003D7F;
    padding: 1.5rem;
    border-radius: 15px;
    margin-top: 0px;
    min-height: 660px;
}
#cajaform form label, #cajaform2 form label {
    display: block;
    font-weight: 600;
color: #003d7f;
}
#cajaform form input, #cajaform2 form input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #383838;
    padding-left: 10px;
    margin-bottom: 20px;
}
#cajaform form select, #cajaform2 form select {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #383838;
    padding-left: 10px;
    margin-bottom: 20px;

}
#cajaform form input[type="submit"], #cajaform2 form input[type="submit"] {
    width: 100%;
    max-width: 300px;
    height: 50px;
    background-color: #003D7F;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s ease;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#cajaform form textarea {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border: solid 1px #383838;
    padding-left: 10px;
    margin-bottom: 20px;
}
#cajaform form input[type="file"], #cajaform2 form input[type="file"] {
    border: solid 1px #fff;
}
.subtitleh3 {
    font-size: 1.2rem;
margin-top: 50px;
}
.pad5i {
    padding-left: 35px;
}
.pad5r {
    padding-right: 35px;
}
@media screen and (max-width: 1440px) {
 body {
    font-size: 15px;
    }
    .contenedor {
        width: 100%;
        max-width: 1340px;
        position: relative;
        margin: 0 auto;
    }  
   #valores p {
    width: 20%;
    max-width: 237px;
    background-color: #D9D9D9;
    margin-right: 6px;
    display: block;
    padding: 36px 30px 20px 30px;
} 
  #boton-cotiza,#boton-trabaja {
    width: 215px;
}
h1 {
        margin: 0;
        width: 333px;
    }  
}
@media screen and (max-width: 1340px) {
    .contenedor {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }  
nav ul li a {
    margin-right: 25px;
}    
}
@media screen and (max-width: 1240px) {
   #valores p {
    width: 20%;
    max-width: 220px;
    padding: 30px 27px 18px 27px;
} 
  #boton-cotiza {
right: 10px;
}
#boton-trabaja {
    right: 250px;
}
}
@media screen and (max-width: 1180px) {
    #boton-cotiza,#boton-trabaja {
        display: none !important;
    }
}
@media screen and (max-width: 990px) {
     .cajaflex {
        display: flex;
        flex-wrap: wrap;
        justify-content:left;
    }
    .lado1 {
        width: 100%;
        text-align: justify;
        padding-right: 5rem;
    }
    .lado2 {
        width: 95%;
        margin-bottom: 80px;
    }
    .caja50 {
        width: 50%;
    }
    .caja33 {
        width: 33.333%;
    }
    #valores p {
        width: 33.3333%;
        max-width: auto;
        background-color: #D9D9D9;
        margin-right: 1%;
        display: block;
        padding: 38px 32px 22px 32px;
    }
    #lista-servicios li a strong {
    display: block;
    height: 50px;
    width: 200px;
    background-color: #0009;
    color: white;
    font-weight: 600;
    padding: 15px 15px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 33%;
    transition: 0.4s ease;
    font-size: 0.8rem;
}
  .d9 {
        width: 220px !important;
    }
  #lista-tecnologia em {
    display: block;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 30%;
    font-weight: 600;
    font-size: 1rem;
    font-style: normal;
} 
#boton-cotiza, #boton-trabaja {
    display: none;
} 
    header {
        color: white;
       padding-top: 40px;
       margin-bottom: 18px !important;
    }
    h1 {
    margin: 0;
    width: 250px;
}
#datos-contacto {
    position: absolute;
    top: 55px;
    right: 0;
    display: block;
}
}
@media screen and (max-width: 920px) {

#datos-contacto {
    display: none;
}
header.contenedor {
    position:sticky;
    padding-top: 8px;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #fff;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    line-height: 0px;
}
#navbar {
display: none;
}
h1 {
    margin: 0;
    width: 200px;
}
#quienes-somos {
    padding-top: 77px;
}
.lado1 {
    width: 100%;
    text-align: justify;
    padding-right: 2.5rem;
}
#valores {
    padding-top: 77px;
}
.lado2 {
    margin-bottom: 40px;
}
#valores p {
    width: 48%;
    max-width:none;
    background-color: #D9D9D9;
    margin-right: 1%;
    display: block;
    padding: 38px 32px 22px 32px;
}
#servicios {
    padding-top: 77px;
}
#tecnologia {
    padding-top: 77px;
}
}
@media screen and (max-width: 700px) {

   #lista-servicios li {
    width: 50%;
    position: relative;
    overflow: hidden;
} 
.caja33 {
    width: 50%;
}
#lista-tecnologia {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
#contacto {
    padding-top: 77px;
}
}
@media screen and (max-width: 565px) {
    .lado1 {
    width: 100%;
    text-align: justify;
    padding-right: 0rem;
}
.lado2 {
    width: 100%;
}
#valores p {
     width: 48%;
    max-width:none;
    background-color: #D9D9D9;
    margin-right: 1%;
    display: block;
    padding: 30px 26px 22px 26px;
    margin-bottom: 1%;
}
#lista-servicios li {
    width: 100%;
    position: relative;
    overflow: hidden;
}
    .caja50 {
        width: 100%;
    }
    .caja33 {
        width: 100%;
    }
 footer {
    text-align: center;
 }   
 #conprincipal {
    padding-top: 30px;
}
#conprincipal h2 {
    text-transform: uppercase;
    font-size: 2rem;
    padding-bottom: 30px;
}
#conprincipal div.contenedor.pad9 {
    padding-top: 2.5rem;
    padding-right: 1rem;
}
#valores p {
    width: 100%;
    max-width: none;
    margin-right: 0%;
    display: block;
    margin-bottom: 10px;
    padding: 24px 24px 24px 24px;
}
.pad5i {
    padding-left: 0px;
}
.pad5r {
    padding-right: 0px;
}
#cajaform2 {
    padding-top: 80px;
}
}