@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    text-align: justify-all;
    color: #18206F;
    scroll-behavior: smooth;
}

header{
    width: 100%;
    height: 70px;
    background: white;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: -1px 1px 25px -15px rgba(24,32,111,1);
    -moz-box-shadow: -1px 1px 25px -15px rgba(24,32,111,1);
    box-shadow: -1px 1px 25px -15px rgba(24,32,111,1);
}

.texto-header{
    font-size: .9rem;
}

.texto-normal{
    font-size: .9rem;
}

h1, h2, h3, h4{
    font-weight: bold !important;
}
.top{
    position: fixed;
}

a {
    color: #FFF !important;
}

a:hover{
    color: #007bff;
    text-decoration: none !important;
}

p{
    text-align: justify;
}

.bg-black{
    background-color: #000;
}


.slider{
    height: 100vh;
    width: 100%;
}

.bg-slider{
    background-image: url(../images-panda/bg-header-panda-troopers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
}

.logo-middle{
    padding-top: 25vh;
}


.menu-ideal{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    background: white;
}

.social:hover{
    opacity: 0.5;
}

.link-menu{
    font-weight: bold;
    margin-right: 30px;
}

.down{
    margin: 0 auto;
    display: block;
    width: 50px;
    font-size: 2em;
    position: sticky;
    text-align: center;
    animation: float 5s ease-in-out infinite;
    padding-top: 90vh;
}

.promotores{
       width: 150px;
    margin: 30px 0;
}
.promoteres img{
    width: 100%
}
.frase{
    display: block;
    font-weight: 600;
    margin: 20px 0;
}
.mail{
    color: white!important;
    font-size: 1.1rem;
    font-weight: bold;
}
.green{
    color:#8AE0B0;
}
.white{
    color: white;
}
.blue{
    color:#18206F;
}
.boderline{
    width: 100%;
    height: 5px;
    background: #8AE0B0;
    display: block;
    margin:20px 0;
}

.traje-content{
    width: 85%;
    margin: 0 auto;
}
.traje-content img{
    width: 100%;
}

.traje-content h1{
    font-size: 2.5rem;
    font-weight: bold;
    margin: 30px 0;
}

.traje-content h2{
    margin-top: -30px;
    font-weight: bolder;
}

.btn-entrevista{
    width: 60%;
    height: 30px;
    display: block !important;
    margin: 0 auto;
    background-color: #8AE0B0 !important;
    border:1px solid blue;
    font-size: 12px !important;
    font-weight: bold !important;
    /* background-color: white; */
    margin-top: 20px;
}
.btn-entrevista a:hover{
    color: #8AE0B0;
    background-color:white; 
}
.text{
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}
.text img {
    width: 100%;
}
.text-blue{
    padding: 15px;
    font-size: 0.9rem;
}

.titulo{
    font-size: 1.8rem;
}

ul.valores{
    list-style: none;
    padding-left: 0;
}
ul.valores > li{
    margin-bottom: 20px;
}
.monterrey{
    width: 250px !important;
    margin-top: 50px;
}

.messenger{
    padding: 10px;
    color: #18206f;
    text-align: center;
    padding-top: 30px;
}

.servicio{
    padding: 10px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
}
.servicio img{
    width: 100%;
}

.servicio img:hover{
     filter: grayscale(100%);
     cursor: pointer;
}


iframe{
    width: 90%;
    height: 550px;
    margin: 0 auto;
    max-width: 900px;
    display: block;
}


.form{
    width: 90%;
    margin: 0 auto;
    background-color:#eaeaea;
    padding: 10%;
    margin-top: 25%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
}

.co{
    text-align: right;
    margin-bottom: 30px;
    color: gray;
    margin-right: 30px;
}

label{
    color:#18206F;
    font-size: 15px;
    font-weight: bold;
}

input[type="text"], input[type="number"],input[type="email"],input[type="date"],input[type="file"]{
    width: 100%;
    font-size: 15px;
    border-bottom: 2px solid #b7b7b7;
    padding: 5px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    color: #18206f;
    font-weight: 600;
    background-color: #eaeaea;
}

.btn-form{
    float: right;
    width: 50%;
    color: white;
    background: #8ae0b0;
    font-size: 18px;
    text-transform: uppercase;
}

footer{
    width: 100%;
    height: 50px;
    display: block;

}

.text-foot{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #f2f2f2;
    padding-top: 15px;
}

.mt-250{
    margin-top: 250px;
}

.mt-100{
    margin-top: 100px;
}

.rec{
        font-weight: 400 !important;
    letter-spacing: 5px;
}

@keyframes float {
    0% {
        text-shadow: 2px 2px 5px rgba(150, 150, 150, .3);
        transform: translatey(0px);
    }
    50% {
        
        transform: translatey(-20px);
    }
    100% {
        text-shadow: 2px 2px 5px rgba(150, 150, 150, .3);
        transform: translatey(0px);
    }
}

@media only screen and (max-width: 900px)  {


h1, h2, h3, h4{
    font-weight: bold !important;
    font-size: 1.2rem;
}

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

@media only screen and (max-width: 600px)  {


h1, h2, h3, h4{
    font-weight: bold !important;
    font-size: 1.2rem;
}

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


.traje-content h1 {  
font-size: 1.3rem;
}

.traje-content h2 {
    margin-top: -30px;
    font-weight: bolder;
    font-size: 1.2rem;
}

.btn-entrevista {
    width: 90%;
    margin-bottom: 20px;
}

.mt-250 {
     margin-top: 0px; 
}

.form {
    margin-top: 0;
}

}
