@media handheld, screen and (min-width: 320px) {

/*BARRA DE NAVEGACIÓN*/

.navbar{
    display: block;
    padding: 0;
}

.container-fluid {
    background-color:black; 
}

.container-fluid h2 {
    color: white; 
    font-size: 12pt;
    margin: 20px 0px 20px 10px;
}

/*
.navbar-brand {
    font-size: 12pt;
    color: #fff /*NO FUNCIONA EL COLOR
}*/

.navbar-toggler {
    margin: 20px 10px 20px 0px ;
}

/*HEADER*/

h1 {
    color: #fff;
}

header h4 {
    color: #fff;
    font-size: 14pt;
    padding-bottom: 50px;
    
    }

header {
    height: 503px;
    width: 100%;
    background-image: url('./img/carpocapsa1.jpg');
    background-color: rgb(50,50,50);
    background-blend-mode: soft-light;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;    
}

.call a {
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
}


/*ACERCA DE MI*/

#acercademi {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;

}

#acercademi h2 {
    font-size: 18pt;
    padding-bottom: 25px;
    text-align: center;
    color: #FF7777;
}

h2 span {
    border-bottom: 2px solid #FF7777;
    padding-bottom: 5px;
  }

#acercademi p {
    font-size:11pt;
}

#acercademi img {
    margin:0 auto;
}

.col-md-4 {
    text-align: center;
}

img {
    /*width: 60%; */ 
    padding-bottom: 20px;  
}

/*PORTFOLIO*/

#fondo {
    background: #eee6e6;
}

#trabajos h2 {
    font-size: 18pt;
    padding-bottom: 15px;
    padding-top: 20px;
    text-align: center;
    color: #888888;
}

#trabajos {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

h2 span {
    border-bottom: 2px solid #FF7777;
    padding-bottom: 5px;
  }

#trabajos p {
    font-size:11pt;
}

/*BLOG*/

#blogger h2 {
    font-size: 18pt;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    color: #FF7777;
}

#blogger {
    background-image: url('./img/patternhojas.jpg');   
    padding-bottom: 30px;
}

#blogger h4 {
    font-size: 13pt;
    text-align: center;   
    color: #a09999;
}

.card {
    background-color: #decfc2;
    border: none;
    margin: 10px 10px 10px 10px;   
}

.card1 {
    background-color: #decfc2;
    border: none;
    margin: 10px 10px 10px 10px;   
}

.card2 {
    background-color: #decfc2;
    border: none;
    margin: 10px 10px 10px 10px;  
    /*display: none; */
}

.card3 {
    background-color: #decfc2;
    border: none;
    margin: 10px 10px 10px 10px;   
    /*display: none; */
}

#flex {
    display:flex;  
    flex-wrap: wrap;
    flex-direction: row; 
    justify-content: center;
}

.card-title  {
    text-transform: uppercase;
    color: #FF7777;
    font-size: 14pt;
}

.card-text {
    font-size: 11pt;
}

.btn  {
    background-color: #FF7777;
    border:none;
    margin:3px 3px 3px 3px;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    font-size: 11pt;
    color: #fff; 
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

/*SERVICIOS*/

#servis h2 {
    font-size: 18pt;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    color: #FF7777;
}

.img-area {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.img-area img{
    width: 100%;
}

.carousel-item {
    padding-top: 25px;
}

.container-slide {
    padding-bottom: 30px;
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    background: transparent;
}

.carousel-caption {
    position: static;
    padding-top: 0;
}

.carousel-caption h3{
    font-size: 22px;
    margin-top: 20px;
    color:#181818;
}

.carousel-caption p {
    font-size: 18px;
    margin: auto;
    width: 60%;
    color: #292929;
    padding-bottom: 30px;
}

/*CONTACTO*/

.content h2 {
    font-size: 18pt;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.content {
 background: #181818;
 color:#fff;
 padding: 0 1.5em;
 margin-left: auto;
 margin-right: auto;
 padding: 1.5em;
}

.contact-wrapper {
    padding: 1em;
}

.contact-form {
    background: #292929;
}

.contact-form form {
    margin: 0;
    padding: 1em;    
}

.contact-form form button,
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 2px solid #FF7777;
}

.contact-form form button {
    background: #FF7777;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
    border-radius: 8px;
}

.contact-info {
    padding-top: 2em;
    display:grid;
    /*grid-template-columns: 1fr 1fr;*/
}

.contact-info h4 {
display: flex;
align-items: left;
justify-content: left;
}
.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info ul li {
    padding: .3em;

}

/*WHATSAPP*/

.btn-wsp{
    position:fixed;
    z-index: 1000;
    width:63px;
    height:63px;
    line-height: 60px;
    bottom:25px;
    right:25px;
    background:#27ae60;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    transition: all 300ms ease;
}

.btn-wsp:hover{
    background: #20ba5a;
    color:#fff;

}

/*UP*/

.gotopbtn{
    position: fixed;
    z-index: 1001;
    width: 50px;
    height: 50px;
    background: #FF7777;
    border-radius:50px;
    bottom: 110px;
    right: 32px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    transition: all 300ms ease;
  }

  .gotopbtn:hover{
    background: #FF7777;
    color:#fff;
}


/*SHARE*/

#share-button {
    width: 100%;
    height: 100px;
    background: #dfe6e9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: .3s linear;
}

#share-button span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2d3436;
    color: #f1f1f1;
    text-align: center;
    line-height: 80px;
    z-index: 999;
    transition: .6s linear;
    font-size: 26px;

}

#share-button:hover span {
    transform: translateX(-100%);
    transition-delay: .3s;
}

#share-button a {
    flex: 0.15;
    font-size: 26px;
    color: #2d3436;
    text-align: center;
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.3s linear;
}

#share-button:hover a {
    opacity: 1;
    transform: translateX(0)
}

#share-button a:nth-of-type(1) {
    transition-delay: 0.8s;
}

#share-button a:nth-of-type(2) {
    transition-delay: 0.6s;
}

#share-button a:nth-of-type(3) {
    transition-delay: 0.4s;
}

/*estilos fotos css*/

*{
    box-sizing: border-box;
}

body{
    margin:0;
    padding: 0;
}

img {
    width: 100%;
}

.row {
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
}

.column {
    flex: 25%;
    padding: 5px;
}

.column img {
    margin-top: 5px;
}

/*.column {
    flex: 100%;       
}*/

#acercademi img {
    width: 70%;
}
}


@media (max-width: 600px) {

.column {
        flex: 50%;
    }

#acercademi img {
    width: 40%;
}
}

