.s1{
    width: 100%;
    height: 700px;
    background: salmon;
}
.s2{
    width: 100%;
    height: 700px;
    background: sandybrown;
}

.bg-light{
    transition: all 1s ease;
    color: white;
}

/* .navbar ul li a {
    font-family: 'Montserrat', sans-serif;
    color: white !important;
    font-size: 15px !important;
    font-weight: bold;
} */

.bg-dark{
    transition: all 3s ease;
    background: black !important;
}



.btn-portafolio{
    background: #FF5733;
    color: white;
}

.btn-portafolio:hover{
    background-color: black;
    color: white;
}


.fondomenu ul li a {
    font-family: 'Montserrat', sans-serif;
    color: white !important;
    font-size: 15px !important;
    font-weight: bold;
}

.scroll ul li a {
    font-family: 'Montserrat', sans-serif;
    color: white !important;
    font-size: 15px !important;
    font-weight: bold;
}
.navbar-dark{
    transition: all 1s ease;
}

.caja{
	top: 30rem;
}
.jumbo{
    background: #f5fafd;
    width: 100%;
    height: 700px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.title{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
    font-family: merienda;
}
.subtitle{
	margin-top: -15px;
	color: gray;
	font-size: 20px;
}
.team{
	margin-bottom: 1rem;
	
}
.t{
	width: 200px;
}

.redes{
    color: #afafaf;
    /* background:#000a3d; */
    
}
.redes a i{
    color: white;
    font-size: 25px;
    
    margin-left: 8px;
}
.redes a i:hover{
    color: #FF5733;
}

.uil{
    font-size: 60px;
    padding: 40px;
    color: white;   
}
.fas,.far{
    font-size: 60px;
    padding: 40px;
    color: white;   
}
.l-s{
    letter-spacing: 2px;
}
.circulo {
	width: 130px;
    height: 130px;
	border-radius: 50%;
	/* background: #03a9f4; */
	background: #FF5733;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  margin:0px auto;
  padding:3%;
  box-shadow: 10px 10px 56px 0px rgba(197,188,188,0.75);
  -webkit-box-shadow: 10px 10px 56px 0px rgba(197,188,188,0.75);
  -moz-box-shadow: 10px 10px 56px 0px rgba(197,188,188,0.75);
}
sp{
    font-family: 'Questrial', sans-serif;
    font-size: 17px;
}
.card{
    border: 0;
	background: transparent !important;
}
.logo{
    width: 130px;
}
#imagen{
    filter:brightness(0.4);
}


.p-cargos{
    font-family: merienda;
    font-size: 30px;
}

carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 100px;
	font-family: merienda;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 28px;
	line-height: 1.9;
	font-family: poppins;
}
.carousel-caption a {
	text-transform: uppercase;
	background: #262626;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
}

.nav-link {
	padding: .2rem 1rem;
}
.nav-link.active, .nav-link:focus {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 3pt;
}

.ft{
    color: gray;
}
.jumbotron{
    margin-bottom: 0;
}

.t-d{
    font-family: 'Playfair Display', serif;
    font-size: 35px;
}

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

@media (max-width: 600px) {
    .carousel-caption h5 {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: -400px;
        font-family: merienda;
        color: white;
    }
    .carousel-caption p {
        width: 60%;
        margin: auto;
        font-size: 10px;
        line-height: 1.9;
        font-family: poppins;
    }
    .title{
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .display-2{
        font-size: 50px;
    }
    .jumbo{
        background: #f5fafd;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .logo{
        width: 70px;
    }
    .t-m{
        text-align: center;
    }
    .p-d{
        width: 100% !important;
        text-align: justify !important;
    }
    p{
        width: 100%;
    }

    .p-cargos{
        font-size: 18px;
    }
    
}


/* @media (max-width:667px) and (orientation: landscape) {
   .carousel-caption h5 {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: -200px;
        font-family: merienda;
        color: white;
    }
} */

/* @media (min-width: 700px) {
    .carousel-caption h5 {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: -300px;
        font-family: merienda;
        color: white;
    }
    .carousel-caption p {
        width: 60%;
        margin: auto;
        font-size: 10px;
        line-height: 1.9;
        font-family: poppins;
    }
    .card-title{
        font-size: 12px;
    }
    .title{
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .display-2{
        font-size: 50px;
    }
    .jumbo{
        background: #f5fafd;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .logo{
        width: 70px;
    }
    .t-m{
        text-align: center;
    }
    .p-d{
        width: 100% !important;
        text-align: justify !important;
    }
    p{
        width: 100%;
    }

    .p-cargos{
        font-size: 18px;
    }
    
} */