.navbar{
    background-color: #f2f2f2;
    border-top: 4px solid #e34c0e;
}

::-webkit-scrollbar {
    display: none;
}

.text-servicios{
    font-size: 25px;
    font-weight: 700;
}

.dropdown-menu .dropdown-item{
    font-size: 13px;
    color: #7a7a7a;
    line-height: 30px;
}

.dropdown-item:hover{
    background-color: #e34c0e;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

.dropdown-item:active{
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

.nav-link{
    font-size: 20px;
    color: #104d8d;
    font-weight: 500;
}

a{
    text-decoration:none;
}

ul{
    font-size: 20px;
    color: #7a7a7a;
}

strong{
    font-size: 22px;
    color: #104d8d;
}

h3{
    font-size: 30px;
    color: #104d8d;
    font-weight: 700;
    text-align: center;
}

.span{
    font-size: 10px;
    color: #104d8d;
    font-weight: 600;
}

.check{
    color: #104d8d;
    font-weight: 600;
}

.text-home{
    font-size: 10px;
    color: #969ca1;
    font-weight: 600;
    margin-top: 100px;
}

.btn-a{
    font-size: 15px;
    background-image: none;
    background-color: #e34c0e;
    border-color: #e34c0e;
    color: #ffffff;
    border-radius: 0px;
}

.file-select {
    position: relative;
    display: inline-block;
}
  
.file-select::before {
    background-color: #104d8d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
  
.file-select input[type="file"] {
  opacity: 0;
  width: 200px;
  height: 32px;
  display: inline-block;
}

.form{
    border-top: 0px solid #fff;
    border-bottom: 2px solid #104d8d;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}
  
#src-file1::before {
    content: 'Sube tu foto';
}
  
#src-file2::before {
  content: 'Sube tu C.V.';
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    ul{
        font-size: 12px;
        color: #7a7a7a;
    }
    
    strong{
        font-size: 12px;
        color: #104d8d;
    }

    h3{
        font-size: 16px;
    }

    .text-servicios{
        font-size: 16px;   
    }
}

@media only screen and (min-width: 600px) {
    ul{
        font-size: 12px;
        color: #7a7a7a;
    }
    
    strong{
        font-size: 12px;
        color: #104d8d;
    }

    h3{
        font-size: 16px;
    }

    .text-servicios{
        font-size: 16px;   
    }
}

@media only screen and (min-width: 768px) {
    ul{
        font-size: 16px;
        color: #7a7a7a;
    }
    
    strong{
        font-size: 16px;
        color: #104d8d;
    }

    h3{
        font-size: 22px;
    }

    .text-servicios{
        font-size: 22px;   
    }
}

@media only screen and (min-width: 992px) {
    ul{
        font-size: 15px;
        color: #7a7a7a;
    }
    
    strong{
        font-size: 15px;
        color: #104d8d;
    }

    h3{
        font-size: 25px;
    }

    .text-servicios{
        font-size: 25px;   
    }
}

@media only screen and (min-width: 1200px) {
    ul{
        font-size: 19px;
        color: #7a7a7a;
    }
    
    strong{
        font-size: 20px;
        color: #104d8d;
    }

    h3{
        font-size: 26px;
    }

    .text-servicios{
        font-size: 26px;   
    }
}
