/*
Theme Name: Potokines
Theme URI: http://www.kunturweb.com
Description: Theme Potokines de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;}
input:focus, textarea:focus{
	outline:0px;
} 
p{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #0a1426;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
    margin: 0;
}
h1, h2, h3, h4{
    color: #000f55;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
a, ul li{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #575d61;
	font-weight: 400;
	line-height: 21px;
    text-decoration: none;
    text-transform: none;
    outline: none;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
a:hover, a:focus{
	color: #e62129;
    text-decoration: none;
    outline: none;
}
body{
	width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #fff;
    font-family: "Montserrat", sans-serif;
}
.wrap{
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
/*
*****************************************************************
    Estilos header
*****************************************************************
*/
header{
    position: relative;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000;
    float: left;
    text-align: center;
    background: #fff;
}
header .wrap, #headdos .wrap{
    border-bottom: solid 2px #000;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    position: relative;
    float: left;
    height: 50px;
    width: auto;
    z-index: 10;
    overflow: hidden;
    padding: 0;
    margin: 15px 0;
    box-sizing: border-box;
    animation: aparecelogo 1.2s 1;
}
.logo img{
    height: 100%;
    margin: 0;
    width: auto;
}
@keyframes aparecelogo{
    0%{transform: translateX(-100%);opacity: 0}
    100%{transform: translateX(0);opacity: 1}
}
.micuentatop{
    float: right;
    width: auto;
    height: 40px;
    margin: 20px 0 20px 20px;
    position: relative;
    padding: 0 30px 0 50px;
    box-sizing: border-box;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.micuentatop:after{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #977e68;
    z-index: 2;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.micuentatop i{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 15px;
    color: #fff;
    z-index: 4;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
}
.micuentatop li{
    list-style: none;
    font-size: 13px;
    line-height: 40px;
    text-align: left;
    position: relative;
    z-index: 5;
    font-weight: 400;
}
.micuentatop li a{
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.micuentatop:hover{
    color: #fff;
}
.micuentatop:hover li a{
    color: #fff;
}
.micuentatop li a small{
    font-weight: 400;
    font-size: 12px;
}
.micuentatop:hover:after{
    left: 0;
}
.micuentatop:hover i{
    color: #fff;
}
.menu{
    width: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin: 15px 0;
    z-index: 20;
    height: 50px;
}
.menu ul{
    position: relative;
    width: auto;
    height: auto;
    float: right;
    margin: 0;
}
.menu ul li{
    text-align: left;
    color: #000;
    font-size: 13px;
    width: auto;
    height: 50px;
    margin: 0 15px;
    list-style: none;
    display: block;
    position: relative;
    float: left;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
}
.menu ul li a{
    color: #000;
    font-size: 13px;
    padding: 0;
    position: relative;
    margin: 0;
    text-align: left;
    width: 100%;
    height: 50px;
    float: left;
    line-height: 50px;
    transform-origin: left;
    z-index: 3;
    font-weight: 400;
    text-transform: uppercase;
}
.menu ul li a:after, .menu ul li a:before{
    content: "";
    position: absolute;
    top: auto;
    bottom: 10px;
    left: -10px;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.menu ul li a:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: auto;
    left: 0;
    right: -10px;
    opacity: 0;
    background: #fff;
    transform-origin: left;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #977e68;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #977e68;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #977e68;
}
.menu ul li:hover a{
    color: #977e68;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item):after{
	color: #fff;
    opacity: 1;
    left: 0;
    width: 40px;
}
#menu ul li a:hover:not(.current-menu-item):after{		
	transform: scaleX(1);
    opacity: 1;
    left: 0;
    width: 30px;
}
#menu ul li a:hover:after, 
#menu ul li.current-menu-item > a:after, 
#menu ul li.current_page_item > a:after {	
	transform: scaleX(1);
    opacity: 1;
    left: 0;
    width: 30px;
}
.menu ul li:hover a{
    color: #fff;
}
#menu ul li a:hover:not(.current-menu-item):before{		
	transform: translateX(0);
    opacity: 1;
    right: 0;
    left: auto;
    width: 30px;
}
#menu ul li a:hover:before, 
#menu ul li.current-menu-item > a:before, 
#menu ul li.current_page_item > a:before {	
	transform: translateX(0);
    right: 0;
    left: auto;
    opacity: 1;
    width: 30px;
}
.menu ul li > ul{
    position: absolute;
    top: 25px;
    left: 0;
    width: 280px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -10000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.menu ul li > ul li{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 3px 10px;
    border-bottom: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
}
.menu ul li > ul li:last-child{
    border: none;
}
.menu ul li > ul li:after{
    display: none;
}
.menu ul li > ul li a{
    font-size: 14px;
    line-height: normal;
    height: auto;
    padding: 10px 0 !important;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    transform: scale(1) !important;
    color: #192561 !important;
}
.menu ul li > ul li a:before{
    display: none !important;
}
.menu ul li > ul li a:after{
    bottom: -3px !important;
}
.menu ul li > ul li a:hover{
    color: #e62028 !important;
}
#menu ul li > ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #e62028 !important;
}
#menu ul li > ul li a:hover:not(.current-menu-item){		
	color: #e62028 !important;
}
#menu ul li > ul li a:hover, 
#menu ul li > ul li.current-menu-item > a, 
#menu ul li > ul li.current_page_item > a {	
	color: #e62028 !important;
}
/*
    Estilos para Menu 2
*/
.menu2{
    display: none;
}
.menu ul li:nth-child(3) > ul{
    width: 250px !Important;
}
.menu ul li:nth-child(3) > ul li{
    width: 100% !Important;
    height: auto;
    padding: 0;
    margin: 3px 0 !Important;
    border-bottom: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
}
#headdos{
    position: fixed;
    width: 100%;
    height: 80px;
    top: -100px;
    left: 0;
    background: #fff;
    overflow: hidden;
    z-index: 10000;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
