body{
    font-family: 'Titillium Web', sans-serif;
    background-color: white;
}
h1 {
    font-size: 66px;
    font-weight: 600;
    line-height: 80px;
}
h2 {
    font-size: 48px;
    margin-bottom: 30px;
}
p {
    font-size: 18px;
    color: #999999;
    line-height: 1.8;
    margin-bottom: 0;
}

a:hover{
    text-decoration: none;
}

section{
    padding: 60px 0;
}

.sec-redes{
    background-color: #f5f5f5;
}

.sec-1-servicios{
    padding-top: 100px;
}

.sec-medios-de-pago{
    padding-top: 100px;
    margin-top: -120px;
}

.sec-1{
    margin-top: 80px;
}

#port-servicios{
    margin-top: 80px;
}
.topmargin-xs{
    margin-top: 15px;
}
.topmargin-sm{
    margin-top: 30px;
}
.topmargin-lg{
    margin-top: 60px;
}

.btn{
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 2px;
    display: inline-block;
}
.btn-light{
    background-color: white;
    color: #1a1a1a;
    border: 2px solid white;

}

.text-dark{
    color: black;
}

.navbar{
    
    background-color: white;
    box-shadow:  0 2px 4px 0 rgba(0, 0, 0, .05);
    min-height: 100px;
}

.nav-link{
    color: black;
}

.nav-link:hover{
    color: red;
}

.active{
    color:red;
}

.navbar-toggler{
    font-size: 40px;
}
.navbar-toggler:focus{
    outline: none;
}

#portfolio{
    padding-top: 100px;
}

#hero{
    background-image: url(../img/sesion1.jpg);
    background-size: cover;
    padding-top: 150px;
    min-height: 700px;
    color: white;
    
}

#hero p{
    color: #ffffff;
}
#hero-nosotros{
    background-image: url(../img/hero-nosotros.jpg);
    background-size: cover;
    padding-top: 150px;
    min-height: 700px;
    color: white;   
}

#hero-servicios{
    background-image: url(../img/hero-servicios.jpg);
    background-size: cover;
    padding-top: 100px;
    min-height: 700px;
    color: white;   
}

#hero-contacto{
    background-image: url(../img/saludo.jpg);
    background-size: cover;
    padding-top: 100px;
    min-height: 700px;
    color: white;   
}
.content-center{
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.portfolio-container{
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 2px;
}

.portfolio-container img{
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.portfolio-container:hover img{
    -moz-tranform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio-details{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9000;
}

.portfolio-details a h2, .portfolio-details a p{
    color: white;
}

.portfolio-details h2{
    margin-bottom: 0px;
}
.tam-ico{
    width: 80px;
    height: 80px;
}
.tam-ico:hover{
    -moz-tranform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#yt{   
    color: RED;
}

#yt:hover{
    color: #ca6125;
}

.img-face{
    width: 100px;
    height: 100px;
    
}

#fc{   
    color: rgb(29, 52, 255);
}

#fc:hover{
    color: #106fbd;
}

#in{
    color: #bd1067;
}

#in:hover{
    color: #7D10BD;
}

#ws{   
    color: #4DDD32;
}
#ws:hover{
    color: #10bd83;
}
#tel{
    color: #00ffd5;
}
#tel:hover{
    color: #18eb05;
}

#mvo p{
    color: rgb(223, 223, 223);
}
#servicios p{
    color: rgb(223, 223, 223);
}

#valor-servicios p{
    font-size: 30px;
    color: black;
}

#estracto{
    font-size: 15px;
    color: black;
    margin-bottom: 0px;
}

.datos-contacto{
    margin-top: 50px;
    padding: 50px;
    background-color:rgb(0, 0, 0);
	opacity:0.9;
	filter:alpha(opacity=60);
    height: 450px;
}


@media (max-width: 575.98px) { 
    h1{font-size: 40px; line-height: normal;}
    h2{font-size: 40px; line-height: normal;}
    .tam-ico{width: 60px; height: 60px; }
    #valor-servicios p{ font-size: 20px;}
    #hero{min-height: 400px;}
 }
 

@media (min-width: 576px) and (max-width: 767.98px) { ... }

@media (min-width: 768px) and (max-width: 991.98px) { ... }

@media (min-width: 992px) and (max-width: 1199.98px) { ... }

@media (min-width: 1200px) { ... }