/*
 Theme Name:   Gocargo Child
 Theme URI:    http://demo.vegatheme.com/gocargo
 Description:  Gocargo Child Theme
 Author:       OceanThemes Team
 Author URI:   http://oceanthemes.net
 Template:     gocargo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  gocargo-child
*/

@import url("../gocargo/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Agregando Diseño al boton de Video */
.vp-img{
	width:120px;
}


.vp-img {
	width: 90px;
    text-align: center;
    color: #0c1531;
    -webkit-border-radius: 51px;
    -khtml-border-radius: 51px;
    -moz-border-radius: 51px;
    -ms-border-radius: 51px;
    -o-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 50%);
    -khtml-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 20px rgb(255 255 255 / 50%);
	transition:0.5s;
}
.vp-img:hover {
	transition:0.4s;
	box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);

}

/* Redimensionamiento texto de Presentacion del Video */
.PresentServices .about-box2 h2 {
    color: white;
}



/* Redimensionamiento de Video */


@media (max-width:750px){
  .vp-img {
    width: 65px;
	box-shadow: 0 0 0 12px rgb(255 255 255 / 50%);
    transition: 0.5s;
}
	
@media (max-width:380px){
  .vp-img {
    width: 45px;
	box-shadow: 0 0 0 9px rgb(255 255 255 / 50%);
    transition: 0.5s;
}
	
	