/*
*****************************************************************
    Estilos cuerpo general
*****************************************************************
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 90px 20px;
    box-sizing: border-box;   
    z-index: 2;
    overflow: hidden;
    background: #fff;
}
/*
*****************************************************************
    Estilos cuerpo sobre mi
*****************************************************************
*/
.cuerpomi{
    background: #fff;
}
.secmi{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 600px 70px 0;
    box-sizing: border-box;
}
.fotomi{
    width: 450px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
}
.titulogeneral{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.titulogeneral span{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    color: #977e68;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: normal;
    float: left;
    text-align: left;
}
.titulogeneral h1{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.secmi ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0;
    position: relative;
}
.secmi ul h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    color: #000;
    font-size: 21px;
    line-height: normal;
    margin: 10px 0;
}
.secmi ul li{
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
    color: rgba(0,0,0,0.85);
    font-size: 14px;
    float: left;
    position: relative;
    margin: 5px 5px 0 0;
    list-style: none;
}
.botongeneral{
    width: auto;
    height: auto;
    padding: 13px 30px;
    background: #000;
    color: #fff;
    margin: 10px 10px 10px 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
}
.botongeneral i{
    margin-right: 7px;
}
.botongeneral:hover{
    background: #977e68;
    padding: 13px 40px;
    color: #fff;
}
.secmi .botongeneral{
    float: left;
}
/*
*****************************************************************
    Estilos cuerpo galeria
*****************************************************************
*/
.cuerposervicios{
    padding: 0;
    z-index: 1000;
    position: inherit;
}
.swiperservicios .swiper-slide{
    background: #000;
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.swiperservicios .swiper-slide img{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    object-fit: cover;
}
.swiper-button-prevlogos, .swiper-button-nextlogos{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    text-align: center;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.swiper-button-nextlogos{
    left: auto;
    right: 10px;
}
.swiper-button-prevlogos i, .swiper-button-nextlogos i{
    color: #283a8f;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.swiper-button-prevlogos:hover, .swiper-button-nextlogos:hover{
    background: #000 !important;
}
.swiper-button-prevlogos:hover i, .swiper-button-nextlogos:hover i{
    color: #fff !important;
}
/*
*****************************************************************
    Estilos cuerpo servicios
*****************************************************************
*/
.titulogeneralcentral{
    margin: 0 0 50px 0;
}
.titulogeneralcentral:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    z-index: 1;
}
.titulogeneralcentral h2{
    width: auto;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
    z-index: 3;
    position: relative;
    display: inline-block;
    float: none;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
}
.listaserv{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.listaserv li{
    float: left;
    width: calc(33.3% - 40px);
    height: auto;
    position: relative;
    margin: 30px 20px;
    list-style: none;
}
.listaserv li span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
}
.listaserv li span:after{
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #000;
}
.cuerpocontact{
    padding: 0 20px;
}
.cuerpocontact p{
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    width: 900px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
}
.secbtn{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
}
.secbtn .botongeneral{
    display: inline-block;
}
/*
*****************************************************************
    Estilos footer
*****************************************************************
*/
footer{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 20px 20px 20px;
    margin-top: 50px;
    box-sizing: border-box;
}
footer .wrap{
    border-top: solid 2px #000;
    padding: 50px 0 20px 0;
}
.secfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
footer .wrap .logohead{
    height: 60px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}
.secfoo p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 13px;
    color: rgba(0,0,0,0.7);
}
.creditosfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
.creditosfoo:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background: rgba(0,0,0,0.3);
    transform: translateX(-50%);
}
.secfoo a{
    display: inline-block;
    font-size: 13px;
}
.creditosfoo img{
    height: 25px;
    width: auto;
    display: inline-block;
    opacity: 0.4;
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.creditosfoo a:hover{
    color: #977e68;
}
.creditosfoo a:hover img{
    opacity: 0.6;
    filter: grayscale(0);
}













.popup-imagen {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.92);

    align-items: center;
    justify-content: center;

    padding: 30px;
    box-sizing: border-box;
}

