/*
Theme Name: SANTERO PIURANO
Theme URI: SANTERO PIRUANO
Author: Seo Consulting Perú
Author URI: https://wordpress.org/

**/

*{
    margin: 0;
    padding: 0;
}
body{
    --color1: #f00;
    --color2: #d36906;
    --color3: #ff0;
    --font1: 'Rokkitt', serif;
    --font2: 'Noto Serif', serif;
} 


body::-webkit-scrollbar {
	background: #f8f8f9;
	width: 5px;
}
body::-webkit-scrollbar-thumb {
	background: var(--color1) ;
	z-index: 300;
	border-radius: 1px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.flex2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font1);
}
p, span, div, li, a{
    font-family: var(--font2);
}
.grid_4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.grid_3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 70px;
	grid-row-gap: 70px;
}
.grid_2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}

#icoNav_movil{
    width: 55px;
    z-index: 999;
    cursor: pointer;
	display: none;
}
#icoNav_movil ul li {
    width: 100%;
    height: 7px;
    background: #fff;
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.closeNav ul li:nth-child(1)
{
	opacity:0;
}
.closeNav ul li:nth-child(2)
{
	transform:rotate(45deg);
	margin-bottom:-7px !important;
}
.closeNav ul li:nth-child(3)
{
	transform:rotate(-45deg);
}

