@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #E3E2DA;
}

nav ul {
    list-style-type: none;
    padding-right: 30px;
    color: white;
    display: flex; }
  nav ul a {
      margin-left: 30px;}


.head-color{
    background-color: #D94F1E;
}
h1{
    font-size: 45px;
}

h2{
    font-size: 50px;
    color: black;
}

h3{
    font-size: 35px;
    color: black;
    font-weight: 400;
}
.texto-whatsap{
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #25d366;
}

.titulo-h2{
    font-size: 30px;
    color: white;
    font-weight: normal;
}




    /*=================Header=====================*/
header{
    z-index: 5;
    width: 100%;
    position: fixed;
}
main{
    padding-top: 120px;
}


.bg-especial{
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
}



.navbar-light .navbar-nav .nav-link {
    color:white;
    font-weight: bold; 
    margin-right: 30px;
    position: relative;
    letter-spacing: 0.5px;
    padding: 0 10px;
}
.navbar-light .navbar-nav .nav-link:after {
   content: "";
   position: absolute;
   background-color: #F2B705;
   height: 3px;
   width: 0;
   left: 0;
   bottom: -10px;
   transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover {
color: white;
}
.navbar-light .navbar-nav .nav-link:hover:after {
width: 100%;
}




.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #F2B705;
    border: 1px solid transparent;
    border-radius: .25rem;
}



.media{
    width: 50%;
}

.blanco{
    background-color: white;
    border-radius: 5px;
    margin-top: 200px;
    margin-bottom: 200px;
}
.blanco2{
    background-color: white;
    border-radius: 5px;
    margin-bottom: 200px;
}

.titulo-especial{
    color: #D94F1E;
    font-size: 25px;
}
.titulo-especial-nuevo{
    color: #ffffff;
    font-size: 35px;
    font-weight: bolder;
    background-color: #F2B705;
    border-radius: 5px;
    width: 25%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.titulo-especial2{
    color: #D94F1E;
    font-size: 19px;
}
.parrafo-especial{
    font-size: 18px;
    color: #3D3B3B;
}
.parrafo-especial3{
    font-size: 15px;
    color: #3D3B3B;
}
.parrafo-especial4{
    margin-top: 40px;
    width: 90%;
    padding: 20px 0px;
    background: white;
    font-size: 18px;
    font-weight: bold;
    color: #3D3B3B;
}
.parrafo-especial2{
    font-size: 18px;
    color: #3D3B3B;
    font-weight: bolder;
    margin: 0px;
}

.especial-despachos{
    color: #D94F1E;
    font-weight: bolder;
}
ul{
    padding: 0px;
    text-decoration: none;
    list-style: none;
}
.titulo-contacto{
    color: white;
    font-size: 40px;
}
.texto-blanco{
    color: white;
}


.fondo-naranja{
    background-color: #D94F1E;
}
.fondo-amarillo{
    background-color: #F2B705;
}

.amarillo-curva{
    width: 100%;
    padding: 0px;
}
.parrafo-impresion{
    font-size: 20px;
    color: #3D3B3B;
}
.impresion{
    line-height: 40px;
}

.oferta{
    font-weight: bold;
    font-size: 17px;
}


.servicio{
    border-bottom: 8pt solid #F2B705;
    
}
.capa {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2; }
  
  .capa:hover {
    background: url(../img/hoverok.png); 
    background-size: cover;
    border-radius: 5px;
}

    .relative {
        position: relative;                     
    }
.responsi{
    min-height: 200px;
    max-height: 200px;
}
/*=========================================== Footer =====================================================*/
.gris{
    background-color: #3D3B3B;
}

.mail{
    color: white;
}

.fx-especial{
    font-size: 20px;
}

.especial img{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 25px;
}

.especial img{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 25px;
}

.espace{
    display: flex;
    justify-content: end;
    align-items: center;
}

.titulo-impresion{
    color: #3D3B3B;
    font-weight: bold;
    font-size: 40px;
}

 /*=========================================== CONTACTO =====================================================*/
 .container-fluid-azul3{
    background: url(../img/formulario.png) center center no-repeat;
    background-size:cover ;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-fluid-formulario{
    margin-left: 30%;
    margin-right: 30%;
  }
  
  input[type=text] {
    height: 50px;
    color: #D94F1E;
    border-radius: 15px;
    border: 2px solid #D94F1E;
    margin-top: 6px;
    width: 100%;
    margin-bottom: 16px;
    resize: vertical;
    background-color: white; }
  
  input[type=email] {
    height: 50px;
    width: 100%;
    color: #D94F1E;
    border-radius: 15px;
    border: 2px solid #D94F1E;
    margin-top: 6px;
    margin-bottom: 16px;
    background-color: white; }
  
  textarea[name="mensaje"] {
    padding-top: 12px;
    border-radius: 15px;
    border: 2px solid #D94F1E;
    color: #D94F1E;
    margin-top: 20px;
    margin-bottom: 16px;
    width: 100%;
    background-color:white; }
  
  input[type=submit] {
    font-weight: bold;
    background:#D94F1E;
    color: #fff;
    width: 110px;
    height: 40px;
    border: none;
    text-align: center;
    cursor: pointer; }
    
  
  input[type=submit]:hover {
    background: #3D3B3B; }

    ::-webkit-input-placeholder {
        color: #D94F1E;
        padding-left: 10px;
    } 

.mensaje-exito{
    background-color: #F2B705;
}
.btn-volver{
    background-color:#D94F1E ;
    padding: 15px 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.btn-volver:hover{
    background-color:#3D3B3B;
    padding: 15px 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}