.popup-imagen.activo {
    display: flex;
}

.popup-imagen img {
    max-width: 85%;
    max-height: 90vh;
    width: auto;
    height: auto;

    object-fit: contain;
}


/* CERRAR */

.popup-cerrar {
    position: absolute;
    top: 20px;
    right: 30px;

    color: #fff;
    font-size: 45px;
    font-weight: 300;

    cursor: pointer;
    line-height: 1;

    z-index: 10;
}


/* FLECHAS */

.popup-prev,
.popup-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 55px;
    height: 55px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.15);
    color: #fff;

    font-size: 30px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;

    z-index: 10;
}

.popup-prev:hover,
.popup-next:hover {
    background: rgba(255, 255, 255, 0.35);
}

.popup-prev {
    left: 30px;
}

.popup-next {
    right: 30px;
}


/* IMÁGENES DEL SWIPER */

.swiperservicios .swiper-slide img {
    cursor: pointer;
}


/* MÓVIL */

@media (max-width: 600px) {

    .popup-imagen {
        padding: 15px;
    }

    .popup-imagen img {
        max-width: 92%;
        max-height: 80vh;
    }

    .popup-prev,
    .popup-next {
        width: 42px;
        height: 42px;

        font-size: 22px;
    }

    .popup-prev {
        left: 10px;
    }

    .popup-next {
        right: 10px;
    }

    .popup-cerrar {
        top: 15px;
        right: 18px;
        font-size: 38px;
    }

}
/*
***************************************************************
    Estilos responsivos
***************************************************************
*/
@media only screen and (max-width : 1080px) {
    .menu{
        display: none;
    }
    .menu2{
        float: right;
        position: relative;
        width: auto;
        z-index: 500;
        margin: 20px 0 0 0;
        display: inline-block;
    }
    .menu2 .menuresp{
        height: 40px;
        line-height: 40px;
        width: auto;
        padding: 0 20px 0 45px;
        margin: 0;       
        display: inline-block;
        border-radius: 3px;
        position: relative;
        color: #000;
        box-sizing: border-box;
        float: right;
        background: #fff;
        border: solid 1px #000;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 20px;
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	   -webkit-transition: all .25s ease-in-out;
	   -o-transition: all .25s ease-in-out;
    }
    .menu2 .menuresp:hover{
        background: #000;
        color: #fff;
    }
    .menu2 .menuresp:hover i{
        color: #fff;
        transform: rotate(90deg);
    }
    .menu2:hover .menuresp{
        background: #000;
        color: #fff;
    }
    .menu2:hover .menuresp i{
        color: #fff;
        transform: rotate(90deg);
    }
    .menu2 .acordion{
        width: 220px;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 55px;
        right: 0;
        padding: 10px 0;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    }
    .menu2 .acordion li{
        list-style: none;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .menu2 .acordion li a{
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
        border-bottom: solid 1px rgba(0,0,0,0.15);
        float: left;
        text-align: left;
        padding: 10px 0;
        margin: 0;
        font-weight: normal;
        font-size: 13px;
        color: #000;
        font-weight: 400;
    }
    .menu2 .acordion li:last-child a{
        border: none;
    }
    .menu2 ul li.current-menu-item > a:hover:not(.current-menu-item){
        color: #977e68;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #977e68;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #977e68;
    }
    .menu2 .acordion li ul{
        width: 100%;
        height: auto;
        float: left;
        border-bottom: solid 1px rgba(0,0,0,0.15);
        padding: 10px 0;
        box-sizing: border-box;
    }
    .menu2 .acordion li ul li{
        width: auto;
        padding: 0;
        float: left;
        margin: 2px;
    }
    .menu2 .acordion li ul li a{
        width: auto;
        display: inline-block;
        padding: 8px 10px;
        border-radius: 3px;
        background: #dcebdb;
        height: auto;
        font-size: 12px;
        line-height: 14px;
        border: none;
    }
    .menu2 .acordion li ul li a:hover{
        background: #18a10b;
        color: #fff;
    }
    #headdos .menu2{
        position: relative;
        margin: 20px 0 0 0;
    }
    .nosotroscont:after {
        width: 250px;
    }
    .nosotroscont img {
        width: 320px;
        left: 0;
        z-index: 2;
    }
    .textonosotros {
        width: calc(100% - 300px);
        padding: 40px 40px 40px 50px;
    }
    .secservicio {
        min-height: 50px;
        margin: 20px 0
    }
    .secservicio img {
        width: 400px;
        height: auto;
    }
    .textoservpage {
        width: calc(100% - 430px);
        height: auto;
        float: right;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }
    .cuerpomi{
        padding: 20px 20px 40px 20px;
    }
    .secmi {
        padding: 0;
    }
    .fotomi {
        width: 320px;
        height: 450px;
        position: relative;
        display: inline-block;
        float: none;
        margin: 0 0 20px 0;
    }
}
@media only screen and (max-width : 730px) {
    header, #headdos{
        height: auto;
    }
    .micuentatop {
        padding: 0 20px;
        margin: 5px 0 0 5px;
    }
    .micuentatop li span{
        display: none;
    }
    .micuentatop i {
        left: 0;
    }
    .logo {
        height: 30px;
        margin: 10px 0;
    }
    .menu2{
        margin: 5px 5px 0 0;
    }
    #headdos .menu2 {
        position: relative;
        margin: 5px 5px 0 0;
    }
    .titulogeneral h1 {
        font-size: 21px;
    }
    .listaserv li {
        width: 100%;
        margin: 20px 0;
    }
    .cuerposerv{
        padding: 40px 20px;
    }
    .titulogeneralcentral h2 {
        font-size: 21px;
    }
    .titulogeneralcentral:after {
        top: 12px;
    }
}
@media only screen and (max-width : 510px) {
    .menuresp span{
        display: none;
    }
    .menuresp{
        padding: 0 10px 0 30px !important;
    }
    .menu2 .menuresp i {
        left: 13px !important;
    }
}