header{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 26px 0px;
	z-index: 2;
}
ul.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}ul.menu li{list-style: none;}
ul.menu li a{
    font-family: var(--font1);
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--color3);
    background: rgb(255,0,0);
    background: linear-gradient(141deg, rgba(255,0,0,0.35) 0%, rgba(255,0,0,0.43) 53%, rgba(255,0,0,35) 100%);
    text-decoration: none;
    padding: 15px 19px;
    box-sizing: border-box;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px 6px;
    font-weight: 500;
}
.slide{
    background: url(img/slider1.jpg);
    background-size: cover;
    width: 100%;
    height: 670px;
    background-attachment: fixed;
    background-position: center;
    padding-top: 250px;
    box-sizing: border-box;
}
.slide h4{
    color: #f00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}
.txt-slide a{
    font-size: 83px;
    font-family: var(--font1);
    color: var(--color3);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #f00;
    font-weight: 900;
    text-decoration: none;
}
.txt-slide{
    width: 600px;
    max-width: 100%;
}
.slide .video{
    background: rgb(42 13 7);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    width: 490px;
    height: 320px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.slide .video h2{
    color: var(--color3);
    -webkit-text-stroke-width: 0.9px;
    -webkit-text-stroke-color: #f00;
    margin-top: 10px;
}
.txt-slide h5{
    background: var(--color3);
    color: var(--color1);
    padding: 2px 10px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.txt-slide p{
    color: var(--color3);
    font-size: 16px;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #f00;
}

.servicios{
    background: url(img/servicios.jpg);
    background-size: cover;
    padding: 50px 0px;
}
.servicios .container{
    padding: 0px 2%;
    box-sizing: border-box;
}
.servicios article{
    background: #fff;
    padding: 10px 10px 30px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.servicios .grid_3 div:first-child {
    transform: rotate(-10deg);
    margin-top: 30px;
}.servicios .grid_3 div:last-child{
    transform: rotate(10deg);
    margin-top: 30px;
}
.servicios article h2{
    color: var(--color1);
    font-size: 19px;
    text-align: center;
    margin-top: 15px;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #ff0;
}
.servicios article a{
    background: #f00;
    display: block;
    width: 100px;
    padding: 2px 0px;
    margin: 10px auto;
    color: #ff0;
    text-align: center;
    text-decoration: none;
}
.servicios article a:hover{
    background: #000;
}
.servicios article p{
    color: #666;
    font-size: 11px;
    text-align: center;
    padding: 0px 22px;
}
h3.title {
   font-size: 39px;
    height: 65px;
    line-height: 65px;
    color: #ff0;
    text-align: center;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 70%);
    background: #530707;
    width: 846px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateY(-81px);
    z-index: 1213;
    position: relative;
    border-radius: 50% 50% 50% 50% / 43% 50% 50% 57%;
    box-shadow: 0px 0px 15px 0px #000;
}
.txt-nosotros{
    background: url(img/noso.png);
    background-size: auto 100%;
    background-position: center;
    width: 480px;
    height: 535px;
    padding: 63px 58px;
    box-sizing: border-box;
}
.thumb-nosotros h2{
    color: var(--color3);
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.thumb-nosotros iframe{
    border: 2px solid var(--color3);
}
.nosotros{
    background: url(img/nsootros.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0px;
}
.txt-nosotros h3{
    color: #000;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ff0;
    font-size: 35px;
    text-align: center;
}
.txt-nosotros p{
    color: #000;
    font-size: 12px;
}


.page_serv article{
	background: rgba(255,255,0,0.3);
	padding: 30px 40px;
	box-sizing: border-box;
}
.page_serv article img{
	max-width: 100%;
}
.blog{
    background: url(img/noticia.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px 80px;
}
.txt-blog{
    background: #000;
    padding: 20px 20px;
    box-sizing: border-box;
	width: 65%;
}
.txt-blog h2{
    font-size: 25px;
    color: #fff;
    -webkit-text-stroke-width: 0.8px;
    line-height: 20px;
    -webkit-text-stroke-color: var(--color3);
}
.thumb-blog img{
    display: block;
	height: 100%;
}
.thumb-blog {
    width: 220px;
	max-width: 100%;
    overflow: hidden;
    height: 212px;
}
.blog article{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.txt-blog p{
   color: #fff;
    font-size: 13px;
    margin: 10px 0px;
}
.txt-blog a{
    display: inline-block;
    background: var(--color1);
    color: var(--color3);
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
}



.contact{
    background: url(img/contactos1.jpg);
    padding: 50px 0px 80px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.contact h3{
    background: var(--color3);
    padding: 3px 10px;
    display: inline-block;
    font-size: 15px;
}
.contact p{
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
}
.contact .flex2 div{
    width: 70%;
}
.contact a{
    color: var(--color1);
    font-size: 25px;
    display: table;
    width: 25%;
    text-decoration: none;
    background: var(--color3);
    height: 35px;
    padding: 10px 0px;
    text-align: center;
	border-radius: 20px;
}

.videos{
    padding: 50px 0px;
    background: url(img/videos.jpg);
    background-size: cover;
}
.youtube{
    background: #000;
    padding: 10px;
    position: relative;
}
.youtube i{
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ff0;
    font-size: 80px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
}
.test{
    width: 353px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background: #fff !important;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0px 5px;
}
.owl-carousel button.owl-dot.active{
    background: #ff0 !important;
}
.copy{
    background: #f00;
    font-size: 15px;
    padding: 10px 0px;
}
.copy a{
    color: var(--color3);
    text-decoration: none;
}
footer .grid_3{
    grid-column-gap: 70px;
	grid-row-gap: 30px;
}
footer{
    padding: 50px 0px;
    background: url(img/contactos1.jpg);
	background-size: cover;
    text-align: center;
}
footer p{
    color: #fff;
    padding-top: 20px;
}
footer a{
    color: #ff0;
    font-size: 11px;
}
footer .redes{
    text-align: center;
    margin-top: 40px;
}
footer .redes i{
    font-size: 30px;
}
footer h5{
    color: #fff;
    font-size: 20px;
}
.images .grid_3{
    grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.images{
	padding: 50px 0px;
	background: url(img/nsootros.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.images img{
    width: 100%;
    display: block;
    box-sizing: border-box;
}


.slide-page{
    width: 100%;
    background: url(img/contactos1.jpg);
    padding-top: 230px;
    padding-bottom: 50px;
}
.slide-page h1{
    font-size: 45px;
    color: #ff0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f00;
    font-family: var(--font2);
}
.page_serv{
    background: url(img/page.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0px;
}

.page_serv .container{
    width: 800px;
    max-width: 92%;
    box-sizing: border-box;
    
}
.page_serv h2{
    color: #ff0;
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f00;

}
.page_serv p{
    font-size: 15px;
    line-height: 30px;
}

.wasac{
    background: rgb(229, 255, 0);
    color: #fff;
    padding: 5px 20px;
    display: table;
    margin:  0 auto;
    font-size: 15px;
    padding-left: 50px;
    border-radius: 15px;
    margin-top: 20px;
    text-decoration: none;
    position: relative;
}
.fix{
    position: fixed;
    left: 62px;
    bottom: 20px;
    background: #000;
    z-index: 2100;
    transform: scale(1.5);
}
.servicios .wasac{
    background: var(--color1);
}
.wasac span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    background: rgb(61, 179, 3);
    position: absolute;
    left: 0;
    top: -5px;
    animation: pulse 1s infinite;
}
@keyframes pulse{
	0%{
		transform: scale(.99);
		box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
        background: green;
        color: #ff0;
	}
	70%{
		transform: scale(1);
		box-shadow: 0 0 0 25px rgba(0,0,0,0.0);
        background: #fff;
        color: var(--color1);
	}
	100%{
		transform: scale(.99);
		box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
        background: green;
        color: #ff0;
	}
}












@media only screen and (max-width: 1220px){
    .container{
        width: 92%;
    }
    
    .grid_4{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media only screen and (max-width: 1106px){
    .nosotros .flex2{
        display: block;
    }
    .txt-nosotros, .thumb-nosotros iframe{
        margin: 10px auto;
        display: block;
    }
    #menu{
        display: none;
    }
    #icoNav_movil{
		display: block;
        padding-top: 20px;
	}
    .logo img{
        height: 100px;
    }
}
@media only screen and (max-width: 850px){
    .container{
        width: 92%;
    }
	.logo img{
		height: 58px;
	}
	.test{
		width: 300px !important;
	}
	.thumb-blog img{
		width: 100%;
	}
	.thumb-blog{
		height: auto;
	}
    .txt-slide a{
        font-size: 50px;
    }
    .contact .flex2{
        display: block;
        text-align: center;
    }
    .contact .flex2 div{
        width: 100%;
    }
    .contact a{
        width: 300px;
        max-width: 100%;
        margin: 10px auto;
    }
    .copy{
        text-align: center;
    }
	.servicios .grid_3 div:first-child, .servicios .grid_3 div:last-child{
        transform: rotate(0deg);
    }
	#menu{
		position: fixed;
		left: -150%;
		top: 0;
		width: 70vw;
		height: 100vh;
		padding: 50px 20px;
		box-sizing: border-box;
		background: linear-gradient(141deg, rgba(255,0,0,0.75) 0%, rgba(255,0,0,0.93) 53%, rgba(255,0,0,75) 100%);
		transition: all 0.4s;
        display: block;
        z-index: 13412;
	}
    ul.menu{
        display: block;
    }
	.cabecera .menu li{
		display: block;
		padding: 0;
	}
	ul.menu li a{
		padding: 17px 20px;
		background: transparent;
        border-bottom: 1px solid var(--color3);
        width: 100%;
        display: block;
	}
	.cabecera li ul.sub-menu{
		position: static;
		opacity: 1;
		transform: none;
	}
	.cabecera ul.sub-menu li a{
		padding: 7px 20px;
	}
    .grid_3{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid_2{
        grid-template-columns: repeat(1, 1fr);
    }
    h3.title{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .slide .flex2{
        display: block;
    }
	.txt-blog{
		width: 100%;
	}
	.thumb-blog{
		width: 100%;
	}
}
@media only screen and (max-width: 550px){
    .container{
        width: 92%;
    }
	.page_serv h2, .slide-page h1{
		font-size: 25px;
	}
	.slide-page{
		padding-top: 148px;
	}
	.page_serv article{
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.servicios .grid_3 div:first-child{
		margin-top: 0px; 
	}
	h3.title{
		transform: translatey(0);
	}
    .txt-nosotros{
        max-width: 100%;
        padding: 40px 20px;
        height: auto;
    }
    .blog .flex{
        display: block;
    }
    .thumb-nosotros iframe{
        width: 100%;
    }
    .grid_4{
        grid-template-columns: repeat(1, 1fr);
    }
    .copy .flex{
        display: block;
    }
    footer{
        padding: 40px 0px;
    }
}